To solve this problem, let's break down the transactions of the trader:
- Suppose the trader has n articles.
- He sold half of his articles, which is n/2, at a 60% profit. Profit from these articles is
Profit = Cost Price × 60%
So, the Selling Price (SP) for these articles is
SP = Cost Price × (1 + 60/100) = 1.6 × Cost Price. - The remaining articles are n/2. Out of these, half are sold at a 20% loss and half at cost price.
- Thus, n/4 articles are sold at a 20% loss. So, the Selling Price for these articles is
SP = Cost Price × (1 - 20/100) = 0.8 × Cost Price. - The rest, n/4 articles, are sold at the cost price (no profit, no loss), so
SP = Cost Price.
Now, calculate the total cost price (CP) and total selling price (SP):
- Total CP = n × Cost Price.
- Total SP = (n/2 × 1.6 × Cost Price) + (n/4 × 0.8 × Cost Price) + (n/4 × Cost Price).
Let's simplify the SP expression:
- Total SP = (0.8n × Cost Price) + (0.2n × Cost Price) + (0.25n × Cost Price).
Total SP = (0.8+0.2+0.25)n × Cost Price = 1.25n × Cost Price.
The percentage gain or loss is given by:
Percentage Gain/Loss = ((Total SP - Total CP) / Total CP) × 100%
- Percentage Gain = ((1.25n × Cost Price - n × Cost Price) / (n × Cost Price)) × 100%.
Simplifying:
- Percentage Gain = (0.25n × Cost Price / n × Cost Price) × 100% = 0.25 × 100% = 25%.
Thus, the correct answer is Gain 25%.