document.write( "Question 949821: Find four consecutive integers such that the sum of twice the first and three times the third is 126.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #579897 by macston(5194)![]() ![]() You can put this solution on YOUR website! F=first integer; F+2=Third integer \n" ); document.write( "2F+3(F+2)=126 \n" ); document.write( "2F+3F+6=126 Subtract 6 from each side. \n" ); document.write( "5F=120 Divide each side by 5 \n" ); document.write( "F=24 ANSWER 1: The first integer is 24 \n" ); document.write( "F+1=25 ANSWER 2: The second integer is 25 \n" ); document.write( "F+2=26 ANSWER 3: Third integer is 26 \n" ); document.write( "F+3=27 ANSWER 4: Fourth integer is 27 \n" ); document.write( "CHECK: \n" ); document.write( "Twice first + 3 times Third = 126 \n" ); document.write( "2(24)+3(26)=126 \n" ); document.write( "48+78=126 \n" ); document.write( "126=126 \n" ); document.write( " \n" ); document.write( " |