Difference between revisions of "2012 AMC 8 Problems/Problem 25"
Belindazhu13 (talk | contribs) m (→Solution 1) |
|||
(23 intermediate revisions by 14 users not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | A square with area 4 is inscribed in a square with area 5, with each vertex of the smaller square on a side of the larger square. A vertex of the smaller square divides a side of the larger square into two segments, one of length <math> a </math>, and the other of length <math> b </math>. What is the value of <math> ab </math>? | + | A square with area <math>4</math> is inscribed in a square with area <math>5</math>, with each vertex of the smaller square on a side of the larger square. A vertex of the smaller square divides a side of the larger square into two segments, one of length <math> a </math>, and the other of length <math> b </math>. What is the value of <math> ab </math>? |
<asy> | <asy> | ||
Line 13: | Line 13: | ||
The total area of the four congruent triangles formed by the squares is <math>5-4 = 1 </math>. Therefore, the area of one of these triangles is <math> \frac{1}{4} </math>. The height of one of these triangles is <math> a </math> and the base is <math> b </math>. Using the formula for area of the triangle, we have <math> \frac{ab}{2} = \frac{1}{4} </math>. Multiply by <math> 2 </math> on both sides to find that the value of <math> ab </math> is <math> \boxed{\textbf{(C)}\ \frac{1}2} </math>. | The total area of the four congruent triangles formed by the squares is <math>5-4 = 1 </math>. Therefore, the area of one of these triangles is <math> \frac{1}{4} </math>. The height of one of these triangles is <math> a </math> and the base is <math> b </math>. Using the formula for area of the triangle, we have <math> \frac{ab}{2} = \frac{1}{4} </math>. Multiply by <math> 2 </math> on both sides to find that the value of <math> ab </math> is <math> \boxed{\textbf{(C)}\ \frac{1}2} </math>. | ||
− | ==Solution 2== | + | ==Solution 2 (Algebra)== |
− | + | We see that we want <math>ab</math>, so instead of solving for <math>a,b</math>, we find a way to get an expression with <math>ab</math>. | |
− | + | By Triple Perpendicularity Model, | |
− | + | all four triangles are congruent. | |
− | + | By Pythagorean's Theorem, | |
− | + | <math>\sqrt{a^2+b^2} = \sqrt{4}</math> | |
− | + | Thus, <math>\sqrt{a^2+b^2} = 2</math> | |
− | <math> a | + | As <math>a+b=\sqrt{5}</math>, |
− | <math> a^2 + b^2 = | + | <math>a^2+2ab+b^2 = 5</math> |
− | + | So, <math>\sqrt{5-2ab} = 2</math> | |
− | + | Simplifying, | |
− | + | <math>5-2ab = 4</math> | |
− | <math> | + | <math>-2ab=-1</math> |
− | + | <math>ab=\frac{1}{2}</math> or <math>\boxed{\textbf{(C)} \frac{1}{2}}</math> | |
− | + | ~ lovelearning999 | |
− | + | ==Solution 3 (similar to solution 2)== | |
+ | We know that each side of a square is equal, and each the area of a square can be expressed as the side squared. We can let the outside square with area 5's side be <math>x</math>. We get the equation <math>x^2 = 5</math>. Simplifying this we get <math>x=\sqrt5</math>. | ||
− | + | We can then create the equation <math>a+b=\sqrt5</math>. | |
− | + | Using the same tactic we get that the side length of the inner square is <math>2</math>. By the Pythagorean Theorem, | |
− | + | <math>a^2 + b^2 = 2^2</math>. | |
− | + | We can then express this expression as | |
− | |||
− | + | <math>(a+b)^2 - 2ab = 4</math>. | |
− | + | We recall that <math>a+b=\sqrt5</math> and substitute it into our current equation: | |
+ | <math>(\sqrt5)^2 - 2ab = 4</math>. | ||
+ | |||
+ | We further simplify this and end up with, | ||
+ | |||
+ | <math>ab=1/2</math> which is <math>\boxed{\textbf{(C)} \frac {1}{2}}</math> | ||
+ | |||
+ | ==Solution 4 (The Long Way)== | ||
+ | Visually, <math>a+b=\sqrt5</math> (1) and we can tell that all the triangles are congruent. That means the long side of all the triangles is <math>b</math> and the short side will always be <math>a</math>. Notice that the hypotenuse is the side of the smaller square (2). Using the Pythagorean theorem, <math>a^2+b^2=2^2</math> or <math>a^2+b^2=4</math> (2). | ||
+ | |||
+ | Now we just have a system of equations: | ||
+ | |||
+ | Isolate b in (1) -> <math>b=\sqrt5-a</math>, and plug it in to (2). | ||
+ | |||
+ | <math>a^2+(5-a)^2=4</math>, Simplifying should get you to <math>2a^2-2a\sqrt5+1=0</math> | ||
+ | |||
+ | Using the quadratic formula, <math>a=\frac{2\sqrt5 \pm \sqrt{20-8}}{4}</math> | ||
+ | |||
+ | Simplifying the squareroots, <math>a=\frac{\sqrt5+\sqrt3}{2}</math>. | ||
+ | |||
+ | This yields b to be <math>\frac{\sqrt5-\sqrt3}{2}</math> via substituting into (1) | ||
+ | |||
+ | <math>ab=\frac{(\sqrt5+\sqrt3)(\sqrt5-\sqrt3)}{2*2}</math> (difference of squares) <math>= \frac{5-3}{4} = \boxed{\textbf{(C)} \frac {1}{2}}</math> | ||
+ | |||
+ | ~RandomMathGuy500 | ||
+ | ==Video Solution 2== | ||
+ | https://youtu.be/MhxGq1sSA6U ~savannahsolver | ||
+ | |||
+ | ==Video Solution by OmegaLearn== | ||
+ | https://youtu.be/j3QSD5eDpzU?t=2 | ||
+ | |||
+ | ~ pi_is_3.14 | ||
==See Also== | ==See Also== | ||
− | {{AMC8 box|year=2012|num-b=24|after= | + | {{AMC8 box|year=2012|num-b=24|after=None}} |
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 01:59, 25 December 2024
Contents
Problem
A square with area is inscribed in a square with area , with each vertex of the smaller square on a side of the larger square. A vertex of the smaller square divides a side of the larger square into two segments, one of length , and the other of length . What is the value of ?
Solution 1
The total area of the four congruent triangles formed by the squares is . Therefore, the area of one of these triangles is . The height of one of these triangles is and the base is . Using the formula for area of the triangle, we have . Multiply by on both sides to find that the value of is .
Solution 2 (Algebra)
We see that we want , so instead of solving for , we find a way to get an expression with .
By Triple Perpendicularity Model,
all four triangles are congruent.
By Pythagorean's Theorem,
Thus,
As ,
So,
Simplifying,
or
~ lovelearning999
Solution 3 (similar to solution 2)
We know that each side of a square is equal, and each the area of a square can be expressed as the side squared. We can let the outside square with area 5's side be . We get the equation . Simplifying this we get .
We can then create the equation .
Using the same tactic we get that the side length of the inner square is . By the Pythagorean Theorem,
.
We can then express this expression as
.
We recall that and substitute it into our current equation:
.
We further simplify this and end up with,
which is
Solution 4 (The Long Way)
Visually, (1) and we can tell that all the triangles are congruent. That means the long side of all the triangles is and the short side will always be . Notice that the hypotenuse is the side of the smaller square (2). Using the Pythagorean theorem, or (2).
Now we just have a system of equations:
Isolate b in (1) -> , and plug it in to (2).
, Simplifying should get you to
Using the quadratic formula,
Simplifying the squareroots, .
This yields b to be via substituting into (1)
(difference of squares)
~RandomMathGuy500
Video Solution 2
https://youtu.be/MhxGq1sSA6U ~savannahsolver
Video Solution by OmegaLearn
https://youtu.be/j3QSD5eDpzU?t=2
~ pi_is_3.14
See Also
2012 AMC 8 (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by None | |
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.