document.write( "Question 341417: the hypotenuse of a right triangle is twice as the height. determine the height as a function of the base b \n" ); document.write( "
Algebra.Com's Answer #244466 by edjones(8007) You can put this solution on YOUR website! c=2a \n" ); document.write( "a^2+b^2=(2a)^2 \n" ); document.write( "b^2=4a^2-a^2 \n" ); document.write( "b^2=3a^2 \n" ); document.write( "b=a*sqrt(3) \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |