document.write( "Question 1168990: Solve the following literal equations for the indicated variable. Show all work and include the restriction.
\n" ); document.write( "C=R*ab/x^2; solve for x
\n" ); document.write( "

Algebra.Com's Answer #793643 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
c=R * ab/x^2. Isolate the x
\n" ); document.write( "cx^2=R*ab
\n" ); document.write( "divide by c
\n" ); document.write( "x^2=R*ab/c
\n" ); document.write( "take the square root
\n" ); document.write( "x=+/- sqrt( R*ab)/c) where x cannot be 0, c cannot be 0, and Rab/c >=0.
\n" ); document.write( "
\n" );