document.write( "Question 888427: Find three consecutive numbers whose sum is six times the first number \n" ); document.write( "
Algebra.Com's Answer #537365 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find three consecutive numbers whose sum is six times the first number \n" ); document.write( "*** \n" ); document.write( "let x=1st consecutive number \n" ); document.write( "x+1=2nd consecutive number \n" ); document.write( "x+2=3rd consecutive number \n" ); document.write( ".. \n" ); document.write( "x+x+1+x+2=6x \n" ); document.write( "3x=3 \n" ); document.write( "x=1 \n" ); document.write( "three consecutive numbers are 1, 2, and 3 \n" ); document.write( " \n" ); document.write( " |