document.write( "Question 1096127: Twice the second consecutive integer is 2 less than the sum of the first and third integers. Find the integers \n" ); document.write( "
Algebra.Com's Answer #710589 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Twice the second consecutive integer is 2 less than the sum of the first and third integers. Find the integers \n" ); document.write( "------ \n" ); document.write( "2*n = (n-1) + (n+1) - 2 \n" ); document.write( "2n = 2n - 2 \n" ); document.write( "No such integers. \n" ); document.write( " \n" ); document.write( " |