document.write( "Question 969570: The sum of three consecutive even numbers is 180. What is the smallest of the three numbers? \n" ); document.write( "
Algebra.Com's Answer #592409 by amarjeeth123(569)\"\" \"About 
You can put this solution on YOUR website!
Let the three consecutive even numbers be (x-2),x,(x+2).
\n" ); document.write( "The sum of three consecutive even numbers is 180.
\n" ); document.write( "(x-2)+x+(x+2)=180
\n" ); document.write( "3x=180
\n" ); document.write( "x=60
\n" ); document.write( "The three numbers are 58,60 and 62.
\n" ); document.write( "The smallest of the three numbers is 58.
\n" ); document.write( "
\n" );