document.write( "Question 160744: find three consecutive integers.The largest integer added to twelve equuals twice smaller integer \n" ); document.write( "
Algebra.Com's Answer #118507 by nerdybill(7384) You can put this solution on YOUR website! find three consecutive integers.The largest integer added to twelve equuals twice smaller integer \n" ); document.write( ". \n" ); document.write( "Let x = smallest consecutive integer \n" ); document.write( "x+1 = middle integer \n" ); document.write( "x+2 = largest consecutive integer \n" ); document.write( ". \n" ); document.write( "Then from \"The largest integer added to twelve equals twice smaller integer\" \n" ); document.write( "(x+2)+12 = 2x \n" ); document.write( "x+14 = 2x \n" ); document.write( "14 = x \n" ); document.write( "x+1 = 14+1 = 15 \n" ); document.write( "x+2 = 14+2 = 16 \n" ); document.write( ". \n" ); document.write( "Solution: 14, 15, and 16 \n" ); document.write( " \n" ); document.write( " |