document.write( "Question 805271: find three consecutive integers such that twice the greatest integer is three less than two times the least integer \n" ); document.write( "
Algebra.Com's Answer #806056 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( "2(x+1) = 2(x-1) - 3 \n" ); document.write( "2x+2 = 2x-5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This equation has no solutions. \n" ); document.write( " |