document.write( "Question 113467This question is from textbook
\n" );
document.write( ": Solve for a2 + b2 = c2 for b. \n" );
document.write( "
Algebra.Com's Answer #82690 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! A^2+B^2=C^2 \n" ); document.write( "B^2=C^2-A^2 \n" ); document.write( "B=SQRT(C^2-A^2) \n" ); document.write( " |