document.write( "Question 71679: Find three consecutive numbers whose sum is 60 \n" ); document.write( "
Algebra.Com's Answer #51262 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=first number \n" ); document.write( "Then (x+1)=second number \n" ); document.write( "And (x+2)=third number\r \n" ); document.write( "\n" ); document.write( "And we are told that:\r \n" ); document.write( "\n" ); document.write( "x+(x+1)+(x+2)=60 get rid of parens\r \n" ); document.write( "\n" ); document.write( "x+x+1+x+2=60 collect like terms \n" ); document.write( "3x+3=60 subtract 3 from both sides \n" ); document.write( "3x+3-3=60-3 simplify \n" ); document.write( "3x=57 divide both sides by 3 \n" ); document.write( "x=19--------------------------------first number \n" ); document.write( "x+1=19+1=20-----------------------------second number \n" ); document.write( "x+2=19+2=21------------------------------third number\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "19+20+21=60 \n" ); document.write( "60=60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps-----ptaylor\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |