document.write( "Question 20653: Three consetive numbers have a combined sum of 405.Name the smallest of the three numbers .SOLVE. \n" ); document.write( "
Algebra.Com's Answer #9937 by Paul(988) ![]() You can put this solution on YOUR website! x+(x+1)+(x+2)=405 \n" ); document.write( "3x+3=405 \n" ); document.write( "3x=402 \n" ); document.write( " \n" ); document.write( "x=134 \n" ); document.write( "Hence the smallest of the three numbers is 134 \n" ); document.write( " |