Question 1021773: Ron has 18 coins with a total value of $3.15. The coins are dimes and quarters. How many of each coin does he have? Answer by macston(5194) (Show Source):
You can put this solution on YOUR website! .
D=dimes; Q=quarters
.
D+Q=18
D=18-Q
.
$0.10D+$0.25Q=$3.15
$0.10(18-Q)+$0.25Q=$3.15
$1.80-$0.10Q+$0.25Q=$3.15
$0.15Q=$1.35
Q=9
.
D=18-Q=18-9=9
.
ANSWER: There are 9 dimes and 9 quarters.
.
CHECK:
.
$0.10D+$0.25Q=$3.15
$0.10(9)+$0.25(9)=$3.15
$0.90+$2.25=$3.15
$3.15=$3.15
.