Firstly, let's establish the value of each coin in cents:
- A quarter (Q) is equal to 25 cents
- A dime (D) is equal to 10 cents
- A nickel (N) is equal to 5 cents
The newspaper carrier has a total of $5.40, which is equal to 540 cents.
The problem gives us two important relations:
1. The number of quarters is six more than the number of dimes, so we can write this as Q = D + 6.
2. Also, the number of nickels is five times the number of quarters, so we can express this as N = 5Q.
We know that the total value the carrier has is the sum of values of all the nickels, dimes, and quarters:
Total Value = (N*5 cents) + (D*10 cents) + (Q*25 cents)
Substitute N and Q in the above equation:
Total Value = 5*(5Q cents) + (D*10 cents) + ((D+6)*25 cents)
Solving the equation for D we get D = 4. Replacing D in the equation Q = D + 6, we get Q = 4 + 6 = 10. And replacing Q in the equation N = 5Q, we get N = 5*10 = 50.
So, the carrier has 4 dimes, 10 quarters, and 50 nickels.