document.write( "Question 1124286: A teller has rolls of coins in his drawer, consisting of quarters ($10/roll), dimes ($5/roll), and nickels ($2/roll). He has three times as many rolls of quarters as nickels and twice as many rolls of dimes as nickels. The total is $252. How many rolls of each does he have? \n" ); document.write( "
Algebra.Com's Answer #740629 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                 dollar per roll     How Many Rolls     MONEY, Dollars\r\n" );
document.write( "Quarters Rolls    10 each              3n                 10*3n\r\n" );
document.write( "Dimes Rolls        5 each              2n                  5*2n\r\n" );
document.write( "Nickels Rolls      2 each               n                   2n\r\n" );
document.write( "TOTAL                                                      $252\r\n" );
document.write( "

\n" ); document.write( "Make the obvious equation and solve for n and the roll counts.
\n" ); document.write( "
\n" );