document.write( "Question 95431: what is the lowest number in a group of three consecutive numbers to equal 600 \n" ); document.write( "
Algebra.Com's Answer #69443 by edjones(8007)![]() ![]() You can put this solution on YOUR website! let n=the lowest number \n" ); document.write( "n+(n+1)+(n+2)=600 \n" ); document.write( "3n+3=600 \n" ); document.write( "subtract 3 from both sides. 3n=597 \n" ); document.write( "divide 3 into both sides. n=199 \n" ); document.write( "EdJones \n" ); document.write( " |