document.write( "Question 157161: In a right triangle, find the length of the side not given.
\n" );
document.write( "b=2
\n" );
document.write( "c=sqrt29
\n" );
document.write( "a=? \n" );
document.write( "
Algebra.Com's Answer #115828 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! In a right triangle, find the length of the side not given. \n" ); document.write( "b=2 \n" ); document.write( "c=sqrt29 \n" ); document.write( "a=? \n" ); document.write( "------------- \n" ); document.write( "Side c could be the hypotenuse, or another shorter side. \n" ); document.write( "---- \n" ); document.write( "If it's the hypotenuse: \n" ); document.write( "a^2 = c^2 - b^2 \n" ); document.write( "a^2 = 29 - 4 \n" ); document.write( "a = 5 \n" ); document.write( "----------- \n" ); document.write( "If it's not the hypotenuse: \n" ); document.write( "a^2 = c^2 + b^2 \n" ); document.write( "a^2 = 29 + 4 \n" ); document.write( "a = sqrt(33) \n" ); document.write( " \n" ); document.write( " |