document.write( "Question 908291: A piggy bank contains nickels, dimes and quarters. There are three times as many dimes as quarters and six more nickels than dimes. The total value of all the coins is $5.90. How many dimes are In the bank? \n" ); document.write( "
Algebra.Com's Answer #550944 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 5*n+10*d+25*q=v \n" ); document.write( "d=3*q and \n" ); document.write( "n=d+6 \n" ); document.write( "way1 0 150 240 200 0 0 \n" ); document.write( "30 nickels = $1.50 \n" ); document.write( "24 dimes = $2.40 \n" ); document.write( "8 quarters = $2.00 \n" ); document.write( " \n" ); document.write( " |