SOLUTION: Maria has $5.05 in quarters and dimes. The number of quarters exceeds twice the number of dimes by 1. Find the number she has of each kind.

Algebra ->  Customizable Word Problem Solvers  -> Coins -> SOLUTION: Maria has $5.05 in quarters and dimes. The number of quarters exceeds twice the number of dimes by 1. Find the number she has of each kind.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1063504: Maria has $5.05 in quarters and dimes. The number of quarters exceeds twice the number of dimes by 1. Find the number she has of each kind.
Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!

let d = no. of dimes
let q = no. of quarters
:
Write an equation for each statement
"Maria has $5.05 in quarters and dimes."
.10d + .25q = 5.05
" The number of quarters exceeds twice the number of dimes by 1."
q = 2d + 1
:
In the 1st equation replace q with (2d+1)
.10d + .25(2d+1) = 5.05
.10d + .50d + .25 = 5.05
.60d = 5.05 - .25
.60d = 4.80
d = 4.80/.60
d = 8 dimes
then
q = 2(8) + 1
q = 17 quarters
:
:
You can confirm this, replace d and q in the 1st equation