document.write( "Question 283801: Hi! I'm not entirely convinced that the answer that I got, which is 6, is the right one, so I'd be really grateful if anyone would bother to solve this one. This problem goes like this:
\n" );
document.write( "A sum of $800 was divided equally among a certain number of children. If there had been 4 more children, each would have received only 3/5 as much. How many children were there?\r
\n" );
document.write( "\n" );
document.write( "Once again, thanks very much! :) \n" );
document.write( "
Algebra.Com's Answer #205949 by scott8148(6628) You can put this solution on YOUR website! (800 / n)(3 / 5) = 800 / (n + 4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2400 (n + 4) = 4000n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2400n + 9600 = 4000n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9600 = 1600n ___ 6 = n \n" ); document.write( " |