document.write( "Question 1071343: Alycia opens her piggy bank to find only nickels and quarters inside. She counts the coins and finds that she has 44 coins totaling $5.00. How many nickels were in the piggy bank, and how many quarters were in there? \n" ); document.write( "
Algebra.Com's Answer #686302 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x=nickels
\n" ); document.write( "44-x=quarters
\n" ); document.write( ".05x+.25(44-x)=5.00
\n" ); document.write( ".05x+11.00-.25x=5.00
\n" ); document.write( "-.20x=-6.00
\n" ); document.write( "x=30 nickels ($1.50)
\n" ); document.write( "44-x=14 quarters ($3.50)
\n" ); document.write( "They add to $5.00
\n" ); document.write( "
\n" );