Difference between revisions of "2019 AMC 12B Problems/Problem 11"
(→Solution 1) |
m (→Solution 1) |
||
Line 15: | Line 15: | ||
unitsize(1cm); | unitsize(1cm); | ||
size(200); | size(200); | ||
− | currentprojection=perspective(-6/5,-8/5, | + | currentprojection=perspective(-6/5,-8/5,7/8); |
draw((0,1,0)--(0,0,0)--(1,0,0), blue); | draw((0,1,0)--(0,0,0)--(1,0,0), blue); | ||
draw((1,0,0)--(1,1,0)--(0,1,0)); | draw((1,0,0)--(1,1,0)--(0,1,0)); |
Revision as of 22:13, 16 February 2019
Contents
Problem
How many unordered pairs of edges of a given cube determine a plane?
Solution 1
WLOG, pick one of the 12 edges of the cube to be among the two selected. We seek the answer by computing the probability that a random choice of second edge satisfies the problem statement.
For two line segments in space to correspond to a common plane, they must correspond to lines that either intersect or are parallel. If all 12 line segments are extended to lines, our first edge's line intersects 4 lines and is parallel to another 3. Thus 7 of the 11 line segments satisfy the problem statement. In the diagram below, the red edge is parallel to the 3 green edges and intersects with the 4 blue edges.
We compute:
Solution 2
Case 1: The two edges are on the same face. There are possibilities.
Case 2: The two edges are parallel but not on the same face. There are possibilities.
See Also
2019 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 10 |
Followed by Problem 12 |
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.