Difference between revisions of "2022 AMC 10B Problems/Problem 16"
(Created page with "==Problem== The diagram below shows a rectangle with side lengths 4 and 8 and a square with side length 5. Three vertices of the square lie on three different sides of the re...") |
Connor132435 (talk | contribs) (→Problem) |
||
Line 2: | Line 2: | ||
The diagram below shows a rectangle with side lengths 4 and 8 and a square with side length 5. Three vertices of the square lie on three different sides of the rectangle, as shown. What is the area of the region inside both the square and the rectangle? | The diagram below shows a rectangle with side lengths 4 and 8 and a square with side length 5. Three vertices of the square lie on three different sides of the rectangle, as shown. What is the area of the region inside both the square and the rectangle? | ||
+ | |||
+ | <asy> | ||
+ | import olympiad; | ||
+ | size(200); | ||
+ | defaultpen(linewidth(1) + fontsize(10)); | ||
+ | pair A = (0,0), B = (1,0), C = (4,0), D = (8,0), K = (0,4), F = (1,4), G = (7.25, 4), H = (8, 4), I = (8,3), J = (5, 7); | ||
+ | fill(F--G--I--C--F--cycle, grey); | ||
+ | draw(A--D--H--K--A^^B--F^^F--C--I--J--F^^rightanglemark(F,J,I)^^rightanglemark(F,B,C)); | ||
+ | label("8",C,S); | ||
+ | label("5",(3, 5.5),NW); | ||
+ | label("4",(8, 2), E); | ||
+ | </asy> | ||
<math>\textbf{(A) }15\frac{1}{8}\qquad | <math>\textbf{(A) }15\frac{1}{8}\qquad | ||
Line 8: | Line 20: | ||
\textbf{(D) }15\frac{5}{8}\qquad | \textbf{(D) }15\frac{5}{8}\qquad | ||
\textbf{(E) }15\frac{7}{8}</math> | \textbf{(E) }15\frac{7}{8}</math> | ||
+ | |||
+ | ==Solution== | ||
+ | |||
+ | <asy> | ||
+ | import olympiad; | ||
+ | size(200); | ||
+ | defaultpen(linewidth(1) + fontsize(10)); | ||
+ | pair A = (0,0), B = (1,0), C = (4,0), D = (8,0), K = (0,4), F = (1,4), G = (7.25, 4), H = (8, 4), I = (8,3), J = (5, 7); | ||
+ | fill(F--G--I--C--F--cycle, grey); | ||
+ | markscalefactor=0.05; | ||
+ | draw(A--D--H--K--A^^B--F^^F--C--I--J--F^^rightanglemark(F,J,I)^^rightanglemark(F,B,C)^^anglemark(D,C,I)^^anglemark(B,F,C)^^anglemark(H,I,G)); | ||
+ | draw(anglemark(F,C,B)^^anglemark(C,I,D)^^anglemark(I,G,H)); | ||
+ | markscalefactor=0.041; | ||
+ | draw(anglemark(F,C,B)^^anglemark(C,I,D)^^anglemark(I,G,H)); | ||
+ | label("8",(4,-.5),S); | ||
+ | label("5",(3, 5.5),NW); | ||
+ | label("4",(8.25, 2), E); | ||
+ | label("A", F, NW); | ||
+ | label("B", B, S); | ||
+ | label("C", C, S); | ||
+ | label("D", D, SE); | ||
+ | label("E", I, E); | ||
+ | label("F", H, NE); | ||
+ | label("G", G, NE); | ||
+ | label("4", (1,2), E); | ||
+ | label("5", (2.5,2), SW); | ||
+ | label("3", (2.5,0), S); | ||
+ | label("4", (6,0), S); | ||
+ | label("5", (6,1.5), SE); | ||
+ | label("3", (8, 1.5), E); | ||
+ | label("1", (8, 3.5), E); | ||
+ | </asy> | ||
+ | |||
+ | Label the points on the diagram. | ||
+ | |||
+ | By doing some angle chasing, using the fact that <math>\angle ACE</math> and <math>\angle CEG</math> are right angles, we find that <math>\angle BAC</math>, <math>\angle DCE</math>, and <math>\angle FEG</math> are congruent. Similarly, <math>\angle ACB</math>, <math>\angle CED</math>, and <math>\angle EGF</math> are congruent as well. | ||
+ | |||
+ | Therefore, <math>\triangle ABC \sim \triangle CDE \sim \triangle EFG</math>. | ||
+ | |||
+ | Since the triangles are created by a rectangle and a square, <math>AC = 5</math> and <math>AB = 4</math>. <math>\angle ABC</math> is a right angle, so <math>BC = 3</math>. | ||
+ | |||
+ | <math>CE</math> is also <math>5</math>, and using the similar triangles, <math>CD = 4</math> and <math>DE = 3</math>. | ||
+ | |||
+ | <math>EF = 1</math> by subtracting <math>DE</math> from <math>DF</math>. The area of a 3-4-5 right triangle is <math>6</math>, so both <math>\triangle ABC</math> and <math>\triangle CDE</math> have an area of 6. The ratio of <math>EF</math> to <math>CD</math> = <math>1:4</math>, so by similarity, the area of of <math>\triangle EFG</math> is <math>6/4^2 = 3/8</math>. | ||
+ | |||
+ | <math>BD = BC + CD = 3 + 4 = 7</math> and <math>DF = 4</math>, so the area of rectangle <math>ABDF</math> is <math>28</math>. Subtracting the area of <math>\triangle ABC, \triangle CDE, </math> and<math> \triangle EFG</math>, gets the shaded area, <math>28 - 6 - 6 - \tfrac{3}{8} = \boxed{\textbf{(D)} 15 \tfrac{5}{8}}</math> | ||
+ | |||
+ | ~Connor132435 |
Revision as of 20:26, 17 November 2022
Problem
The diagram below shows a rectangle with side lengths 4 and 8 and a square with side length 5. Three vertices of the square lie on three different sides of the rectangle, as shown. What is the area of the region inside both the square and the rectangle?
Solution
Label the points on the diagram.
By doing some angle chasing, using the fact that and are right angles, we find that , , and are congruent. Similarly, , , and are congruent as well.
Therefore, .
Since the triangles are created by a rectangle and a square, and . is a right angle, so .
is also , and using the similar triangles, and .
by subtracting from . The area of a 3-4-5 right triangle is , so both and have an area of 6. The ratio of to = , so by similarity, the area of of is .
and , so the area of rectangle is . Subtracting the area of and, gets the shaded area,
~Connor132435