document.write( "Question 760438: A right triangle has one of its shorter sides 3cm longer than the other. if the square on the hypotenuse is 225cm^2, find the length of the shortest side. give your answer in cm. \n" ); document.write( "
Algebra.Com's Answer #462668 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Longer side = x \n" ); document.write( "Shorter side = x - 3 \n" ); document.write( "x^2 + (x-3)^2 = 225 \n" ); document.write( " x^2 + x^2 - 6x + 9 = 225 \n" ); document.write( " 2x^2 - 6x - 216 = 0 \n" ); document.write( "Divide by 2 \n" ); document.write( " x^2 - 3x - 108 = 0 \n" ); document.write( " (x - 12)(x + 9) = 0 \n" ); document.write( " x = 12 x = -9 (No answer) \n" ); document.write( " Longer side = 12cm \n" ); document.write( " Shorter side = 9cm \n" ); document.write( " 12^2 + 9^2 = 225 cm^2 \n" ); document.write( " 144 + 81 = 225 cm^2 \n" ); document.write( " 225 = 225. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " \n" ); document.write( " |