document.write( "Question 877698: the sum of three consecutive numbers is equal to 45 whats the smallest number \n" ); document.write( "
Algebra.Com's Answer #529477 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! the sum of three consecutive numbers is equal to 45 whats the smallest number \n" ); document.write( ". \n" ); document.write( "Let x = smallest of three consecutive numbers \n" ); document.write( "then the other two numbers are: \n" ); document.write( "x+1 and x+2 \n" ); document.write( ". \n" ); document.write( "x + x+1 + x+2 = 45 \n" ); document.write( "3x+3 = 45 \n" ); document.write( "3x = 42 \n" ); document.write( "x = 14 (smallest number) \n" ); document.write( " |