Hi SmileAndSolve,Great question, and the key is to notice
what stays the same and what changes between the two scenarios in SKaur3's post.
The fixed quantity is the number of
chocolates, call it C. That never changes - Rose owns a set number of chocolates no matter how she packs them. What
does change is how many
bags she fills, and that depends entirely on how many she puts in each bag.
Think about it physically:
- If she puts
4 per bag, she needs one number of bags to hold them.
- If she puts
5 per bag, she fills them faster, so she uses
fewer bags.
So the count of bags is genuinely different in the two cases - that's exactly why the solution uses p in one equation and q in the other. They're two different unknowns because they're two different physical counts. If you forced them to be the same letter, you'd be claiming she uses the same number of bags whether she packs
4 or
5 each - which isn't true.
And notice we never actually need p or q. They're just "whatever number of full bags it takes." The equations only pin down C.
See it with the real numberOnce you find C =
99, watch the bag count shift:
-
4 per bag: 99 = 4 x
24 +
3 -
24 full bags,
3 left over
-
5 per bag: 99 = 5 x
19 +
4 -
19 full bags,
4 left over
-
6 per bag: 99 = 6 x
16 +
3 -
16 full bags,
3 left over
Same
99 chocolates every time, but
24, 19, and 16 bags respectively. That difference is precisely the p vs. q you were asking about - the bags are the flexible part, the chocolates are the anchor.
Answer: CSmileAndSolve
How does one know that the no. of bags change in each equation?