document.write( "Question 562332: find three consecutive numbers such that the sum of the second and the third numbers exceeds the first by 14. \n" ); document.write( "
Algebra.Com's Answer #364553 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the three consequtive numbers be x, x+1, x+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+1+x+2=x+14\r \n" ); document.write( "\n" ); document.write( "2x+3=x+14 \n" ); document.write( "-x \n" ); document.write( "2x-x+3=14 \n" ); document.write( "x+3=14 \n" ); document.write( "-3 \n" ); document.write( "x=11\r \n" ); document.write( "\n" ); document.write( "11,12,13 \n" ); document.write( " \n" ); document.write( " |