You can
put this solution on YOUR website!Moolah has 27 coins that are all dimes and quarters. The value of th coins is $4.35. How many dimes and how many quarters does Moolah have?
---------------------
D + Q = 27 (a total of 27 coins)
10D + 25Q = 435 (each dime is 10 cents, each quarter 25 cents. See that?)
-------------
Now it's 2 eqns in 2 variables, no longer a "word problem"
Substitution is the easiest approach.
Since D + Q = 27, D = 27-Q.
Sub for D in the 2nd eqn
10*(27-Q) + 25Q = 435
270 - 10Q + 25Q = 435
270 + 15Q = 435
15Q = 165
Q = 11 (11 quarters)
D = 27-Q
D = 16
That's it.
You can
put this solution on YOUR website!Let d = number of dimes
and q = number of quarters
.
From "Moolah has 27 coins" we get equation 1:
d+q = 27
.
From "The value of th coins is $4.35" we get equation 2:
.10d + .25q = 4.35
.
Solving equation 1 for d:
d+q = 27
d = 27-q
.
Substitute the above into equation 2 and solve for q:
.10d + .25q = 4.35
.10(27-q) + .25q = 4.35
2.7 - .10q + .25q = 4.35
.15q = 1.65
q = 11 (number of quarters)
.
Substitute the above back into equation 1 and solve fo d:
d+q = 27
d+11 = 27
d = 16 (number of dimes)