document.write( "Question 71920: My question is how to solve:
\n" );
document.write( "2x+1<3x<12\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #51438 by bucky(2189) ![]() You can put this solution on YOUR website! 2x+1<3x<12 \n" ); document.write( ". \n" ); document.write( "Split this into two problems. The first problem is \n" ); document.write( ". \n" ); document.write( "2x + 1 < 3x \n" ); document.write( ". \n" ); document.write( "Subtract 2x from both sides and you get: \n" ); document.write( ". \n" ); document.write( "+1 < x \n" ); document.write( ". \n" ); document.write( "This tells you that x must be greater than +1. \n" ); document.write( ". \n" ); document.write( "Now let's work the second problem. It is: \n" ); document.write( ". \n" ); document.write( "3x < 12 \n" ); document.write( ". \n" ); document.write( "Dividing both sides by +3 results in: \n" ); document.write( ". \n" ); document.write( "x < +4 \n" ); document.write( ". \n" ); document.write( "So on one hand, x must be greater than +1, but on the other hand x must be less than +4. \n" ); document.write( "We can write this as: \n" ); document.write( ". \n" ); document.write( "+1 < x < +4 \n" ); document.write( ". \n" ); document.write( "As a check you can select some values of x between +1 and +4 and plug them in to the original \n" ); document.write( "problem. For example, let's try x = +2. Using this value, the original problem becomes: \n" ); document.write( ". \n" ); document.write( "2x + 1 < 3x < 12 \n" ); document.write( ". \n" ); document.write( "2(+2) + 1 < 3(+2) < 12 \n" ); document.write( ". \n" ); document.write( "4 + 1 < 6 < 12 \n" ); document.write( ". \n" ); document.write( "5 < 6 < 12 \n" ); document.write( ". \n" ); document.write( "That works ... so x = +2 works as a check. \n" ); document.write( ". \n" ); document.write( "Hope this helps you understand how to work the problem. \n" ); document.write( " |