document.write( "Question 39528This question is from textbook
\n" );
document.write( ": 1. Solve for x:
\n" );
document.write( "2(x + 3) > 20 \n" );
document.write( "
Algebra.Com's Answer #24961 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We wish to isolate x by \"undoing\" that which is being done to it...so from \n" ); document.write( "2(x + 3) > 20 \n" ); document.write( "divide by 2 and get \n" ); document.write( "x + 3 > 10 \n" ); document.write( "and subtract 3 \n" ); document.write( "x > 7 \n" ); document.write( "and we're done. \n" ); document.write( " |