document.write( "Question 1021275: I have a jar filled with $100 worth of quarters, nickels, and dimes. I have the same amount of each type of coin. How many total coins do I have in my jar \n" ); document.write( "
Algebra.Com's Answer #637023 by stanbon(75887) ![]() You can put this solution on YOUR website! I have a jar filled with $100 worth of quarters, nickels, and dimes. I have the same amount of each type of coin. How many total coins do I have in my jar \n" ); document.write( "-------- \n" ); document.write( "25q + 5n + 10d = 10000 cents \n" ); document.write( "----- \n" ); document.write( "Since q = n = d, \n" ); document.write( "40q = 40n = 40d = 10000 \n" ); document.write( "q = n = d = 25 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |