document.write( "Question 560732: Stefan has a collection of nickels, dimes, and quarters. In all, he has 24 coins. seven of the coins are quarters. The total value of he collection is $2.90. How many nickels ad how many dimes does he have
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #364027 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Stefan has a collection of nickels, dimes, and quarters. In all, he has 24 coins. seven of the coins are quarters. The total value of he collection is $2.90. How many nickels ad how many dimes does he have \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "n + d + q = 24 coins \n" ); document.write( "5n+10d+25q = 290 cents \n" ); document.write( "q = 7 \n" ); document.write( "----- \n" ); document.write( "n + d = 17 \n" ); document.write( "5n+10d = 115 \n" ); document.write( "--------------------- \n" ); document.write( "5n + 5d = 85 \n" ); document.write( "5n +10d = 115 \n" ); document.write( "---------------------- \n" ); document.write( "5d = 30 \n" ); document.write( "d = 6 (# of dimes) \n" ); document.write( "------ \n" ); document.write( "Solve for \"n\": \n" ); document.write( "n + d = 16 \n" ); document.write( "n + 6 = 16 \n" ); document.write( "n = 10 (# of nickels) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |