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)![]() ![]() You can put this solution on YOUR website! \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 = \n" ); document.write( " \n" ); document.write( " |