document.write( "Question 956235: The sum of four consecutive integers is 34. What is the smallest of the four integers? \n" ); document.write( "
Algebra.Com's Answer #584202 by macston(5194)![]() ![]() You can put this solution on YOUR website! n=smallest integer; n+1=second integer; n+2=third integer; n+3=fourth integer \n" ); document.write( "n+(n+1)+(n+2)+(n+3)=34 \n" ); document.write( "4n+6=34 \n" ); document.write( "4n=28 \n" ); document.write( "n=7 ANSWER: The smallest integer is 7 \n" ); document.write( "CHECK: \n" ); document.write( "7+8+9+10=34 \n" ); document.write( "34=34 \n" ); document.write( " |