CSAT Solved Papers/ 2023/Q69

2023 CSAT — Q69

Quant Statement validity 2.5 marks Hard

There are large number of silver coins weighing 22 gm, 55 gm, 1010 gm, 2525 gm, 5050 gm each. Consider the following statements:

  1. To buy 7878 gm of coins one must buy at least 77 coins.

  2. To weigh 7878 gm using these coins one can use less than 77 coins.

Which of the statements given above is/are correct?

  1. A 1 only
  2. B 2 only
  3. C Both 1 and 2 Answer
  4. D Neither 1 nor 2

Worked rationale

Statement 1 — fewest coins whose weights sum to 7878 gm. Look mod 55: only the 22-gm coin is non-zero mod 55 (2,5,10,25,502,0,0,0,02,5,10,25,50 \equiv 2,0,0,0,0). We need 783(mod5)\sum \equiv 78 \equiv 3 \pmod 5, so the number kk of 22-gm coins satisfies 2k3(mod5)k4(mod5)2k \equiv 3 \pmod 5 \Rightarrow k \equiv 4 \pmod 5, hence k4k \ge 4.

Take k=4k = 4 (the four 22-gm coins give 88 gm); the remaining 788=7078 - 8 = 70 gm from {5,10,25,50}\{5,10,25,50\} needs at least 33 coins (50+10+10=7050 + 10 + 10 = 70). Total 4+3=74 + 3 = 7 coins, and no combination does it in fewer. So at least 77 coins — Statement 1 is true.

Statement 2weigh 7878 gm on a balance, where coins may sit on either pan (so subtraction is allowed). Then

78=50+25+52(put 50,25,5 on one pan, 2 on the other),78 = 50 + 25 + 5 - 2 \quad(\text{put } 50,25,5 \text{ on one pan, } 2 \text{ on the other}),

using only 44 coins <7< 7. So less than 77 coins suffices — Statement 2 is true.

Answer: (c) Both 1 and 2.

Why the other options miss

  • A
    misses that weighing allows subtraction: reads “weigh” as “sum to” again, missing that balance weighing permits coins on both pans, so it never beats 77.
  • B
    for Statement 1, finds a 66-coin sum by overlooking the mod-55 constraint that forces at least four 22-gm coins.
  • D
    mis-solves the minimum-coin count and the balance construction, rejecting both.

Specialist insight

The two statements use different operations: “buy/sum to 7878” (coins add only) vs “weigh 7878” (balance — coins add or subtract). For the sum, the mod-55 argument is decisive: 2k3(mod5)2k\equiv 3 \pmod 5 forces k4k\ge 4 two-gm coins, pushing the minimum to 77. For the weighing, two-pan placement gives 78=50+25+5278 = 50+25+5-2 in 44 coins. Reading “buy” vs “weigh” precisely — and knowing a balance allows subtraction — is exactly what separates (c) from the traps.

The trap, in one line

Summing forces 4\ge 4 two-gm coins (mod 55) \Rightarrow min 77 (St-1 true); balance-weighing allows 78=50+25+52=478 = 50+25+5-2 = 4 coins (St-2 true) == (c).

← All 2023 CSAT questions