Difference between revisions of "2020 AMC 10A Problems/Problem 16"
Alexwin0806 (talk | contribs) (→Solution 3 (Estimating)) |
Shivakannan (talk | contribs) (→Diagram) |
||
Line 12: | Line 12: | ||
size(10cm); | size(10cm); | ||
draw((0,0)--(1,0)--(1,1)--(0,1)--cycle); | draw((0,0)--(1,0)--(1,1)--(0,1)--cycle); | ||
− | filldraw((arc((0,0), 0.3989, 0, | + | filldraw((arc((0,0), 0.3989, 0, 100))--(0,0)--cycle, gray); |
draw(arc((1,0), 0.3989, 90, 180)); | draw(arc((1,0), 0.3989, 90, 180)); | ||
filldraw((arc((1,0), 0.3989, 90, 180))--(1,0)--cycle, gray); | filldraw((arc((1,0), 0.3989, 90, 180))--(1,0)--cycle, gray); |
Revision as of 17:08, 28 March 2020
- The following problem is from both the 2020 AMC 12A #16 and 2020 AMC 10A #16, so both problems redirect to this page.
Contents
Problem
A point is chosen at random within the square in the coordinate plane whose vertices are and . The probability that the point is within units of a lattice point is . (A point is a lattice point if and are both integers.) What is to the nearest tenth
Solution 1
Diagram
Diagram by MathandSki Using Asymptote
Note: The diagram represents each unit square of the given square.
Solution
We consider an individual one-by-one block.
If we draw a quarter of a circle from each corner (where the lattice points are located), each with radius , the area covered by the circles should be . Because of this, and the fact that there are four circles, we write
Solving for , we obtain , where with , we get , and from here, we simplify and see that ~Crypthes
To be more rigorous, note that since if then clearly the probability is greater than . This would make sure the above solution works, as if there is overlap with the quartercircles.
Solution 2
As in the previous solution, we obtain the equation , which simplifies to . Since is slightly more than , is slightly less than . We notice that is slightly more than , so is roughly ~emerald_block
Solution 3 (Estimating)
As above, we find that we need to estimate .
Note that we can approximate and so .
And so our answer is .
~Silverdragon
Video Solution
~IceMatrix
See Also
2020 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 15 |
Followed by Problem 17 | |
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 10 Problems and Solutions |
2020 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 15 |
Followed by Problem 17 |
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.