Initial problem: 7-4x<8
\n" );
document.write( "
\n" );
document.write( "The goal here is to isolate the x variable.
\n" );
document.write( "
\n" );
document.write( "First step: subtract the 7 from both sides:
\n" );
document.write( "
\n" );
document.write( "-4x < (8-7)
\n" );
document.write( "-4x < 1
\n" );
document.write( "
\n" );
document.write( "Second step: divide both sides by -4. Remember, when you divide by a negative number, the direction of the inequality changes.
\n" );
document.write( "
\n" );
document.write( "x > -1/4
\n" );
document.write( "
\n" );
document.write( "Note: you can always check your answer by selecting a number that fits your final inequality and plugging it into the original problem.
\n" );
document.write( "
\n" );
document.write( "In this case, let's choose x = 0, because that fits the answer x > -1/4.
\n" );
document.write( "
\n" );
document.write( "Then, you have:
\n" );
document.write( "
\n" );
document.write( "7 - 4(0) < 8
\n" );
document.write( "7 < 8
\n" );
document.write( "
\n" );
document.write( "Which is a true statement. So, the answer indeed is x > -1/4.
\n" );
document.write( "