document.write( "Question 920581: the sum of three consecutive numbers is sixty. what is the smallest of the three numbers? \n" ); document.write( "
Algebra.Com's Answer #558453 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x + x+1 + x+2 = 60 \n" ); document.write( "3x = 57\r \n" ); document.write( "\n" ); document.write( "x = 19 \n" ); document.write( "The three consecutive numbers are: 19, 20, 21 \n" ); document.write( "And checking \n" ); document.write( "sum = 60 \n" ); document.write( " |