document.write( "Question 1018616: Solve the formula for R. You don't have to \"simplify\" anything.\r
\n" );
document.write( "\n" );
document.write( "H=sqrt(2R+1)-3\r
\n" );
document.write( "\n" );
document.write( "The 2R+1 is under the sqrt symbol in the question. \n" );
document.write( "
Algebra.Com's Answer #634689 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! H+3=sqrt(2R+1) \n" ); document.write( "square both sides \n" ); document.write( "H^2+6H+9=2R+1 \n" ); document.write( "R=(H^2+6H+8)/2 \n" ); document.write( "============= \n" ); document.write( "check \n" ); document.write( "let r=4 \n" ); document.write( "then h=sqrt(9)-3 or 0 \n" ); document.write( "Therefore R=8/2=4 \n" ); document.write( " |