document.write( "Question 315858: In a right triangle, find the length of the side not given. a= ?, b= 2, c=√29 \n" ); document.write( "
Algebra.Com's Answer #225970 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let a=x \n" ); document.write( "b=2 \n" ); document.write( "c=sqrt29 \n" ); document.write( "a^2+2^2=29 \n" ); document.write( "x^2=29-4 \n" ); document.write( "x^2= 25 \n" ); document.write( "x=5 \n" ); document.write( " |