document.write( "Question 904977: find three consecutive integers such that 7 decreased by the third is 75 more than twice the second \n" ); document.write( "
Algebra.Com's Answer #805758 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( "7- (x+1) = 75 + 2x \n" ); document.write( "-x + 6 = 2x + 75 \n" ); document.write( "-3x = 69 \n" ); document.write( "x = -23\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -24, -23, and -22. \n" ); document.write( " |