document.write( "Question 496068: You have q quarters, d dimes, and n nickels in a piggy bank.
\n" );
document.write( "a. Write an expression for the total value of the coins in dollars.
\n" );
document.write( "b. Evaluate your expression for q = 4, d = 5, and n = 7. How much money is in the piggy bank? \n" );
document.write( "
Algebra.Com's Answer #336321 by chessace(471)![]() ![]() You can put this solution on YOUR website! a. .25q + .1d + .05n \n" ); document.write( "b. 1 + .5 + .35 = $1.85 \n" ); document.write( " \n" ); document.write( " |