Difference between revisions of "2013 AMC 12B Problems/Problem 12"
(→Solution: flip) |
m (minor edit) |
||
Line 1: | Line 1: | ||
− | ==Problem | + | == Problem == |
+ | Cities <math>A</math>, <math>B</math>, <math>C</math>, <math>D</math>, and <math>E</math> are connected by roads <math>\widetilde{AB}</math>, <math>\widetilde{AD}</math>, <math>\widetilde{AE}</math>, <math>\widetilde{BC}</math>, <math>\widetilde{BD}</math>, <math>\widetilde{CD}</math>, and <math>\widetilde{DE}</math>. How many different routes are there from <math>A</math> to <math>B</math> that use each road exactly once? (Such a route will necessarily visit some cities more than once.) | ||
− | |||
<asy> | <asy> | ||
unitsize(10mm); | unitsize(10mm); | ||
Line 41: | Line 41: | ||
draw(squiggly(B--D, 4.04, 20), pp); | draw(squiggly(B--D, 4.04, 20), pp); | ||
draw(squiggly(C--D, 2.718, 20), pp); | draw(squiggly(C--D, 2.718, 20), pp); | ||
− | draw(squiggly(D--E, 2.718, -60), pp);</asy> | + | draw(squiggly(D--E, 2.718, -60), pp); |
+ | </asy> | ||
<math>\textbf{(A)}\ 7 \qquad \textbf{(B)}\ 9 \qquad \textbf{(C)}\ 12 \qquad \textbf{(D)}\ 16 \qquad \textbf{(E)}\ 18</math> | <math>\textbf{(A)}\ 7 \qquad \textbf{(B)}\ 9 \qquad \textbf{(C)}\ 12 \qquad \textbf{(D)}\ 16 \qquad \textbf{(E)}\ 18</math> | ||
− | + | == Solution == | |
− | |||
− | ==Solution== | ||
− | |||
Note that cities <math>C</math> and <math>E</math> can be removed when counting paths because if a path goes in to <math>C</math> or <math>E</math>, there is only one possible path to take out of cities <math>C</math> or <math>E</math>. | Note that cities <math>C</math> and <math>E</math> can be removed when counting paths because if a path goes in to <math>C</math> or <math>E</math>, there is only one possible path to take out of cities <math>C</math> or <math>E</math>. | ||
So the diagram is as follows: | So the diagram is as follows: | ||
+ | |||
<asy> | <asy> | ||
unitsize(10mm); | unitsize(10mm); | ||
Line 68: | Line 67: | ||
draw(A--B..D..cycle); | draw(A--B..D..cycle); | ||
draw(A--D); | draw(A--D); | ||
− | draw(B--D);</asy> | + | draw(B--D); |
+ | </asy> | ||
Now we proceed with casework. Remember that there are two ways to travel from <math>A</math> to <math>D</math>, <math>D</math> to <math>A</math>, <math>B</math> to <math>D</math> and <math>D</math> to <math>B</math>.: | Now we proceed with casework. Remember that there are two ways to travel from <math>A</math> to <math>D</math>, <math>D</math> to <math>A</math>, <math>B</math> to <math>D</math> and <math>D</math> to <math>B</math>.: | ||
Line 78: | Line 78: | ||
Putting the two cases together gives <math>12+4 = \boxed{\textbf{(D)} \ 16}</math> | Putting the two cases together gives <math>12+4 = \boxed{\textbf{(D)} \ 16}</math> | ||
− | == See | + | == See Also == |
{{AMC12 box|year=2013|ab=B|num-b=11|num-a=13}} | {{AMC12 box|year=2013|ab=B|num-b=11|num-a=13}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 00:08, 19 October 2020
Problem
Cities , , , , and are connected by roads , , , , , , and . How many different routes are there from to that use each road exactly once? (Such a route will necessarily visit some cities more than once.)
Solution
Note that cities and can be removed when counting paths because if a path goes in to or , there is only one possible path to take out of cities or . So the diagram is as follows:
Now we proceed with casework. Remember that there are two ways to travel from to , to , to and to .:
Case 1 : From , if the path returns to , then the next path must go to . There are possibilities of the path . If the path goes to from , then the path must continue with either or . There are possibilities. So, this case gives different possibilities.
Case 2 : The path must continue with . There are possibilities for this case.
Putting the two cases together gives
See Also
2013 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 11 |
Followed by Problem 13 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.