document.write( "Question 842060: A piggy bank has 34 coins. There are four quarters, twice as many nickels as quarters, and the rest are dimes. How much money is inside it? \r
\n" ); document.write( "\n" ); document.write( "So far what I've done is multiplied 4 x .25 which equals $1.00. I'm stuck on the second part, \"twice as many nickels as quarters\" I don't know what to multiply.
\n" ); document.write( "

Algebra.Com's Answer #507346 by josgarithmetic(39630)\"\" \"About 
You can put this solution on YOUR website!
q = how many quarters
\n" ); document.write( "n = how many nickels
\n" ); document.write( "d = how many dimes
\n" ); document.write( "-
\n" ); document.write( "1 quarter = 0.25 dollar
\n" ); document.write( "1 nickel = 0.05 dollar
\n" ); document.write( "1 dime = 0.10 dollar\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "FORMING EQUATIONS\r
\n" ); document.write( "\n" ); document.write( "Thirty-four coints in bank, \"q%2Bn%2Bd=34\";
\n" ); document.write( "Four quarters, \"q=4\";
\n" ); document.write( "Twice as many nickels as quarters, \"n%2Fq=2\";\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Those equations are now enough for solving for n and d.
\n" ); document.write( "The value of q is already given, so you will quickly obtain TWO equations in TWO unknowns.
\n" ); document.write( "-
\n" ); document.write( "Notice that the coin conversion factors will not be needed.
\n" ); document.write( "
\n" );