Let's name the a, b, c
let side a = x
let side b = 4+x
Let side c = hypotenuse = 20
Using the law of pythagoras
opposite² + adjacent² = hypotenus²
x² + (x+4)² = 20²
open the parenthesis
x² + x² + 4x +16 = 400
2x² + 4x + 16 = 400
2x² + 4x + 16 - 400 = 0
2x² + 4x - 384 = 0 --------------------------------(1)
The is now a quadratic equation
so we will solve and find x
Using the formula method
Quadratic formula is

Comparing equation (1) with ax² + bx + c = 0
a = 2 b = 4 and c= -384
Inserting the values into the formula

simplifying the above

![undefined]()