SOLUTION: A jar contains 40 coins consisting of dimes and quarters and having a total value of $4.90. How many of each kind of coin are there?
I know that somehow I use .1d+.25q=$4.90 but
Algebra ->
Finance
-> SOLUTION: A jar contains 40 coins consisting of dimes and quarters and having a total value of $4.90. How many of each kind of coin are there?
I know that somehow I use .1d+.25q=$4.90 but
Log On
Question 225980: A jar contains 40 coins consisting of dimes and quarters and having a total value of $4.90. How many of each kind of coin are there?
I know that somehow I use .1d+.25q=$4.90 but I don't know how to add the 40 in there. Help please! Found 2 solutions by scott8148, edjones:Answer by scott8148(6628) (Show Source):
You can put this solution on YOUR website! Let d=number of dimes, q=number of quarters
d+q=40
q=40-d
.1d+.25q=4.9 good work.
.1d+.25(40-d)=4.9
.1d+10-.25d=4.9
-.15d=-5.1
d=34
q=6
.
Ed