|
Question 1147868: Suppose you have just enough money, in coins, to pay for a loaf of bread priced at $1.95. You have 12 coins, all quarters and dimes. Let q equal the number of quarters and d equal the number of dimes. How many of each coin do you have?
I have the answer as 5 quarters and 7 dimes. I got it just by using common sense and did it in my head. Though, I would like to know how to actually solve it. All i’m really looking for is for the equation/s. From there on, I can figure out if it is substitution or elimination and solve it myself.
Found 2 solutions by ikleyn, greenestamps: Answer by ikleyn(52798) (Show Source): Answer by greenestamps(13200) (Show Source):
You can put this solution on YOUR website!
The important part of your question is about setting up the equations. You have two pieces of information:
(1) the total number of coins (quarters and dimes) is 12
(2) the value of the coins -- 25 cents for each quarter and 10 cents for each dime -- is $1.95, or 195 cents
If you (logically) use q for the number of quarters and d for the number of dimes, then
(1) the given number of coins is the sum of the number of quarters and the number of dimes:

(2) the value (in cents) of q quarters is 25*q or 25q; the value of d dimes is 10*d or 10d; the given total value of the coins is the sum of the values of the quarters and dimes:

Those are the equations shown by the other tutor, though not in exactly the same form.
You said you knew you could figure out, once you saw the equations, "...if it is substitution or elimination...". Note of course that you can always use either method.
The other tutor showed a solution using substitution, which would not be my choice. Whenever the two equations are in this form, I find elimination far easier; there is no need to solve for one variable and substitute.
25q + 10d = 195
q + d = 12
Multiply the the second equation by 10 and subtract from the first:
25q + 10d = 195
10q + 10d = 120
-----------------
15q = 75
Then
q = 75/15 = 5
d = 12-q = 7
But, again, the choice of method is yours....
|
|
|
| |