document.write( "Question 179672: 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\r
\n" );
document.write( "\n" );
document.write( "I believe the answer is Integers: 3,4, and 5 because 3+4+5 = 12 * 4 = 48. but I do not know how to write the equation. \n" );
document.write( "
Algebra.Com's Answer #134596 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 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( "I believe the answer is Integers: 3,4, and 5 because 3+4+5 = 12 * 4 = 48. but I do not know how to write the equation. \n" ); document.write( ": \n" ); document.write( "4(x + (x+1) + (x+2)) = 48 \n" ); document.write( "4(3x + 3) = 48 \n" ); document.write( "12x + 12 = 48 \n" ); document.write( "12x = 48 - 12 \n" ); document.write( "12x = 36 \n" ); document.write( "x = 3 \n" ); document.write( " |