Difficulty: Easy
Correct Answer: 36500
Explanation:
Introduction / Context:
This problem is a straightforward application of percentage calculation on different parts of a total amount. It involves computing percentage duties on separate categories of imported goods and then adding them to get the total duty. It checks basic arithmetic and the ability to handle multiple percentages correctly.
Given Data / Assumptions:
Concept / Approach:
The duty on an item is calculated as (duty rate / 100) * value of that item. Since different categories have different rates, we calculate each duty separately and then add the results. There is no compounding or successive percentage here, only simple percentage on fixed base values. This is a common type of problem in profit and loss and taxation concepts.
Step-by-Step Solution:
Step 1: Duty on laptops = 10% of 210000 = 0.10 * 210000 = Rs 21000.
Step 2: Duty on mobile phones = 8% of 100000 = 0.08 * 100000 = Rs 8000.
Step 3: Duty on television sets = 5% of 150000 = 0.05 * 150000 = Rs 7500.
Step 4: Total duty = 21000 + 8000 + 7500.
Step 5: Total duty = Rs 36500.
Verification / Alternative check:
As a quick check, we can confirm that each percentage is applied to the correct base. Laptops have the highest value and highest duty rate, giving the largest duty component. Adding 21000 and 8000 gives 29000, and 29000 + 7500 gives 36500. The numbers are consistent and easy to verify manually.
Why Other Options Are Wrong:
Common Pitfalls:
Students may incorrectly apply a single average percentage to the total value, or mix up which rate applies to which category. Others may mistakenly add percentages before applying them. Careful reading and separate calculations for each category help prevent these errors. Using clear intermediate steps is important when dealing with multiple components.
Final Answer:
The businessman had to pay a total import duty of Rs 36500 on all the items combined.
Discussion & Comments