document.write( "Question 360059: find three consecutive natural numbers such that the sum of the first and the second is 39 more than the third number. \n" ); document.write( "
Algebra.Com's Answer #256896 by mananth(16946)![]() ![]() You can put this solution on YOUR website! find three consecutive natural numbers such that the sum of the first and the second is 39 more than the third number. \n" ); document.write( "... \n" ); document.write( "x,x+1,x+2 \n" ); document.write( "... \n" ); document.write( "x+x+1=x+2+39 \n" ); document.write( "2x+1=x+41 \n" ); document.write( "2x-x=41-1 \n" ); document.write( "x=40 \n" ); document.write( "... \n" ); document.write( "40,41,42 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |