The legs in a right triangle equal 3x and 20. The hypotenuse of the triangle is 4x - 1. Find the value of x. a = 3x b = 20 c = 4x - 1 a² + b² = c² (3x)² + (20)² = (4x - 1)² 9x² + 400 = (4x - 1)(4x - 1) Use FOIL on the right side 9x² + 400 = 16x² - 4x - 4x + 1 9x² + 400 = 16x² - 8x + 1 0 = 16x² - 8x + 1 - 9x² - 400 0 = 7x² - 8x - 399 That will factor as 0 = (x + 7)(7x - 57) x + 7 = 0 gives x = -7 7x - 57 = 0 gives x = 57/7 Since a triangle cannot have negative sides, we discard x = -7. So the answer is x = 57/7 Edwin