SOLUTION: Carol has some dimes and quarters if she has 25 coins worth a total of $3.70 how many of each type of coin does she have?

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: Carol has some dimes and quarters if she has 25 coins worth a total of $3.70 how many of each type of coin does she have?      Log On


   



Question 1101094: Carol has some dimes and quarters if she has 25 coins worth a total of $3.70 how many of each type of coin does she have?
Found 2 solutions by algebrahouse.com, greenestamps:
Answer by algebrahouse.com(1659) About Me  (Show Source):
You can put this solution on YOUR website!
x = number of dimes
25 - x = number of quarters {she has 25 coins total}

10x + 25(25 - x) = 370 {value of coin times number of coins equals total value}
10x + 625 - 25x = 370 {used distributive property}
-15x + 625 = 370 {combined like terms}
-15x = -255 {subtracted 625 from each side}
x = 17 {divided each side by -15}
25 - x = 8 {substituted 17, in for x, into 25 - x}

17 dimes
8 quarters

For more help from me, visit: www.algebrahouse.com



Answer by greenestamps(13200) About Me  (Show Source):
You can put this solution on YOUR website!

Let me offer a couple of alternative methods for solving this kind of problem. The other tutor uses a single variable and substitution, which is fine. But I personally prefer either of these other methods.

Look at all three methods of solution and try each one, to find which one "works" best for you.

1. using two variables and elimination

let d = the number of dimes
and q = the number of quarters

Then
(a) d%2Bq+=+25 (there are 25 coins total)
(b) 10d%2B25q+=+370 (the total value of the coins is $3.70, or 370 cents)

Multiply the first equation by 10 (to get "10d"), then subtract the resulting equation from the second equation; this eliminates variable d, leaving an equation you can solve for q:
10d%2B10q+=+250
15q+=+120
q+=+8

Then substitue q=8 in either original equation to find d:
8%2Bq+=+25
q+=+17


2. using logical analysis -- which ends up doing basically the same calculations as the elimination method above.

If all 25 coins were dimes, the total value would be 250 cents; that is 120 cents less than the actual total of 370 cents.
Each quarter is worth 15 cents more than each dime; so each time we trade in a dime for a quarter, we keep the same number of coins but increase the total by 15 cents.
To increase the total by 120 cents to get the actual total of 370 cents, the number of quarters has to be 120/15 = 8.
And then the number of dimes is 25-8 = 17.