document.write( "Question 223381: twice a number is 60 more than five times the number. what is the number? \n" ); document.write( "
Algebra.Com's Answer #167196 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Let's call \"a number\" x. Then twice a number would be 2x. And 5 times the number is 5x. Now we can translate \"twice a number is 60 more than five times the number\": \n" ); document.write( "2x = 60 + 5x \n" ); document.write( "Now we solve this for x. Subtract 5x from each side: \n" ); document.write( "-3x = 60 \n" ); document.write( "Divide both sides by -3: \n" ); document.write( "x = -20 \n" ); document.write( "Let's check. Twice -20 is -40. 5 times -20 is -100. And -40 is 60 more than -100. \n" ); document.write( "So the number is -20. \n" ); document.write( "Note: a solution provided by another is incorrect. It uses an incorrect equation and then checks/proves the incorrect answer with the incorrect equation. \n" ); document.write( " |