document.write( "Question 325386: Find the length for side a in the right triangle, if b=4 and c=5. \n" ); document.write( "
Algebra.Com's Answer #233020 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! a^2+b^2=c^2 \n" ); document.write( "a^2+4^2=5^2 \n" ); document.write( "a^2+16=25 \n" ); document.write( "a^2=25-16 \n" ); document.write( "a^2=9 \n" ); document.write( "a=sqrt9 \n" ); document.write( "a=3 ans. for side a. \n" ); document.write( " \n" ); document.write( " |