Bunuel
If the perimeter of a right triangle is 12 and its area is 6, what is the length of the smallest side?
A. 2
B. 3
C. 4
D. 5
E. 6
We can let a and b be the legs of the right triangle and c be the hypotenuse of the right triangle. We can create the equations:
a + b + c = 12
½ab = 6
and
a^2 + b^2 = c^2
From the first equation, we have:
c = 12 - (a + b)
Substituting this in the third equation, we have:
a^2 + b^2 = [12 - (a + b)]^2
a^2 + b^2 = 144 - 24(a + b) + a^2 + 2ab + b^2
0 = 144 - 24(a + b) + 2ab
Since ½ab = 6, ab = 12 and 2ab = 24, we have:
0 = 144 - 24(a + b) + 24
24(a + b) = 168
a + b = 7
Substituting this into the first equation, we have:
7 + c = 12
c = 5
We see that the hypotenuse is 5, and the sum of the lengths of the two legs is 7. It’s not difficult to see that this must be a 3-4-5 right triangle. So the shortest side is 3.
Alternate Solution:
Let’s test each answer choice:
A) shortest side = 2
If the shortest side is 2 and the area is 6, then the remaining leg of the triangle must have a length of 6. Since the square root of 2^2 + 6^2 = 40 is not an integer, the perimeter of this triangle cannot be 12.
B) shortest side = 3
If the shortest side is 3 and the area is 6, then the remaining leg of the triangle must have a length of 4. Since the two legs of this right triangle are 3 and 4, we are dealing with a 3-4-5 right triangle and the perimeter is 12. This is the correct answer choice.
Answer: B