10. Your mother has left you in charge of the annual family yard sale. Before she leaves you to your entrepreneurial abilities, she explains that she has made the job easy for you: everything costs either $1.50 or $3.50. She asks you to keep track of how many of each type of item is sold, and you make a list, but it gets lost sometime throughout the day. Just before she’s supposed to get home, you realize that all you know is that there were 150 items to start with (your mom counted) and you have 41 items left. Also, you know that you made $227.50. Write a system of equations that you could solve to figure out how many of each type of item you sold.

1 answer

Let x be the number of $1.50 items sold and y be the number of $3.50 items sold.
From the problem, we can set up two equations:
x + y = 150 (since there were initially 150 items)
1.5x + 3.5y = 227.5 (since the total earnings was $227.50)
Simplifying the first equation, we get:
x = 150 - y
Substituting this into the second equation, we get:
1.5(150 - y) + 3.5y = 227.5
Expanding and simplifying, we get:
225 - 1.5y + 3.5y = 227.5
2y = 2.5
y = 1.25
Since we cannot have sold a fraction of an item, we made an error in our calculations. Therefore, there is no solution that satisfies the given conditions.