document.write( "Question 851190: Given three consecutive integers with a sum of four times the second number, write an algebraic equation for this situation.\r
\n" );
document.write( "\n" );
document.write( "A) n+n+1+n+2=(n+1)
\n" );
document.write( "B) n+n+1+n+2=4n
\n" );
document.write( "C) 3n+3=4n+4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805905 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: n, (n+1), (n+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "n + (n+1) + (n+2) = 4(n+1) \n" ); document.write( "3n + 3 = 4n + 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C) is correct. \n" ); document.write( " |