document.write( "Question 1065971: The longest side of a right triangle is 3 ft longer than three times the length of the shortest side. The other side of the triangle is 3 ft shorter than three times the length of the shortest side.\r
\n" );
document.write( "\n" );
document.write( " Find the lengths of the shortest, longest and the other side of the triangle. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #681158 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! short side is x \n" ); document.write( "longest side, the hypotenuse, is 3x+3 \n" ); document.write( "the other side is 3x-3 \n" ); document.write( "Therefore, x^2+(3x-3)^2=(3x+3)^2. \n" ); document.write( "x^2+9x^2-18x+9=9x^2+18x+9 \n" ); document.write( "x^2-36x=0 \n" ); document.write( "x(x-36)=0 \n" ); document.write( "x=36 ft, the shortest side \n" ); document.write( "the other side is 105 ft. \n" ); document.write( "the hypotenuse is 111 ft. \n" ); document.write( "divisible by 3, it is a 12-35-37 triangle \n" ); document.write( "12^2=144 \n" ); document.write( "35^2=1225 \n" ); document.write( "37^2=1369, which is the sum of the first two. \n" ); document.write( " |