document.write( "Question 597476: Daniel has $2.90 in nickels, dimes and quarters. If he has three more nickels than dimes and twice as many dimes as quarters, how many of each does he have? \n" ); document.write( "
Algebra.Com's Answer #378216 by math-vortex(648)\"\" \"About 
You can put this solution on YOUR website!
Hi, there--
\n" ); document.write( ".
\n" ); document.write( "[I] Define your variables
\n" ); document.write( ".
\n" ); document.write( "n = the number of nickels
\n" ); document.write( "d = the number of dimes
\n" ); document.write( "q = the number of quarters
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "[II] Create equations showing the given relationships
\n" ); document.write( ".
\n" ); document.write( "There are three more nickels than dimes.
\n" ); document.write( "\"n=d%2B3\"
\n" ); document.write( ".
\n" ); document.write( "There are twice as many dimes as quarters.
\n" ); document.write( "\"d=2q\" or \"q=d%2F2\"
\n" ); document.write( ".
\n" ); document.write( "The total amount of money is $2.90
\n" ); document.write( "The value of the nickels is $0.05 times the number of nickels, or 0.05n
\n" ); document.write( "The value of the dimes is $0.10 times the number of dimes, or 0.10d
\n" ); document.write( "The value of the quarters is $0.25 times the number of quarters, or 0.25q
\n" ); document.write( ".
\n" ); document.write( "\"0.05n%2B0.10d%2B0.25q=2.90\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "[III] Solve the system of equations.
\n" ); document.write( "I'll use the substitution method.
\n" ); document.write( ".
\n" ); document.write( "Substitute d+3 for n and d/2 for q into the value equation.
\n" ); document.write( ".
\n" ); document.write( "\"0.05n%2B0.10d%2B0.25q=2.90\"
\n" ); document.write( "\"0.05%28d%2B3%29%2B0.10d%2B0.25%28d%2F2%29=2.90\"
\n" ); document.write( ".
\n" ); document.write( "Simplify and solve for d.
\n" ); document.write( "\"0.05d%2B0.15%2B0.10d%2B0.125d=2.90\"
\n" ); document.write( "\"0.275d%2B0.15=2.90\"
\n" ); document.write( "\"0.275d=2.75\"
\n" ); document.write( "\"d=10\"
\n" ); document.write( ".
\n" ); document.write( "The equation d=10 means that there are 10 dimes.
\n" ); document.write( "There are n = d+3 = 10+3 = 13 nickels.
\n" ); document.write( "There are d/2 = 10/2 = 5 quarters.
\n" ); document.write( ".
\n" ); document.write( "[IV] Check your work.
\n" ); document.write( "Do these coins add up to $2.90?
\n" ); document.write( "13 nickels is 6*13 = $0.65
\n" ); document.write( "10 dimes is 10*10 = $1.00
\n" ); document.write( "5 quarters is 5*25 = $1.25
\n" ); document.write( "$0.65 + 1.00 + 1.25 = $2.90
\n" ); document.write( "Check!
\n" ); document.write( ".
\n" ); document.write( "That's it!
\n" ); document.write( ".
\n" ); document.write( "Feel free to email me via gmail if the explanation is unclear.
\n" ); document.write( ".
\n" ); document.write( "Ms.Figgy
\n" ); document.write( "math.in.the.vortex@gmail.com\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );