MathDB
Problems
Contests
National and Regional Contests
USA Contests
USA - Other Middle and High School Contests
Math Prize For Girls Problems
2015 Math Prize for Girls Problems
8
8
Part of
2015 Math Prize for Girls Problems
Problems
(1)
Math Prize 2015 Problem 8
Source:
9/22/2015
In the diagram below, how many different routes are there from point
M
M
M
to point
P
P
P
using only the line segments shown? A route is not allowed to intersect itself, not even at a single point. [asy] unitsize(40); draw( (1, 0) -- (2, 0) -- (2, 1) -- (3, 1) -- (3, 2) -- (2, 2) -- (2, 3) -- (1, 3) -- (1, 2) -- (0, 2) -- (0, 1) -- (1, 1) -- cycle); draw( (1, 1) -- (2, 1) -- (2, 2) -- (1, 2) -- cycle); draw( (1, 0) -- (2, 1)); draw((1, 1) -- (2, 2)); draw((1, 2) -- (2, 3)); label( "
M
M
M
", (1, 0), SW); label("
P
P
P
", (1, 3), NW); label("
F
F
F
", (2, 3), NE); label("
G
G
G
", (2, 0), SE); [/asy]