Official Solution: If the price of a certain item increased by \(x\%\) from 2001 to 2002, and then increased by \(y\%\) from 2002 to 2003, where both \(x\) and \(y\) are positive numbers, what is the overall percentage increase in price from 2001 to 2003? The price in 2001: \(p\);
The price in 2002: \(p*(1+\frac{x}{100})\);
The price in 2003: \(p*(1+\frac{x}{100})(1+\frac{y}{100})=p*(1+\frac{y}{100}+\frac{x}{100}+\frac{xy}{10,000})\);
The percentage increase from 2001 to 2003 is \(\frac{2003-2001}{2001}*100=\)
\(=\frac{p(1+\frac{y}{100}+\frac{x}{100}+\frac{xy}{10,000})-p}{p}*100=\)
\(=((1+\frac{y}{100}+\frac{x}{100}+\frac{xy}{10,000})-1)*100=\)
\(=x+y+ \frac{xy}{100}\).
(1) \(xy=30\). Not sufficient.
(2) \(100x+100y+xy=1330\).
Dividing both sides by 100, we get \(x+y+\frac{xy}{100}=13.3\), which directly gives us the percentage increase in price. Therefore, statement (2) is sufficient to answer the question.
Answer: B