document.write( "Question 996392: A collection of nickels, dimes, and quarters consists of 14 coins with a total value of $1.75. If the number of dimes is equal to the number of nickels, find the number of each type of coin. \n" ); document.write( "
Algebra.Com's Answer #614851 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A collection of nickels, dimes, and quarters consists of 14 coins with a total value of $1.75. If the number of dimes is equal to the number of nickels, find the number of each type of coin. \n" ); document.write( "Equations: \n" ); document.write( "Quantity:: n + d + q = 14 coins \n" ); document.write( "Value:::: 5n +10d+25q = 175 cents \n" ); document.write( "Quantity:: n - d + 0 = 0 \n" ); document.write( "---------------------------- \n" ); document.write( "Solve by any method to get: \n" ); document.write( "n = 5 \n" ); document.write( "d = 5 \n" ); document.write( "q = 4 \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |