Framing the problem: Three nuts whose prices are linked by one shared cost, a mixture with a marked price, and two different profit scenarios. Break it into three layers — (cost of nuts) → (marked price per kg) → (revenue from selling) — and each layer untangles cleanly.
Step 1 — Link the three nut prices through one common value.
The problem states that 7 kg of cashews costs the same as 30 kg of peanuts or 9 kg of almonds. Let this common cost be k:
7c=30p=9a=k
where c, p, a are the per-kg costs of cashews, peanuts, and almonds respectively. Solving for each:
c=7k,p=30k,a=9k
💡 Teacher tip: When a problem says "the cost of X of A equals the cost of Y of B equals the cost of Z of C," introduce a single common value k for that shared cost. It collapses three unknowns into one.
Step 2 — Express total cost in terms of k.
Ankita buys 4 kg cashews, 14 kg peanuts, and 6 kg almonds. Her total cost is:
Cost=4⋅7k+14⋅30k+6⋅9k
Simplify each fraction: 74k+157k+32k. The common denominator is 105:
Cost=10560k+49k+70k=105179k
Step 3 — Set up two equations from the two profit statements.
Let M be the marked price per kg. The total mixture weighs 4+14+6=24 kg.
-
Planned scenario: If all 24 kg were sold at M/kg, the profit would be ₹1752:
24M=Cost+1752⋯(1)
-
Actual scenario: 4 kg sold at M/kg; the remaining 20 kg sold at a 20% discount, i.e., at 0.8M/kg.
Revenue=4M+20×0.8M=4M+16M=20M
Profit is ₹744:
20M=Cost+744⋯(2)
Step 4 — Eliminate M and solve for Cost.
From (1) and (2), both equal M:
24Cost+1752=20Cost+744
Let C=Cost and cross-multiply:
20(C+1752)=24(C+744)
20C+35040=24C+17856
4C=17184
C=4296
So Ankita's total cost is ₹4296.
Step 5 — Back-solve for k, then find the almond spend.
4296=105179k⟹k=4296×179105
Notice that 179×24=4296, so the 179 cancels perfectly:
k=24×105=2520
Now, the amount spent on almonds is 6×a:
6×9k=6×92520=6×280=1680
Verification table — confirming every number is consistent:
| Item | Per-kg cost (k/divisor) | Quantity | Spend |
|---|
| Cashews | 2520/7=360 | 4 kg | ₹1440 |
| Peanuts | 2520/30=84 | 14 kg | ₹1176 |
| Almonds | 2520/9=280 | 6 kg | ₹1680 |
| Total | | 24 kg | ₹4296 ✓ |
Check on marked price: M=244296+1752=246048=252/kg. Actual revenue =20×252=5040. Profit =5040−4296=744 ✓.
Alternative approach — use the profit difference directly.
The only difference between the two scenarios is that 20 kg which would have sold at M now sells at 0.8M — a drop of 0.2M per kg on those 20 kg. That drop equals the profit difference:
20×0.2M=1752−744=1008⟹4M=1008⟹M=252
Then from the actual scenario: 20M=Cost+744⟹Cost=5040−744=4296.
This reaches the same Cost in fewer steps; Step 5 (finding k and the almond spend) is identical.
💡 Teacher tip: The two profit statements are really just two linear equations in two unknowns (Cost and M). Solve that system first — the individual nut prices only matter at the very end.
Answer: 1680
The key structural insight: the problem layers a pricing constraint (one common k), a cost expression, and a selling scenario (two equations in Cost and M). Solving the selling scenario first gives you the total cost, which then feeds back into the pricing constraint to isolate the almond spend — no need to find individual nut prices until the final step.