candygal79 wrote:If a and b greater than zero, a is what percentage greater than b ?
1) 4a =5b 2) a=b+2000
To find "a is what % greater than b", we can use the percent change formula:
New - Old
---------
Old
or (a - b)/b
Using Statement 1, we have
4a = 5b
Or a = (5/4)b
Plugging that into our formula, we get
((5/4)b - b)/b, or (1/4b)/b, or 1/4, or 25%. Sufficient!
Using Statement 2, we have
a = b + 2000
Plugging that into our formula, we get
((b+2000) - b)/b, or 2000/b. Since we still have a variable in our equation, we can't solve for the percent difference. Insufficient.
Good q!