document.write( "Question 919333: If the perimeter of a right angled triangle ABC is 120cm and the hypotenuse AC is 50cm, what is the length of side AB, if BC is x cm long? Determine the value of x \n" ); document.write( "
Algebra.Com's Answer #557639 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! using Pythagorean Theorem \n" ); document.write( "AB^2 + BC^2 = AC^2 \n" ); document.write( "Question States: P = 120. THEN 120-50 = 70 \n" ); document.write( "(70-x)^2 + x^2 = 50^2 \n" ); document.write( "4900 - 140x + x^2 + x^2 = 2500 \n" ); document.write( "2x^2 - 140x + 2400 = 0 \n" ); document.write( "x^2 - 70x + 1200 = 0 \n" ); document.write( "(x-40)(x -30) = 0 \n" ); document.write( "x is 30,40 \n" ); document.write( "Legs are 30cm and 40cm \n" ); document.write( " \n" ); document.write( " |