document.write( "Question 976948: If 9 is added to a number and the sum is doubled, the result is -8 less than the number. Find the number \n" ); document.write( "
Algebra.Com's Answer #598429 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Assume the number is x \n" ); document.write( "9 is added to the number = x + 9 \n" ); document.write( "The sum is doubled = 2(x + 9) \n" ); document.write( "The result is -8 less than the number \n" ); document.write( "= x - (-8) = x + 8 \n" ); document.write( "Therefore 2(x + 9) = x + 8 \n" ); document.write( "Multiply and sort out: \n" ); document.write( "2x + 18 = x + 8 \n" ); document.write( "2x - x = 8 - 18 \n" ); document.write( " x = -10 \n" ); document.write( "2(x + 9) = x + 8 \n" ); document.write( "2(-10 + 9) = -10 + 8 \n" ); document.write( " -2 = -2 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |