document.write( "Question 153985: Write an inequality for each problem:\r
\n" );
document.write( "\n" );
document.write( "16. The difference of three times a number and 16 is at least 8.\r
\n" );
document.write( "\n" );
document.write( "18. Five less than the product of 6 and a number is no more than twice that same number. \n" );
document.write( "
Algebra.Com's Answer #113381 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 16. The difference of three times a number and 16 is at least 8.\r \n" ); document.write( "\n" ); document.write( "Since you don't know what \"a number\" is -- assign it to a variable: \n" ); document.write( "Let n = the number\r \n" ); document.write( "\n" ); document.write( "So, now instead of: \n" ); document.write( "The difference of three times a number and 16 is at least 8. \n" ); document.write( "We now have: \n" ); document.write( "The difference of three times x and 16 is at least 8.\r \n" ); document.write( "\n" ); document.write( "Breaking it up further: \n" ); document.write( "The \"difference of three times x and 16\" is at least \"8\". \n" ); document.write( "3x - 16 <= 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "18. Five less than the product of 6 and a number is no more than twice that same number.\r \n" ); document.write( "\n" ); document.write( "Again, since you don't know what \"a number\" is assign it to a variable: \n" ); document.write( "Let n = the number\r \n" ); document.write( "\n" ); document.write( "When you see \"product\" -- think multiplication \n" ); document.write( "When you see \"is\" -- think equal sign \n" ); document.write( "When you see \"no more than\" -- think <\r \n" ); document.write( "\n" ); document.write( "Putting it all together: \n" ); document.write( "6x-5 <= 2x \n" ); document.write( " \n" ); document.write( " |