document.write( "Question 969568: The sum of three consecutive numbers is 180. What is the smallest of the three numbers? \n" ); document.write( "
Algebra.Com's Answer #592413 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the three numbers be (x-1),x and (x+1). \n" ); document.write( "The sum of three consecutive numbers is 180. \n" ); document.write( "(x-1)+x+(x+1)=180 \n" ); document.write( "3x=180 \n" ); document.write( "x=60 \n" ); document.write( "The smallest of the three numbers is 59. \n" ); document.write( " |