document.write( "Question 999208: The sum of three consecutive even numbers is 96 what is the smallest of the three numbers? \n" ); document.write( "
Algebra.Com's Answer #616886 by addingup(3677)![]() ![]() You can put this solution on YOUR website! x+x+2+x+2+2= 96 \n" ); document.write( "3x+6= 96 Subtract 6 on both sides: \n" ); document.write( "3x= 90 divide both sides by 3 \n" ); document.write( "x= 30 is the smallest number, the next is 30+2= 32 and finally 30+2+2= 34 \n" ); document.write( " |