document.write( "Question 521999: A boy has a certain number of sweets. Of he eats 16 a day, they will last him 2 days longer than if he eats 18 a day. How many sweets has he? \n" ); document.write( "
Algebra.Com's Answer #346664 by lwsshak3(11628) ![]() You can put this solution on YOUR website! A boy has a certain number of sweets. Of he eats 16 a day, they will last him 2 days longer than if he eats 18 a day. How many sweets has he? \n" ); document.write( "** \n" ); document.write( "let x=total number of sweets boy has \n" ); document.write( "x/16-x/18=2 \n" ); document.write( "18x-16x=576 \n" ); document.write( "2x=576 \n" ); document.write( "x=288 \n" ); document.write( "ans: \n" ); document.write( "Boy has 288 sweets \n" ); document.write( " |