document.write( "Question 800980: After the morning rush at the neighborhood coffee shop, the tip jar contained $3.75 in coins. There was one less quarter than nickels. There are twice as many dimes as nickels. How many coins of each type were there? \n" ); document.write( "
Algebra.Com's Answer #483390 by Finavon(81)\"\" \"About 
You can put this solution on YOUR website!
let q, n and d be number of each coin, worth 25c, 5c and 10c
\n" ); document.write( "25q+5n+10d=375
\n" ); document.write( "q=n-1
\n" ); document.write( "2n=d\r
\n" ); document.write( "\n" ); document.write( "substitute for d and q
\n" ); document.write( "25n-25+5n+20n = 375
\n" ); document.write( "50n=400 so n=8
\n" ); document.write( "then d=16 and q=7
\n" ); document.write( "8 nickels, 16 dimes and 7 quarters\r
\n" ); document.write( "\n" ); document.write( "Check: 25*7 + 5*8 + 10*16 = 175+40+160 = 375
\n" ); document.write( "
\n" ); document.write( "
\n" );