document.write( "Question 1014301: Two times the difference between a number and eleven is less than or equal to seven times the sum of the number and four. Find the smallest number that will satisfy the inequality.\r
\n" );
document.write( "\n" );
document.write( "what i tried..
\n" );
document.write( "2(n-11) less than or equal to sign 7(n+4)
\n" );
document.write( "simplified to 50 less than or equal to 5n
\n" );
document.write( "divided 5 by each side ended up with 10 \n" );
document.write( "
Algebra.Com's Answer #630625 by Theo(13342)![]() ![]() You can put this solution on YOUR website! you're on the right track. \n" ); document.write( "however, the result is n >= -10. \n" ); document.write( "here's why.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with 2 * (n-11) <= 7 * (n+4) \n" ); document.write( "distribute the multiplication to get 2n - 22 <= 7n + 28 \n" ); document.write( "subtract 7n from both sides of the equation and add 22 to both sides of the equation to get 2n - 7n <= 28 + 22 \n" ); document.write( "combine like terms to get -5n <= 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's where the inequality gets flipped.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of the inequality by -5 to get n >= 50/-5 \n" ); document.write( "simplify to get n >= -10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when you multiply or divide both sides of an inequality by a negative number, the inequality gets reversed.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have a > b. \n" ); document.write( "multiply both sides of this inequality by -1 and you get -a < -b. \n" ); document.write( "in numbers, you would get the following: \n" ); document.write( "9 > 5 \n" ); document.write( "multiply both sides by -1 and you get -9 < -5.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equality part remains the same. \n" ); document.write( "7 = 7 \n" ); document.write( "multiply both sides of this equation by -1 and you get -7 = -7 \n" ); document.write( "they are still equal to each other, only with different signs.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your inequality, you had -5n <= 50 \n" ); document.write( "division is a form of multiplication and the same rules apply. \n" ); document.write( "dividing by 5 is the same as multiplying by 1/5. \n" ); document.write( "when you divided by -5, the inequality changes. \n" ); document.write( "you wind up with n >= -10.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i confirmed the solution is correct by replacing n with -11, -10, -9. \n" ); document.write( "the results are what i expected. \n" ); document.write( "when n was -11, 2*(n-11) <= 7*(n+4) was false (not smaller or equal). \n" ); document.write( "when n was -10, 2*(n-11) <= 7*(n+4) was true (equal). \n" ); document.write( "when n was -9, 2*(n-11) <= 7*(n+4) was true (smaller)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |