document.write( "Question 1157529: Amy has a collection of coins consisting of quarters and dimes. She has twice as many quarters as dimes. If the total value of her collection is $150, how many of each kind does she have? \n" ); document.write( "
Algebra.Com's Answer #780403 by ikleyn(52794)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Let d be the number of dimes.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of quarters is 2d, according to the condition.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then we can write the money equation for the total in the form\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 10d + 25*(2d) = 15000 cents, or\r\n" ); document.write( "\r\n" ); document.write( " 10d + 50d = 15000,\r\n" ); document.write( "\r\n" ); document.write( " 60d = 15000\r\n" ); document.write( "\r\n" ); document.write( " d = 15000/60 = 250.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "ANSWER. 250 dimes and 2*250 = 500 quarters.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "CHECK. 250*10 + 500*25 = 15000 cents. ! Precisely correct !\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |