document.write( "Question 335230: You have q quarters, d dimes, and n nickels in a piggy bank.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Write an expression for the total value of the coins in dollars.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #240280 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! .25q + .10d + .05n dollars \n" ); document.write( " |