let x = # of dimes, then 2x = # of quarters
each dime = $0.10, and each quarter = $0.25
the sum of the dimes and quarters = $9.00
our equation becomes $0.10x + $0.25(2x) = $9.00
combining, $0.10x + $0.50x = $9.00
$0.60x = $9.00
solving, x = 15, which is the number of dimes = 15 x $0.10 = $1.50
then 2x = the number of quarters = 30 x $0.25 = $7.50
and $1.50 + $7.50 = $9.00