document.write( "Question 1005964: Dan has twice as much money in nickels as he does in quarters. He has 33 coins in all. How much money does he have? \n" ); document.write( "
Algebra.Com's Answer #622109 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call the numbers of nickels and quarters, n and q.
\n" ); document.write( "Then n + q = 33 and
\n" ); document.write( "5n = 2(25q) or 5n = 50q or n = 10q
\n" ); document.write( "Now plug that into the first equation and get
\n" ); document.write( "10q + q = 33
\n" ); document.write( "11q = 33
\n" ); document.write( "q = 3 = $.75
\n" ); document.write( "n = 30 = $1.50
\n" ); document.write( "Total = $2.25
\n" ); document.write( "
\n" );