Difference between revisions of "2016 UNCO Math Contest II Problems/Problem 1"
(Created page with "==Solution 1==") |
Nitinjan06 (talk | contribs) (Wrote up the solution) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | ==Solution 1== | + | == Problem == |
+ | |||
+ | The sum of the lengths of the three sides of a right triangle is 56. The | ||
+ | sum of the squares of the lengths of the three sides of the same right triangle is 1250. What is | ||
+ | the area of the triangle? | ||
+ | |||
+ | |||
+ | == Solution == | ||
+ | Call the lengths of the legs of the triangle a and b. Call the length of the hypotenuse c. Then, by the Pythagorean Theorem, | ||
+ | <cmath>a^2+b^2=c^2</cmath> | ||
+ | From the problem statement, we also know that | ||
+ | <cmath>a^2+b^2+c^2=1250</cmath> | ||
+ | By substitution, we have | ||
+ | <cmath>2c^2=1250</cmath> | ||
+ | <cmath>c^2=625</cmath> | ||
+ | Since c is positive, <math>c=25</math>. We are also given that | ||
+ | <cmath>a+b+c=56</cmath> | ||
+ | Substituting, we get | ||
+ | <cmath>a+b=31</cmath> | ||
+ | Therefore, | ||
+ | <cmath>(a+b)^2=a^2+2ab+b^2=31^2=961</cmath> | ||
+ | We also know that | ||
+ | <cmath>a^2+b^2+625=1250</cmath> | ||
+ | <cmath>a^2+b^2=625</cmath> | ||
+ | Combining the two equations, we get that | ||
+ | <cmath>(a^2+2ab+b^2)-(a^2+b^2)=961-625</cmath> | ||
+ | <cmath>2ab=336</cmath> | ||
+ | Since the legs of a right triangle are perpendicular, the area of the triangle is <math>\frac{1}{2}ab</math>. | ||
+ | We can divide both sides of our equation by 4 to get this, which yields | ||
+ | <cmath>\frac{1}{2}ab=\fbox{84}</cmath> | ||
+ | |||
+ | == See also == | ||
+ | {{UNCO Math Contest box|year=2016|n=II|before=First Question|num-a=2}} | ||
+ | |||
+ | [[Category:Intermediate Geometry Problems]] |
Latest revision as of 20:26, 16 April 2017
Problem
The sum of the lengths of the three sides of a right triangle is 56. The sum of the squares of the lengths of the three sides of the same right triangle is 1250. What is the area of the triangle?
Solution
Call the lengths of the legs of the triangle a and b. Call the length of the hypotenuse c. Then, by the Pythagorean Theorem,
From the problem statement, we also know that
By substitution, we have
Since c is positive,
. We are also given that
Substituting, we get
Therefore,
We also know that
Combining the two equations, we get that
Since the legs of a right triangle are perpendicular, the area of the triangle is
.
We can divide both sides of our equation by 4 to get this, which yields
See also
2016 UNCO Math Contest II (Problems • Answer Key • Resources) | ||
Preceded by First Question |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 | ||
All UNCO Math Contest Problems and Solutions |