1986 AJHSME Problems/Problem 9

Revision as of 09:12, 19 January 2009 by 5849206328x (talk | contribs) (New page: ==Problem== Using only the paths and the directions shown, how many different routes are there from <math>\text{M}</math> to <math>\text{N}</math>? <asy> draw((0,0)--(3,0),MidArrow); dra...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Using only the paths and the directions shown, how many different routes are there from $\text{M}$ to $\text{N}$?

[asy] draw((0,0)--(3,0),MidArrow); draw((3,0)--(6,0),MidArrow); draw(6*dir(60)--3*dir(60),MidArrow); draw(3*dir(60)--(0,0),MidArrow); draw(3*dir(60)--(3,0),MidArrow); draw(5.1961524227066318805823390245176*dir(30)--(6,0),MidArrow); draw(6*dir(60)--5.1961524227066318805823390245176*dir(30),MidArrow); draw(5.1961524227066318805823390245176*dir(30)--3*dir(60),MidArrow); draw(5.1961524227066318805823390245176*dir(30)--(3,0),MidArrow); label("M",6*dir(60),N); label("N",(6,0),SE); label("A",3*dir(60),NW); label("B",5.1961524227066318805823390245176*dir(30),NE); label("C",(3,0),S); label("D",(0,0),SW); [/asy]

$\text{(A)}\ 2 \qquad \text{(B)}\ 3 \qquad \text{(C)}\ 4 \qquad \text{(D)}\ 5 \qquad \text{(E)}\ 6$

Solution

This problem needs a solution. If you have a solution for it, please help us out by adding it.

See Also

1986 AJHSME Problems