document.write( "Question 1053527: Find three consecutive natural numbers such that the sum of the first and second is 15 more than the
\n" ); document.write( "third
\n" ); document.write( "

Algebra.Com's Answer #668741 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the numbers be \"N-1\",\"N\", and \"N%2B1\".
\n" ); document.write( "\"%28N-1%29%2BN=15%2B%28N%2B1%29\"
\n" ); document.write( "\"2N-1=N%2B16\"
\n" ); document.write( "\"N=17\"
\n" ); document.write( "So the numbers are 16,17, and 18.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );