document.write( "Question 1127229: a box contains 77 coins, only dimes and nickels. The amount of money in the box is $5.25. How many dimes and how many nickles are in the box? \n" ); document.write( "
Algebra.Com's Answer #743619 by greenestamps(13206)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Here is a common sense way to solve problems like this, without the formal algebra.

\n" ); document.write( "If all 77 coins were nickels, the total value would be 77*5 = 385 cents or $3.85.
\n" ); document.write( "The actual total value is $5.25, which is $1.40 (140 cents) more than $3.85.
\n" ); document.write( "Replacing 1 nickel with 1 dime raises the total value by 5 cents (while keeping the total number of coins the same).
\n" ); document.write( "The number of dimes needed to replace nickels to make up the other 140 cents is 140/5 = 28.

\n" ); document.write( "So there are 28 dimes and 77-28 = 49 nickels.
\n" ); document.write( "
\n" );