document.write( "Question 947621: The sum of three consecutive natural numbers is 498, find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #578273 by macston(5194)![]() ![]() You can put this solution on YOUR website! Let X=smallest number, X+1 the next, X+2 the third \n" ); document.write( "X+(X+1)+(X+2)=498 \n" ); document.write( "3X+3=498 Subtract 3 from each side \n" ); document.write( "3X=495 Divide each side by 3 \n" ); document.write( "X=165 ANSWER 1: The smallest number is 165 \n" ); document.write( "X+1=166 The middle number is 166 \n" ); document.write( "X+2=167 The largeest number is 167 \n" ); document.write( "CHECK \n" ); document.write( "Sum is 498 \n" ); document.write( "165+166+167=498 \n" ); document.write( "498=498\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |