document.write( "Question 571189: Gertie has $9.20. All of her coins are dimes and quarters. The number of quarters is 1 less than the number of dimes. How many of each coin does Gertie have? \n" ); document.write( "
Algebra.Com's Answer #368021 by htmentor(1343) You can put this solution on YOUR website! Gertie has $9.20. All of her coins are dimes and quarters. The number of quarters is 1 less than the number of dimes. How many of each coin does Gertie have? \n" ); document.write( "============================= \n" ); document.write( "Let d = the number of dimes \n" ); document.write( "Then the number of quarters = d-1 \n" ); document.write( "The total amount is 920 = 10d + 25(d-1) \n" ); document.write( "Solve for d: \n" ); document.write( "920 = 10d + 25d - 25 \n" ); document.write( "35d = 945 \n" ); document.write( "d = 27 \n" ); document.write( "So she has 27 dimes, 26 quarters \n" ); document.write( " |