document.write( "Question 968486: seven times the sum of three consecutive odd integers is the same as 480 more than 3 times the largest integer. Find the integers. Please help me solve this \n" ); document.write( "
Algebra.Com's Answer #805677 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7((x-2) + x + (x+2)) = 3(x+2) + 480 \n" ); document.write( "7(3x) = 3x + 6 + 480 \n" ); document.write( "21x = 3x + 486 \n" ); document.write( "18x = 486 \n" ); document.write( "x = 27\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 25, 27, and 29. \n" ); document.write( " |