Orange08
Leo can buy a certain computer for p1 dollars in State A, where the sales tax is t1 percent,or he can buy the same computer for p2 dollars in State B, where the sales tax is t2 percent. Is the total cost of the computer greater in State A than in State B?
10
(1) t1 > t2
(2) p1t1 > p2t2
I chose B. However, OA is different. please explain.
You can solve this question algebraically, but number plugging is easier here.
Total cost = p*(1 + t/100).
(1) \(t_1>t_2\)
No information about the prices. Not sufficient.
(2) \(p_1*t_1>p_2*t_2\)
The dollar amount of tax is higher in A than in B. But if \(t_1 > 0%\) and
\(t_2 = 0%\), then this holds for any positive \(p_1\) and \(p_2\). Still, this does not guarantee which total cost is higher. Not sufficient.
(1)+(2) Again, if \(t_1 = 10% > t_2 = 0%\) (statement 1), then \(p_1 * t_1 > p_2 * t_2 = 0\) (statement 2). But even with both statements, we cannot establish the relationship between the total costs in State A and State B. For example, if \(p_1 = p_2\), the total cost in A would be higher than in B, since B’s cost would be just \(p_2\) (as \(t_2 = 0%\)) and A’s cost would be \(p_1 * 1.1 = p_2 * 1.1\). However, if \(p_1 = 1\) and \(p_2 = 100\), the total cost in A would be lower than in B, since B’s cost would be \(p_2 = 100\) and A’s cost would be \(p_1 * 1.1 = 1.1\). Not sufficient.
Answer: E.