document.write( "Question 1023014: The last of three consecutive numbers, increased by 10, is equal to the sum of the first two consecutive numbers. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #638565 by ikleyn(52809)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The last of three consecutive numbers, increased by 10, is equal to the sum of the first two consecutive numbers. Find the numbers. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the smallest of three consecutive numbers.\r\n" ); document.write( "\r\n" ); document.write( "Then your equation is\r\n" ); document.write( "\r\n" ); document.write( "(x+2) + 10 = x + (x+1).\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve it:\r\n" ); document.write( "\r\n" ); document.write( "x + 12 = 2x + 1,\r\n" ); document.write( "\r\n" ); document.write( "x = 12 - 1 = 11.\r\n" ); document.write( "\r\n" ); document.write( "The numbers are 11, 12 and 13.\r\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |