Difference between revisions of "1999 AMC 8 Problems/Problem 25"
(→Solution 5) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 28: | Line 28: | ||
<math>\text{(A)}\ 6 \qquad \text{(B)}\ 7 \qquad \text{(C)}\ 8 \qquad \text{(D)}\ 9 \qquad \text{(E)}\ 10</math> | <math>\text{(A)}\ 6 \qquad \text{(B)}\ 7 \qquad \text{(C)}\ 8 \qquad \text{(D)}\ 9 \qquad \text{(E)}\ 10</math> | ||
− | + | ==Solution 1== | |
− | |||
Since <math>\triangle FGH</math> is fairly small relative to the rest of the diagram, we can make an underestimate by using the current diagram. All triangles are right-isosceles triangles. | Since <math>\triangle FGH</math> is fairly small relative to the rest of the diagram, we can make an underestimate by using the current diagram. All triangles are right-isosceles triangles. | ||
Line 51: | Line 50: | ||
Thus, <math>6 \rightarrow \boxed{A}</math> is the only answer that is both over the underestimate and under the overestimate. | Thus, <math>6 \rightarrow \boxed{A}</math> is the only answer that is both over the underestimate and under the overestimate. | ||
− | + | ==Solution 2== | |
In iteration <math>1</math>, congruent triangles <math>\triangle ABJ, \triangle BDJ,</math> and <math>\triangle BDC</math> are created, with one of them being shaded. | In iteration <math>1</math>, congruent triangles <math>\triangle ABJ, \triangle BDJ,</math> and <math>\triangle BDC</math> are created, with one of them being shaded. | ||
Line 61: | Line 60: | ||
leaving about <math>\frac{1}{3}</math> of the area shaded. This means <math>\frac{1}{3}\left(\frac{1}{2}6\cdot 6\right) = 6</math> square units will be shaded when the process goes on indefinitely, giving <math>\boxed{A}</math>. | leaving about <math>\frac{1}{3}</math> of the area shaded. This means <math>\frac{1}{3}\left(\frac{1}{2}6\cdot 6\right) = 6</math> square units will be shaded when the process goes on indefinitely, giving <math>\boxed{A}</math>. | ||
− | + | ==Solution 3== | |
Using Solution 1 as a template, note that the sum of the areas forms a [[geometric series]]: | Using Solution 1 as a template, note that the sum of the areas forms a [[geometric series]]: | ||
Line 71: | Line 70: | ||
The sum of an infinite geometric series with <math>|r|<1</math> is shown by the formula. <math>S_{\infty} = \frac{a_1}{1 - r}</math> Insert the values to get <math>\frac{\frac{9}{2}}{1 - \frac{1}{4}} = \frac{9}{2}\cdot\frac{4}{3} = 6</math>, giving an answer of <math>\boxed{A}</math>. | The sum of an infinite geometric series with <math>|r|<1</math> is shown by the formula. <math>S_{\infty} = \frac{a_1}{1 - r}</math> Insert the values to get <math>\frac{\frac{9}{2}}{1 - \frac{1}{4}} = \frac{9}{2}\cdot\frac{4}{3} = 6</math>, giving an answer of <math>\boxed{A}</math>. | ||
− | + | ==Solution 4== | |
Find the area of the bottom triangle, which is 4.5. Notice that the area of the triangles is divided by 4 every time. 4.5*5/4≈5.7, and 5.7+(1/4)≈5.9. We can clearly see that the sum is approaching answer choice <math>\boxed{A}</math>. | Find the area of the bottom triangle, which is 4.5. Notice that the area of the triangles is divided by 4 every time. 4.5*5/4≈5.7, and 5.7+(1/4)≈5.9. We can clearly see that the sum is approaching answer choice <math>\boxed{A}</math>. | ||
− | + | ==Solution 5== | |
The area of <math>DBC</math> is clearly <math>\frac{1}{3}</math> of <math>AJDC</math>, the area of <math>DEK</math> is <math>\frac{1}{3}</math> of <math>JIED</math>, if the progress is going to infinity, the shaded triangles will be <math>\frac{1}{3}</math> of the triangle <math>ACG</math>. However, 100 times is much enough. The answer is <math>\frac{1}{3}\times 6\times 6\times \frac{1}{2} = \boxed{(A)6}</math>. | The area of <math>DBC</math> is clearly <math>\frac{1}{3}</math> of <math>AJDC</math>, the area of <math>DEK</math> is <math>\frac{1}{3}</math> of <math>JIED</math>, if the progress is going to infinity, the shaded triangles will be <math>\frac{1}{3}</math> of the triangle <math>ACG</math>. However, 100 times is much enough. The answer is <math>\frac{1}{3}\times 6\times 6\times \frac{1}{2} = \boxed{(A)6}</math>. | ||
+ | |||
+ | ==Solution 6 (Sigma)== | ||
+ | Because all of the triangles are isosceles, this gives us the area of one triangle with side length <math>s</math>, <math>A = \frac{1}{2}s^2</math>. Logically, <math>s</math> keeps on getting <math>\frac{1}{2}</math> as small as the previous one (<math>3, \frac{3}{2}, \frac{3}{4}</math>, etc) Meaning for triangle number <math>n, s = 3(\frac{1}{2})^n</math>. Putting this into our original equation, <math>A = \frac{1}{2}(3(\frac{1}{2})^n)^2 = \frac{9}{2}(\frac{1}{2})^{2n} = 9(\frac{1}{2})^{2n+1}</math> This means the total area is <math>9\sum^{\infty}_{n=1} \frac{1}{2}^{2n+1}</math>, using exponent laws, we can simplify this to <math>\frac{9}{2} \sum^{\infty}_{n=1} \frac{1}{4}^n</math>. | ||
+ | |||
+ | The formula for a geometric series like this is <math>\sum^{\infty}_{n=1} a*r^n = \frac{a}{1-r}</math>. Using this, we get <math>\frac{\frac{9}{2}}{\frac{4}{4}-\frac{1}{4}} = \frac{9}{2}\times\frac{4}{3} = 3\times2 = \boxed{(A)6}</math>. | ||
+ | |||
+ | ~RandomMathGuy500 | ||
+ | |||
+ | ==Solution 7 (Even more Sigma)== | ||
+ | Notice how you can fit <math>\triangle KDE</math> into the top right corner of square <math>BCDJ</math>? Repeat this process by putting smaller triangles into the corner of the square and eventually, you should see that this converges to just <math>\frac{1}{4}</math> of the square. <math>\triangle BCD</math> is <math>\frac{1}{2}</math> of the square and rest of the triangles make <math>\frac{1}{4}</math> which totals to <math>\frac{3}{4}</math> of the square. Square <math>BCDJ</math> has side length <math>3</math> so it's area is <math>9</math>, and <math>\frac{3}{4}</math> of <math>9</math> is <math>\boxed{(A)6}</math>. | ||
+ | |||
+ | ~RandomMathGuy500 again | ||
== Video Solution by CosineMethod [🔥Fast and Easy🔥]== | == Video Solution by CosineMethod [🔥Fast and Easy🔥]== |
Revision as of 23:59, 30 December 2024
Contents
Problem
Points , , and are midpoints of the sides of right triangle . Points , , are midpoints of the sides of triangle , etc. If the dividing and shading process is done 100 times (the first three are shown) and , then the total area of the shaded triangles is nearest
Solution 1
Since is fairly small relative to the rest of the diagram, we can make an underestimate by using the current diagram. All triangles are right-isosceles triangles.
The sum of the shaded regions is
is an underestimate, as some portion (but not all) of will be shaded in future iterations.
If you shade all of , this will add an additional to the area, giving , which is an overestimate.
Thus, is the only answer that is both over the underestimate and under the overestimate.
Solution 2
In iteration , congruent triangles and are created, with one of them being shaded.
In iteration , three more congruent triangles are created, with one of them being shaded.
As the process continues indefnitely, in each row, of each triplet of new congruent triangles will be shaded. The "fourth triangle" at the top ( in the diagram) will gradually shrink,
leaving about of the area shaded. This means square units will be shaded when the process goes on indefinitely, giving .
Solution 3
Using Solution 1 as a template, note that the sum of the areas forms a geometric series:
This is the sum of a geometric series with first term and common ratio This is the easiest way to do this problem.
The sum of an infinite geometric series with is shown by the formula. Insert the values to get , giving an answer of .
Solution 4
Find the area of the bottom triangle, which is 4.5. Notice that the area of the triangles is divided by 4 every time. 4.5*5/4≈5.7, and 5.7+(1/4)≈5.9. We can clearly see that the sum is approaching answer choice .
Solution 5
The area of is clearly of , the area of is of , if the progress is going to infinity, the shaded triangles will be of the triangle . However, 100 times is much enough. The answer is .
Solution 6 (Sigma)
Because all of the triangles are isosceles, this gives us the area of one triangle with side length , . Logically, keeps on getting as small as the previous one (, etc) Meaning for triangle number . Putting this into our original equation, This means the total area is , using exponent laws, we can simplify this to .
The formula for a geometric series like this is . Using this, we get .
~RandomMathGuy500
Solution 7 (Even more Sigma)
Notice how you can fit into the top right corner of square ? Repeat this process by putting smaller triangles into the corner of the square and eventually, you should see that this converges to just of the square. is of the square and rest of the triangles make which totals to of the square. Square has side length so it's area is , and of is .
~RandomMathGuy500 again
Video Solution by CosineMethod [🔥Fast and Easy🔥]
https://www.youtube.com/watch?v=sZabsoMIf2I
See Also
1999 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by Last Question | |
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 AJHSME/AMC 8 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.