Bunuel
If n and p are positive integers, what is the ratio of n to p?
(1) np = 48
(2) p^2 – n^2 = 28
We need to find out the value of \(\frac{n}{p}\), given \(n>0, p>0\)
Fact Statement 1np = 48.
For n=1,p=48, the ratio of \(\frac{n}{p} = \frac{1}{48}\)
Again, for n=48,p=1, the ratio of \(\frac{n}{p} = \frac{48}{1}\)
As we get different values for the fraction, this statement is
InsufficientFact Statement 2 \(p^2 - n^2 = 28\)
Now, as p and n are both positive integers, we can infer that p>n.
On simplifying the given expression, we get
(p+n)*(p-n) = 28
If we were to treat (p+n) and (p-n) as two distinct integers, and factorize 28 as a product of two unique integers too, we would get the following pairs
(28,1) , (1,28) , (14,2) , (2,14) , (7,4) , (4,7)
Thus,
(p+n)*(p-n) = (28)*(1)
OR
(p+n)*(p-n) = (14)*(2) and so on.
Notice that (p+n)*(p-n) = (28)*(1) means i can also say
(p+n) = 12 AND (p-n) = 1 --> Solving for p --> 2p = 13. However, this is against what was told about p (p is a positive integer). Based on this logic, its easy to see that all pairs above, all get eliminated except (14,2) or (2,14)***
The value of p comes out to be 2p = 16 --> p =8, n = 6. We can clearly get the ratio of \(\frac{n}{p}\).
Sufficient.
***Note that its easy to ascertain that the pair (2,14) is also not possible, and (14,2) is the only combination that stands.B.