SOLUTION: If you have 10 dimes and nickels in your pocket that total to $0.70, how many separate dimes and how many separate nickels do you have.

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: If you have 10 dimes and nickels in your pocket that total to $0.70, how many separate dimes and how many separate nickels do you have.      Log On


   



Question 1109170: If you have 10 dimes and nickels in your pocket that total to $0.70, how many separate dimes and how many separate nickels do you have.
Answer by ikleyn(52864) About Me  (Show Source):
You can put this solution on YOUR website!
.

        There are different methods to solve the problem.
        I will show you 3 (three) basic methods in this post.


1- Algebra solution,   2 equations approach

Let d be the number of dimes and n be the number of nickels.

Then you have this system of two equations

  d +   n =  10,        (1)    (counting dimes)
10d +  5n =  70.        (2)    (counting cents)


To solve it, multiply eq(1) by 5. You will have

 5d +  5n =  50,        (1')
10d +  5n =  70.        (2')


Next subtract (1') from (2'). You will get

10d - 5d = 70 - 50,

 5d = 20  ====>  d = 20%2F5 = 4.


There are 4 dimes and 10-4 = 6 nickels.


Check.   4*10 + 6*5 = 70.    !  Correct !


Answer.  There are 4 dimes and 10-4 = 6 nickels.


2- Algebra solution,   1 equation approach

Let  d be the number of dimes.

Then the number of nickels is (10-d). 

The nickels contribute 5*(10-d) cents toward the total.
The dimes   contribute 10*d     cents toward the total.

The total is  5*(10-d) + 10*d   cents.

From the other side, it is 70 cents, according to the condition.

It gives you an equation

5*(10-d) + 10*d = 70.     


Simplify and solve for n:

50 - 5d + 10d = 70 

5d = 70 - 50  

5d = 20  ====>  d = 20%2F5 = 4.


There are 4 dimes and 10-4 = 6 nickels.


You got the same answer.


2- Logical analysis (MENTAL solution without using equations)

Imagine for a minute that all coins in the parking meter are NICKELS.

Then you would have 10*5 = 50 cents in the parking meter.

But in reality the money amount there is 70 cents, which is 70- 50 = 20 cents more than 50 cents.

Why we have this difference ?  - But of course, because we counted 10-cent dimes as 5-cent coins.

Then it is clear, that the number of dimes is  20%2F%2810-5%29 = 20%2F5 = 4.


And you get the same answer.


--------------
Congratulations !   You are now familiar with 3 basic methods for solving typical coin problems.

I suggest that algebraic methods will be your basic methods for such problems,
and the logical analysis method will allow you to solve the problems MENTALLY without using equations.
I will be happy if it will make your horizon wider.

--------------
To see other similar solved coin problems, look in the lessons
    - Coin problems
    - More Coin problems
    - Solving coin problems without using equations
    - Typical coin problems from the archive
    - Solving coin problems mentally by grouping without using equations
in this site.

To see how the logical method works for other similar problems, look into the lessons
    - Problem on two-wheel and three-wheel bicycles
    - Problem on animals at a farm
    - Problem on pills in containers
    - What type of problems are these?
in this site.