document.write( "Question 994112: a right angled triangle has a hypotenuse that is 2 cm longer than one of its sides and 9 cm longer than the other side. state the length of sides of the triangle.\r
\n" );
document.write( "\n" );
document.write( "this is my working
\n" );
document.write( "let c=hypotenuse , b=one of its sides,c=other of its sides
\n" );
document.write( "a=c-2
\n" );
document.write( "b=c-9
\n" );
document.write( "c^2=(c-2)^2+(c-9)^2
\n" );
document.write( "c^2=c^2-4c+4+c^2-18c+81
\n" );
document.write( "0=c^2-22c+85
\n" );
document.write( "0=(c-17)(c-5)\r
\n" );
document.write( "\n" );
document.write( "when c=17, a=15
\n" );
document.write( "when c=5, a=3
\n" );
document.write( "when c=17, b=8
\n" );
document.write( "when c=5, b=-4\r
\n" );
document.write( "\n" );
document.write( "so, what is the actual length of the sides of the triangle, it doesnt make sense if the length has a negative value. pls help me :) \n" );
document.write( "
Algebra.Com's Answer #613324 by solver91311(24713) You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "17, 15, and 8 are the measures of the sides. A negative value for a measure of length is absurd, hence \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John \n" ); document.write( " \n" ); document.write( "My calculator said it, I believe it, that settles it\r \n" ); document.write( "\n" ); document.write( " |