document.write( "Question 1192114: Find 3 consecutive numbers such that the sum of the 1st and 3rd numbers exceeds the 2nd number by 10. \n" ); document.write( "
Algebra.Com's Answer #824009 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Find 3 consecutive numbers such that the sum of the 1st and 3rd numbers exceeds the 2nd number by 10.
\n" ); document.write( "=================
\n" ); document.write( "If you mean integers:
\n" ); document.write( "--------------
\n" ); document.write( "Use n-1, n and n+1
\n" ); document.write( "--
\n" ); document.write( "2n = n+10
\n" ); document.write( "n = 10
\n" ); document.write( "---> 9, 10 & 11
\n" ); document.write( "
\n" ); document.write( "
\n" );