document.write( "Question 724569: The sum of three consecutive numbers is twelve less than six times the lowest number. What are the three numbers? \n" ); document.write( "
Algebra.Com's Answer #443788 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+x+1+x+2=6x-12 \n" ); document.write( "3x+3=6x-12 \n" ); document.write( "15=3x \n" ); document.write( "x=5 \n" ); document.write( "x+1=6 \n" ); document.write( "x+2=7 \n" ); document.write( "check \n" ); document.write( "5+6+7=6*5-12 \n" ); document.write( "18=30-12 \n" ); document.write( "18=18 \n" ); document.write( "ok \n" ); document.write( " \n" ); document.write( " |