document.write( "Question 316973: The amount of money in cents in a jar containing n nickels and some dimes and some quarters if there are 4 times as many dimes as nickels and twice as many quarters as dimes. \n" ); document.write( "
Algebra.Com's Answer #226942 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
nickels =x
\n" ); document.write( "dimes = 4x
\n" ); document.write( "quarters=2*4x=8x
\n" ); document.write( "..
\n" ); document.write( "5x+10*4x+25*8x
\n" ); document.write( "=5x+40x+200x
\n" ); document.write( "=245x cents
\n" ); document.write( "
\n" );