document.write( "Question 896273: Solve the following equation for x:
\n" );
document.write( "m(5−x)=2−y \r
\n" );
document.write( "\n" );
document.write( "x= ? \n" );
document.write( "
Algebra.Com's Answer #543388 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! m(5−x) = 2−y \n" ); document.write( "5m - mx = 2-y \n" ); document.write( "-mx = 2 -y -5m \n" ); document.write( "multiply both sides of = by - \n" ); document.write( "mx = y +5m -2 \n" ); document.write( "divide both sides of = by m \n" ); document.write( "x = (y +5m -2) / m \n" ); document.write( " \n" ); document.write( " |