document.write( "Question 116119: Can you tell me if this is correct?
\n" );
document.write( "Find three consecutive integers such that four times the sum of the first and second is 17 more than 7 times the third
\n" );
document.write( "1st integer:n
\n" );
document.write( "2nd integer:n+2
\n" );
document.write( "3rd integer:n+4
\n" );
document.write( "4n+7(n+4)+17 \n" );
document.write( "
Algebra.Com's Answer #84420 by scott8148(6628) You can put this solution on YOUR website! consecutive integers are 1 apart ___ consecutive odd or even are 2 apart\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1st integer:n \n" ); document.write( "2nd integer:n+1 \n" ); document.write( "3rd integer:n+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "four times the sum of the first and second ___ 4(2n+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "is ___ =\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "17 more than 7 times the third ___ 7(n+2)+17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4(2n+1)=7(n+2)+17 \n" ); document.write( " |