document.write( "Question 913863: four times the second of three consecutive integers equals the sum of first and third integers \n" ); document.write( "
Algebra.Com's Answer #805697 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( "4x = (x-1) + (x+1) \n" ); document.write( "4x = 2x \n" ); document.write( "x = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -1, 0, and 1. \n" ); document.write( " |