Answer:
a = 12
Explanation:
Pythagoras’ Theorem
a² + b² = c²
(where a and b are the legs, and c is the hypotenuse, of a right triangle)
From inspection of the triangle:
- leg a = a
- leg b = 9
- hypotenuse c = 15
Substituting these values into the formula and solving for b:
⇒ a² + 9² = 15²
⇒ a² + 81 = 225
Subtract 81 from both sides:
⇒ a² + 81 - 81 = 225 - 81
⇒ a² = 144
Square root both sides:
⇒ √(a²) = √(144)
⇒ a = 12