document.write( "Question 70637: I need to solve the following inqualities.
\n" );
document.write( "-6(2-4x)<1/2(x-5) \n" );
document.write( "
Algebra.Com's Answer #50540 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! -6(2-4x)< 1/2(x-5) \n" ); document.write( ": \n" ); document.write( "Get rid of the fraction, multiply by 2 and you have: \n" ); document.write( "-12(2 - 4x) < 1(x - 5) \n" ); document.write( ": \n" ); document.write( "Multiply what's inside the brackets: \n" ); document.write( "-24 + 48x < x - 5 \n" ); document.write( ": \n" ); document.write( "Add 24 to both sides: \n" ); document.write( "48x < x - 5 + 24 \n" ); document.write( "48x < x + 19 \n" ); document.write( ": \n" ); document.write( "subtract x from both sides: \n" ); document.write( "48x - x < 19 \n" ); document.write( "47x < 19 \n" ); document.write( "x < 19/47 \n" ); document.write( " |