document.write( "Question 33052: Would someone check to see if I did this correctly? Thank you in advance
\n" );
document.write( " Solve for x:
\n" );
document.write( "2(x + 1) > 12\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Simplify left side and right side to get:
\n" );
document.write( "2x + 1=12-3
\n" );
document.write( "2 + 1 + x = 12
\n" );
document.write( "x = 9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #19487 by babyblue87(3)![]() ![]() ![]() You can put this solution on YOUR website! 2(x + 1) > 12 \n" ); document.write( "2x + 2 > 12 \n" ); document.write( "2x + (2 - 2) > (12 - 2) \n" ); document.write( "2x > 10 \n" ); document.write( "(2/2) > 10/2 \n" ); document.write( "x > 5 \n" ); document.write( " |