Billing error with sock pairs: A customer ordered 4 pairs of black socks and some pairs of brown socks. A black pair costs twice a brown pair. The clerk mistakenly swapped the counts of black and brown pairs on the bill, increasing the bill by 50%. What was the original ratio of black : brown pairs?

Difficulty: Medium

Correct Answer: 1:4

Explanation:


Introduction / Context:
This question blends unit pricing with a mistaken interchange of quantities. It uses proportional reasoning to compare the correct bill with the incorrect one. Translating prices and quantities into algebra makes the comparison precise.


Given Data / Assumptions:

  • Original order: 4 black pairs, x brown pairs.
  • Black pair price = 2p; Brown pair price = p.
  • Clerk swapped counts: billed 4 brown and x black.
  • Mistake increased the bill by 50%.


Concept / Approach:
Compute the correct bill B and mistaken bill B′, then use B′ = 1.5B to solve for x. Finally reduce the ratio 4 : x to simplest form.


Step-by-Step Solution:

Correct bill B = 4*(2p) + x*(p) = 8p + xpMistaken bill B′ = 4*(p) + x*(2p) = 4p + 2xpGiven B′ = 1.5B ⇒ 4p + 2xp = 1.5(8p + xp) = 12p + 1.5xp2xp − 1.5xp = 12p − 4p ⇒ 0.5xp = 8p ⇒ x = 16Original ratio (black : brown) = 4 : 16 = 1 : 4


Verification / Alternative check:
Plug back x = 16: B = 8p + 16p = 24p; B′ = 4p + 32p = 36p = 1.5 * 24p. Works exactly.


Why Other Options Are Wrong:

  • 2:1, 1:2, 4:1, 3:2: Do not satisfy B′ = 1.5B when substituted.


Common Pitfalls:
Using “twice” as 2p more instead of 2p total, or interchanging prices rather than quantities.


Final Answer:
1:4

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion