The hypotenuse of a right triangle is 13 cm. One of the legs is 7 cm longer than the other. How do you find the area of the triangle?

1 Answer
Dec 27, 2015

Draw a diagram to represent the question:

Explanation:

enter image source here

Assuming x represents the length of the first side.

Use pythagorean theorem to solve:

a^2a2 + b^2b2 = c^2c2

x^2x2 + (x + 7)^2(x+7)2 = 13^2132

x^2x2 + x^2 + 14x + 49x2+14x+49 = 169

2x^22x2 + 14x - 120 = 0

Solve the quadratic equation using the quadratic formula.

At the end, you will get side lengths of #(-14 ± 34) / 4, or -12 and 5

SInce a negative triangle length is impossible, 5 is the value of x and 5 + 7 is the value of x + 7, which makes 12.

The formula for area of a right triangle is A = b(h) / 2bh2

A = {b(h)} / 2b(h)2

A= {12(5)} / 2 12(5)2

A = 30 cm^230cm2