Here we're working with a system of equations problem disguised as a data sufficiency question – these can be tricky because you need to recognize exactly how many constraints you need to solve for unique values.
Let's think through this systematically. You have three unknowns (cola, root beer, ginger ale) and one given constraint:
\(C + R + G = 63\)
Since you need as many equations as unknowns to solve uniquely, you'll need 2 more independent constraints.
For Statement (1):"Root beer = 80% of ginger ale" gives us: \(R = 0.8G\)
Now you can substitute into the main equation:
\(C + 0.8G + G = 63\)
\(C + 1.8G = 63\)
Notice how you still have two unknowns (C and G) but only one equation? This means multiple solutions are possible. For instance, if G = 10, then C = 45. If G = 20, then C = 27. Statement (1) alone isn't sufficient.
For Statement (2):"Cola = 75% of (root beer + ginger ale)" gives us: \(C = 0.75(R + G)\)
Here's the key insight: Since \(C + R + G = 63\), you know that \(R + G = 63 - C\)
Substituting this into your Statement (2) equation:
\(C = 0.75(63 - C)\)
\(C = 47.25 - 0.75C\)
\(1.75C = 47.25\)
\(C = 27\)
You get exactly one solution! Statement (2) alone is sufficient.
Answer: BYou can check out the
step-by-step solution on Neuron by e-GMAT to master the systematic framework for identifying when you have sufficient constraints in data sufficiency problems. You can also explore other GMAT official questions with detailed solutions and practice the pattern recognition techniques
here.