document.write( "Question 621259: Solve for the indicated variable. a^2+b^2=c^2. Solve for b \n" ); document.write( "
Algebra.Com's Answer #390657 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! first isolate b^2 \n" ); document.write( "b^2=c^2-a^2 \n" ); document.write( "find sqrt \n" ); document.write( "b=sqrt(c^2-a^2) \n" ); document.write( " |