144k views
4 votes
Write and solve a system of equations for the situation described below. Define your variables and write your solution as a sentence. Homework Help ✎ Daria has all nickels and quarters. The number of nickels is 3 more than twice the number of quarters. If she has $1.90 in all, how many nickels does Daria have?

User Maheen
by
7.3k points

1 Answer

6 votes
n = nickels and q = quarters

0.05n + 0.25q = 1.90
n = 2q + 3

0.05(2q + 3) + 0.25q = 1.90
0.10q + 0.15 + 0.25q = 1.90
0.10q + 0.25q = 1.90 - 0.15
0.35q = 1.75
q = 1.75/0.35
q = 5 ......there are 5 quarters

n = 2q + 3
n = 2(5) + 3
n = 10 + 3
n = 13 <=== there are 13 nickels
User David Jarrin
by
8.7k points