I've noticed several VIC problems I've gotten wrong simply because of the values I chose for the variables in the question. Sometimes, my chosen values result in more than one of the answers being correct.
What is the best strategy for value selection? Here is an example from the third MGMAT sample test:
if x is m percent of 2y, what percent of x is m?
(a) y/200
(b) 2y
(c) 50y
(d) 50/y
(e) 5000/y
Here's how I approached the problem:
Assign values to X and Y as 5 and 10 respectively, then solve for m.
x = (m/100)(2y) ==> 5 = (m/100)*20 ==> 5 = 20m/100 ==> 5 = m/5 ==> m =25
This makes sense. 5 is 25% of 20. Now, what percent of 5 is 25? We'll call the mystery percentage z.
m/x = z/100 ==> 25/5 = z/100 simplify ==> 5/1 = z/100 now cross-multiply ==> 500 = z
Therefore m is 500% of x. Since y is 10, 500 = 50*10 = 50y. The answer is C.
Upon reviewing the problem, noting I got it wrong, I realized that answer E also worked. 5000/y = 5000/10=500. This has happened a few times on tests. I've chosen some values, worked through the math, then noticed that the solution set included duplicates. Going back and choosing new numbers burns significant time.
What can you recommend to help me select smarter values for my variables??
Thanks