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 #256895 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! Let the smallest number be x. \n" ); document.write( "Then the next two natural numbers are x+1 and x +2 \n" ); document.write( "You are told \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So the numbers are 40, 41 a nd 42. \n" ); document.write( "Check your answer, Is 40+41 = 42+39?? \n" ); document.write( " |