document.write( "Question 746797: the perimeter of a triangle is 34. find the side lenghts of the triangle. the hypotenuse is x+3, the base is 3x-9 and the height is x\r
\n" );
document.write( "\n" );
document.write( "thank you :) \n" );
document.write( "
Algebra.Com's Answer #454503 by Cromlix(4381) You can put this solution on YOUR website! Perimeter is a total of the 3 sides \n" ); document.write( "(x + 3) + (3x - 9) + x \n" ); document.write( " 5x - 6 = 34 \n" ); document.write( " 5x = 40 \n" ); document.write( " x = 8\r \n" ); document.write( "\n" ); document.write( "base = 15 \n" ); document.write( "hypotenuse = 11 \n" ); document.write( "height = 8 \n" ); document.write( " |