document.write( "Question 284562: Four times the sum of three consecutive integers is 48
\n" );
document.write( "a. Write an equation that could be used to find the integers
\n" );
document.write( "b. What are the integers \n" );
document.write( "
Algebra.Com's Answer #206461 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The integers can be: \n" ); document.write( "n, n+1 and n+2 \n" ); document.write( "4*(n + n+1 + n+2) = 48 \n" ); document.write( "------------------------- \n" ); document.write( "Using the equation is the hard way. Do it like this: \n" ); document.write( "The integers total 12 \n" ); document.write( "12/3 = 4, the middle number \n" ); document.write( "--> 3, 4 & 5 \n" ); document.write( " \n" ); document.write( " |