document.write( "Question 13602: Here is the queston:
\n" ); document.write( "how do I set up the equation?
\n" ); document.write( "A collection of coins is worth $7.50. There are nickles, dimes and quarters with twice as many dimes as there are nickles. Altogether there are 70 coins. how many nickles, dines, and quarters are in the collection?
\n" ); document.write( "

Algebra.Com's Answer #6847 by LilSkittleMd(119)\"\" \"About 
You can put this solution on YOUR website!
For this problem you have 3 equations. They are:
\n" ); document.write( "n+d+q=70
\n" ); document.write( "(since there are 70 coins altogether, the number of each coin will add up to 70)
\n" ); document.write( "d=2n
\n" ); document.write( "(there are twice as many dimes as there are nickels)
\n" ); document.write( "0.05n+0.10d+0.25q=7.50
\n" ); document.write( "(the amount of how much each coin is worth, multiplied by the number of the coin is equal to $7.50)
\n" ); document.write( "The first step is to eliminate one variable from two equations. Using the elimination method seems to be the easiest (add the two equations together, eliminating one variable)
\n" ); document.write( "Take the first and last equation. Multiply the first equation by -0.25 to cancel out the variable q.
\n" ); document.write( " -0.25n-0.25d-0.25q=-17.5
\n" ); document.write( "+ 0.05n+0.10d+0.25q=7.50 (Add the two equations to come up with an equation without the variable q)
\n" ); document.write( "-0.2n-0.15d=-10
\n" ); document.write( "Take the d=n equation and plug it into the new equation:
\n" ); document.write( "-0.2n-0.15(2n)=-10 (Solve the equation)
\n" ); document.write( "-0.2n-0.3n=-10
\n" ); document.write( "-0.5n=-10 (divide each side of the equation by -0.5)
\n" ); document.write( "n=20
\n" ); document.write( "Now place the value of n into an equation:
\n" ); document.write( "d=2(20)
\n" ); document.write( "d=40
\n" ); document.write( "Now place these 2 variables into an equation with all three variables:
\n" ); document.write( "20+40+q=70 (Solve this equation)
\n" ); document.write( "60+q=70
\n" ); document.write( "q=10
\n" ); document.write( "There are 20 nickels, 40 dimes, and 10 quarters in the collection.
\n" ); document.write( "
\n" ); document.write( "
\n" );