Weird title perhaps, so let me illustrate with the question that got me thinking about this problem:
You are buying a laptop and have two to choose from. What is the difference between the original prices of the two laptops?
What you know: After the laptops have come down in price 35 % and 45 % respectively, the difference in price between them is $50.
Can this answer be determined?
Intuitively, I would say no. If I write the problem algebraically I get:
0.65a - 0.55b = 50
It's obvious we can never work out a or b from this, but that's not what they're asking. They're asking what a - b (or rather |a - b|) is.
I understand that this answer still can't be determined, but if the percentages were 50 (or any same number) I could instead write:
0.5a - 0.5b = 50
Which simplifies to:
a - b = 100
I'm not quite understanding why I can't solve for a - b from any equation that includes a and b. What's the inutition to help me understand why this question is unsolvable in case of different percentages, but solvable in the case of the same?