Q. 160

Question

Take a handful of two types of coins, and write a problem similar to Example 4.25  relating the total number of coins and their total value. Set up a system of equations to describe your situation and then solve it.

Step-by-Step Solution

Verified
Answer

The problem is "Peter has a pocketful of quarters and dimes. The total value of the coins is $3.80. The number of quarter is 4 less than twice the number of dimes. How many quarter and how many dimes does Peter have? "

The solution is that the number of dimes and quarter is 8 and 12.

1Step 1. Given information

We are given an reference example 4.25 and we have to setup a system of equations and solve them.

2Step 2. Formation of Problem and system of equations

The problem will be: Peter has a pocketful of quarters and dimes. The total value of the coins is $3.80. The number of quarter is 4 less than twice the number of dimes. How many quarter and how many dimes does Peter have?

Let x and y be the number of quarter and dimes,

So, the system of equation will be,

x=2y-4    -(1)0.25x+0.10y=3.80    -(2)

3Step 3. Solving the system of equations

Putting the value of x in second equation, we get

0.25x+0.10y=3.800.25(2y-4)+0.10y=3.800.50y-1+0.10y=3.800.60y=4.80y=4.800.60y=8

Putting the value of y in first equation, we get

x=2y-4x=2(8)-4x=16-4x=12

Hence the number of dimes is 8 and number of quarter is 12

4Step 4. Checking the solution

Putting the value of x,y in the second equation, we get

0.25x+0.10y=3.800.25(12)+0.10(8)=3.803+0.80=3.803.80=3.80

This is true, hence the solution is correct.