document.write( "Question 1053312: A purse contains $3.25 in quarters, dimes, and nickels. The purse contains twice as many dimes as nickels. The purse contains a total of 23 coins. Find the number of each kind of coin. \n" ); document.write( "
Algebra.Com's Answer #668689 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be nickels, d be dimes, and q be quarters. Then: \n" ); document.write( "n+d+q=23 \n" ); document.write( "We also know that d=2n. So: \n" ); document.write( "n+2n+q=23 and \n" ); document.write( "5n+10(2n)+25q=325 \n" ); document.write( "3n+q=23 \n" ); document.write( "25n+25q=325 \n" ); document.write( "75n+25q=575 \n" ); document.write( "50n=250 \n" ); document.write( "n=5 \n" ); document.write( "d=10 \n" ); document.write( "q=8 \n" ); document.write( "The purse contains 5 nickels, 10 dimes, and 8 quarters. ☺☺☺☺ \n" ); document.write( " |