document.write( "Question 356259: The amount of money in cents in a jar containing
\n" );
document.write( "some nickels and (d) dimes and some quarters if there
\n" );
document.write( "are 4 times as many nickels as dimes and twice as many
\n" );
document.write( "quarters as nickels
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #254313 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( ". \n" ); document.write( "amount of money expressed in cents, with d being the number of dimes \n" ); document.write( ". \n" ); document.write( "5*(4d) + 10 (d) + 25[2*(4d)] \n" ); document.write( " |