document.write( "Question 950039: The numbers on 3 raffle tickets are consecutive integers with a sum of 7530. Find the integers \n" ); document.write( "
Algebra.Com's Answer #805596 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-1) + x + (x+1) = 7530 \n" ); document.write( "3x = 7530 \n" ); document.write( "x = 2510\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is the middle number, so the numbers are 2509, 2510, and 2511.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum of any three consecutive numbers is equal to triple the middle number. \n" ); document.write( " |