Bunuel
A stationery store sells pens and pencils. If the price of each item in cents has a positive integer value, how much do 5 pencils cost?
(1) 5 pencils and 3 pens cost 30 cents.
(2) 4 pencils and 4 pens cost 32 cents.
Really interesting question, involving diophantine equations.
for such equations (\(ax+by=c\)), the first answer has to be found somehow, maybe by guessing.
The other answers can be obtained through
\(x=x_0+\frac{b}{d}*n\)
\(y=y_0-\frac{a}{d}*n\)
where \(d=GCF(a,b)\)
Statement (1): \(5x+3y=30\)
Figure out the first solution through testing. One of the obvious answers would be the point
\((3,5)\)
other solutions would be \((3+3n, 5-5n)\) -> so we can find all solutions, like with this pattern:
\(.\)
\(.\)
\(.\)
\((9,-5)\)
\((6,0)\)
\((3,5)\)
\((0,10)\)
\((-3,15)\)
\(.\)
\(.\)
\(.\)
but since the question stem states that only
positive integers are allowed, only the solution \((3,5)\) is valid. (See attached image)
Sufficient.Statement (2): \(4x+4y=32\)
Guess one first solution: \((4,4)\) -> and find other solutions. Which would look like this:
\(.\)
\(.\)
\(.\)
\((-1,9)\)
\((0,8)\)
\((1,7)\)
\((2,6)\)
\((3,5)\)
\((4,4)\)
\((5,3)\)
\((6,2)\)
\((7,1)\)
\((8,0)\)
\((9,-1)\)
\(.\)
\(.\)
\(.\)
Even though only positive integers are allowed, there are still 7 solutions to this equation \((1,7)\) to\((7,1)\).
Not Sufficient.Together, they would be clearly sufficient, since 2 equations and 2 variables will give a definitive solution.
However, the GMAT throws this curve ball at you, and disguises that Statement 1 actually has only 1
positive integer solution and is therefore sufficient on its own.
Hope this helps.
Answer A.
Attachments
File comment: Statement (1) in green, Statement (2) in blue.
Actual solution in orange.
Pls note that only positive values for x and y are valid in this question stem.

statements.png [ 42.56 KiB | Viewed 30472 times ]