document.write( "Question 896368: Coin question
\n" );
document.write( "Natalie has some nickels, Dirk has some dimes and Quincy has some quarters. Dirk has five more dimes than Quincy has quarters. If Natalie gives Dirk a nickel, Dirk gives Quincy a dime, and Quincy gives Natalie a quarter; they will all have the same amount of money. How many coins did each have originally?
\n" );
document.write( "I set up an equation to show how much money Dirk has: .10d + .05 - .10 where d is the number of dimes. For Quincy: .25q + .10 - .25 where q is the number of quarters. I also set up 5 + d = q to show that Dirk has 5 more coins than Quincy then I solved for d (d = q - 5) and substituted that in Dirks formula, but this isn't working. I know intuitively that they each end up with $.85 and that means Natalie has 13 coins, Dirk has 9 and Quincy has 4 at the beginning, but I can't figure out how to write this as an equation. I appreciate the help, Judy \n" );
document.write( "
Algebra.Com's Answer #543447 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Dirk has (x+5).10 \n" ); document.write( "Quincy has x(.25) \n" ); document.write( "Natalie has (y-1).05 \n" ); document.write( "Dirk has .05 + (x+5).10 \n" ); document.write( "Dirk has .05 + (x+4).10 \n" ); document.write( "Quincy has x(.25) +.10 \n" ); document.write( "Quincy has (x-1).25 +.10 \n" ); document.write( "Natalie has (y-1).05 +.25 \n" ); document.write( "now we can write the final equations \n" ); document.write( "Dirk = Natalie = Quincy \n" ); document.write( ".05 + (x+4).10 = (y-1).05 +.25 = (x-1).25 +.10 \n" ); document.write( ".05 +.10x +.40 = .05y -.05 +.25 = .25x -.25 +.10 \n" ); document.write( ".10x +.45 = .05y +.20 = .25x -.15 \n" ); document.write( "first solve for x \n" ); document.write( ".10x +.45 = .25x - .15 \n" ); document.write( "-.15x = -.60 \n" ); document.write( "x = 4 \n" ); document.write( "now we can solve for y \n" ); document.write( ".05 + (4+4).10 = (y-1).05 +.25 \n" ); document.write( ".85 = .05y -.05 + .25 \n" ); document.write( ".85 = .05y +.20 \n" ); document.write( ".05y = .65 \n" ); document.write( "y = 13 \n" ); document.write( "Dirk had 9 dimes, Quincy had 4 quarters and Natalie had 13 nickels \n" ); document.write( " |