document.write( "Question 935325: If -7a is greater than or equal to -14,then a is....? \n" ); document.write( "
Algebra.Com's Answer #568510 by Theo(13342) You can put this solution on YOUR website! -7a >= -14 \n" ); document.write( "multiply both sides of the inequality by -1. \n" ); document.write( "this reverses the inequality and you get: \n" ); document.write( "7a <= 14 \n" ); document.write( "divide both sides of the inequality by 7 to get: \n" ); document.write( "a <= 2 \n" ); document.write( "that's your solution. \n" ); document.write( "-7 * 1 = -7 which is greater than or equal to -14. \n" ); document.write( "-7 * 2 = -14 which is greater than or equal to -14. \n" ); document.write( "-7 * 3 = -21 which is NOT greater than or equal to -14. \n" ); document.write( " \n" ); document.write( " |