document.write( "Question 921201: the sum of three consecutive numbers is 105.
\n" );
document.write( "what is the smallest of the three numbers? \n" );
document.write( "
Algebra.Com's Answer #558841 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x + x+1 +x+2 = 105 \n" ); document.write( "3x = 102 \n" ); document.write( "x = 34, the smallest of the three numbers \n" ); document.write( "And...checking \n" ); document.write( "34+35+36 = 105 \n" ); document.write( " |