Challenge your mind with probability, algorithms & paradoxes. Classic Mantiq aur Reasoning Puzzles.
You are on a famous game show. There are 3 closed doors: one hides a luxury car, two hide goats. You pick Door 1. The host (who knows what's behind every door) opens Door 3 to reveal a goat, then offers you the chance to switch to Door 2.
Should you STICK with Door 1 or SWITCH to Door 2 to maximise your chance of winning the car?
You must place EXACTLY 4 liters on a scale to stop a bomb from exploding. You only have access to:
Describe the EXACT numbered step-by-step sequence to get exactly 4 liters in one jug. Explain briefly WHY your final step yields exactly 4 liters.
Three pillars: A, B, C. Pillar A has 3 disks (largest at bottom). Rules: move one disk at a time; never place a larger disk on a smaller one. Move the entire tower from A to C using B as helper.
Write the COMPLETE numbered move sequence. Then answer (a)–(d) below.
5 philosophers sit at a round table. Each needs 2 chopsticks to eat, but only 5 chopsticks exist (one between each pair). If all grab their left chopstick simultaneously — DEADLOCK, nobody eats forever.
Design a fair protocol/strategy so that no philosopher starves AND deadlock is impossible.
Clearly state your rules and explain WHY they prevent both deadlock and starvation.
A student 'proves' 2 = 1 using the steps below (given: a = b, a ≠ 0). One step contains a critical mathematical error. Your job is to find it.
| Step 1 | a = b | Given |
| Step 2 | a² = ab | × a both sides |
| Step 3 | a² − b² = ab − b² | − b² both sides |
| Step 4 | (a−b)(a+b) = b(a−b) | Factorise |
| Step 5 | a + b = b | ÷ (a−b) ← ?? |
| Step 6 | 2b = b | Since a = b |
| Step 7 | 2 = 1 | ÷ b both sides |
3 friends pay ₹30 for a hotel room (₹10 each). The manager later decides to refund ₹5 via a bellboy. The dishonest bellboy pockets ₹2 and gives ₹1 back to each friend.
| Person | Paid | Got Back | Net Paid |
|---|---|---|---|
| Each friend (×3) | ₹10 | ₹1 | ₹9 |
| Bellboy kept | — | — | ₹2 |
| Misleading total? | ₹27 + ₹2 = ₹29?? |
"Where is the missing ₹1 from the original ₹30?"