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 #336322 by Edwin McCravy(20062) You can put this solution on YOUR website! \r\n" ); document.write( "a. $0.25q + $0.10d + $0.05n \r\n" ); document.write( "\r\n" ); document.write( "b. $0.25(4) + $0.10(5) + $0.05(7)\r\n" ); document.write( " $1.00 + $0.50 + $0.35\r\n" ); document.write( " \r\n" ); document.write( " $1.00\r\n" ); document.write( " 0.50\r\n" ); document.write( " +0.35\r\n" ); document.write( " $1.85 \r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |