document.write( "Question 656599: How would I find \"x\" in an equation like this:\r
\n" ); document.write( "\n" ); document.write( "rx + sx = 1
\n" ); document.write( " t\r
\n" ); document.write( "\n" ); document.write( "When the variables are over \"t\", that means division sign... sorry! I didn't know how to type that :)
\n" ); document.write( "

Algebra.Com's Answer #409576 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
\"%28rx+%2B+sx%29%2Ft\" = 1
\n" ); document.write( "multiply both sides by t
\n" ); document.write( "rx + sx = 1t
\n" ); document.write( "Factor out x
\n" ); document.write( "x(r + s) = t
\n" ); document.write( "Divide both sides by (r+s)
\n" ); document.write( "x = \"t%2F%28r%2Bx%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );