document.write( "Question 211023: Sara has a collection of nickels, dimes, and quarters, worth $15.75. She has 10 more dimes than nickels and twice as many quarters as dimes. How many coins of each kind does she have? \n" ); document.write( "
Algebra.Com's Answer #159418 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Sara has a collection of nickels, dimes, and quarters, worth $15.75. She has 10 more dimes than nickels and twice as many quarters as dimes. How many coins of each kind does she have?
\n" ); document.write( "----------------------------------
\n" ); document.write( "Value Eq.::: 5n + 10d + 25q = 1575 cents
\n" ); document.write( "Quantity Eq: d = n + 10
\n" ); document.write( "Quantity Eq: q = 2d
\n" ); document.write( "---------------------------
\n" ); document.write( "So n = d-10
\n" ); document.write( "-----------------------
\n" ); document.write( "Substitute in the Value Eq.:
\n" ); document.write( "5(d-10) + 10d + 25*2d = 1575
\n" ); document.write( "5d - 50 + 10d + 50d = 1575
\n" ); document.write( "65d = 1625
\n" ); document.write( "d = 25 (# of dimes)
\n" ); document.write( "n = d-10 = 15 (# of dimes)
\n" ); document.write( "q = 2d = 50 (# of quarters)
\n" ); document.write( "================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );