This question requires the use of a system of equations. I will use the variable A to represent danish price and B to represent donut price.
If Bill bought 4 danishes and 9 donuts for $16.54, his equation would look like this: 4A+9B = 16.54
If Ann bought 6 of each, her equation would look like this 6A+6B = 13.56
First, let us manipulate one of these equations to find A or B. In this case, I will use Bill's equation to find A:
4A+9B = 16.54
We move the 9B to the right side: 4A = 16.54 - 9B
Then we divide by 4 to isolate A: A = (16.54-9B)/4
Next, we need to plug this value of A into Ann's equation:
6((16.54-9B)/4) + 6B = 13.56
We distribute the 6: (99.24 - 54B)/4 + 6B = 13.56
We simplify by dividing by 4 and combine terms: 24.81-13.5B + 6B = 13. 56 -> 24.81 - 7.5B = 13.56
We swap our B term to the right and isolate it: 24.81 - 13.56 = 7.5B -> 11.25 = 7.5B
Solve for B: B = 1.5
Now we know that our donut price is $1.50.
We can plug the donut price back into one of our original equations to solve for the danish price. I will use Ann's equation again:
6A + 6(1.5) = 13.56
We simplify and isolate the A term: 6A + 9 = 13.56 -> 6A = 13.56 - 9 -> 6A = 4.56
Solve for A: A = .76.
Now we know that our danish price is $0.76.
We can check this by plugging the values we found for both pastries into either one of our equations.
Let me know if you have any questions!