document.write( "Question 952130: Find five consecutive integers such that the sum of the first ,second ,and fifth integers is twice the fourth integer
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #581480 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find five consecutive integers such that the sum of the first ,second ,and fifth integers is twice the fourth integer \n" ); document.write( "-------------- \n" ); document.write( "Use n, n+1 ... n+4 \n" ); document.write( "-------- \n" ); document.write( "n + n+1 + n+4 = 2(n+3) \n" ); document.write( "3n+5 = 2n+6 \n" ); document.write( "n = 1 \n" ); document.write( " \n" ); document.write( " |