document.write( "Question 779605: The sum of two consecutive integers plus 7 is 70. Find the integers. \r
\n" );
document.write( "\n" );
document.write( "My work so far:\r
\n" );
document.write( "\n" );
document.write( "70-7=63\r
\n" );
document.write( "\n" );
document.write( "63/2=31.5\r
\n" );
document.write( "\n" );
document.write( "c+i=31.5 \n" );
document.write( "
Algebra.Com's Answer #475295 by josgarithmetic(39630) ![]() You can put this solution on YOUR website! Any two consecutive integers may be n and n+1. \n" ); document.write( "(n)+(n+1)+7=70 \n" ); document.write( "n+n+1+7=70 \n" ); document.write( "2n+8=70 \n" ); document.write( "n+4=35 \n" ); document.write( "n=35-4 \n" ); document.write( "n=31 and n+1=32 \n" ); document.write( " |