document.write( "Question 512468: I need a breakdown of the functions (add/multiply/division, etc.) on how to arrive at the solution for the following equation (inequality):\r
\n" );
document.write( "\n" );
document.write( "4x + 2 – 6x < -1\r
\n" );
document.write( "\n" );
document.write( "I have this completed process, but i cannot figure out what was done and define each step and how they arrived at the solution:\r
\n" );
document.write( "\n" );
document.write( "4x + 2 - 6x < -1
\n" );
document.write( "(4x + 6x) + 2 < -1
\n" );
document.write( "(4 - 6) x + 2 < -1\r
\n" );
document.write( "\n" );
document.write( "-2x + 2 < -1
\n" );
document.write( " -2 -2\r
\n" );
document.write( "\n" );
document.write( "-2x < -3
\n" );
document.write( "-2 -2\r
\n" );
document.write( "\n" );
document.write( "x > 3/2 \n" );
document.write( "
Algebra.Com's Answer #342638 by John10(297)![]() ![]() You can put this solution on YOUR website! Hint: your second step is not correct when you collected the x terms \n" ); document.write( "It should be like below: \n" ); document.write( "4x + 2 - 6x < - 1 \n" ); document.write( "(4x - 6x) + 2 < -1 \n" ); document.write( "-2x + 2 < - 1 \n" ); document.write( "-2x < -1 - 2 \n" ); document.write( "-2x < -3 \n" ); document.write( "-2x/-2 < -3/-2 (divide both sides by -2) \n" ); document.write( "x > 3/2 (because you divided the NEGATIVE number, you have to change the inequality sign) \n" ); document.write( "The final solution is x > 3/2 or interval is (3/2, inf) \n" ); document.write( "John10:) \n" ); document.write( " |