document.write( "Question 389469: find three consecutive numbers whose sum is 15 more than twice the smallest number \n" ); document.write( "
Algebra.Com's Answer #276068 by mananth(16946)![]() ![]() You can put this solution on YOUR website! find three consecutive numbers whose sum is 15 more than twice the smallest number \n" ); document.write( "... \n" ); document.write( "let the numbers be x,x+1,x+2 \n" ); document.write( ".. \n" ); document.write( "x+x+1+x+2=2x+15 \n" ); document.write( "3x+3=2x+15 \n" ); document.write( "-2x \n" ); document.write( "3x-2x+3=15 \n" ); document.write( "x+3=15 \n" ); document.write( "-3 \n" ); document.write( "x=12 \n" ); document.write( "12,13,14 \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " \n" ); document.write( " |