document.write( "Question 451168: how do you solve for x?
\n" );
document.write( " y=x/2+10 \n" );
document.write( "
Algebra.Com's Answer #310260 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! how do you solve for x? \n" ); document.write( " y=x/2+10 \n" ); document.write( "2y = x + 20 \n" ); document.write( "x = 2y - 20 \n" ); document.write( " \n" ); document.write( " |