Difference between revisions of "2002 AMC 12B Problems/Problem 18"
(→Solution 2) |
(→Solution 2) |
||
Line 21: | Line 21: | ||
draw((-1,2)--(-1,3.5)); | draw((-1,2)--(-1,3.5)); | ||
draw((5,0)--(6.5,0)); | draw((5,0)--(6.5,0)); | ||
− | label("(0,0)",(-1,-0. | + | label("(0,0)",(-1,-0.5)); |
label("(5,1)",(5.5,2)); | label("(5,1)",(5.5,2)); | ||
label("$A$",(0.5,2.5),W); | label("$A$",(0.5,2.5),W); |
Revision as of 16:50, 2 July 2019
Contents
[hide]Problem
A point is randomly selected from the rectangular region with vertices
. What is the probability that
is closer to the origin than it is to the point
?
Solution
Solution 1
The region containing the points closer to than to
is bounded by the perpendicular bisector of the segment with endpoints
. The perpendicular bisector passes through midpoint of
, which is
, the center of the unit square with coordinates
. Thus, it cuts the unit square into two equal halves of area
. The total area of the rectangle is
, so the area closer to the origin than to
and in the rectangle is
. The probability is
.
Solution 2
![[asy] unitsize(36); draw((-1,0)--(5,0)--(5,2)--(-1,2)--cycle); draw((-1,2)--(-1,3.5)); draw((5,0)--(6.5,0)); label("(0,0)",(-1,-0.5)); label("(5,1)",(5.5,2)); label("$A$",(0.5,2.5),W); label("$B$",(3.5,0.75),W); label("$C$",(1,1),W); [/asy]](http://latex.artofproblemsolving.com/7/2/f/72ffcc2d59c64b339e14f3b9309d30245444959a.png)
Assume that a point is randomly chosen inside the rectangle with vertices
,
,
,
.
In this case, the probability that is closer to the origin than to point
is
.
If is chosen within the square with vertices
See also
2002 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 17 |
Followed by Problem 19 |
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.