Question 63

Logical Reasoning Puzzles Easy

<p>Four students A, B, C and 0 distributed 30 marbles among themselves. No two students got equal number of marbles. No student got more than 10 marbles. No student got less than 5 marbles. A and C got odd number of marbles. B and D got even number of marbles. A got more marbles than B, C got more marbles than D, B got more marbles than D.</p> <p>Mean of number of marbles with B, C, D is:&nbsp;</p>

(A) 6
(B) 7
(C) 8
(D) None of the above
View Dynamic Solution & Explanation
Correct Solution: Option B

Step-by-step Solution:

Quick Solution

This is a constraint-based puzzle. We can find the number of marbles each student has by systematically applying the given rules.


1. List the Constraints 📋

  • Four students (A, B, C, D) have a total of 30 marbles.
  • Each has a unique number of marbles, between 5 and 10 (inclusive).
  • A & C have an odd number (from {5, 7, 9}).
  • B & D have an even number (from {6, 8, 10}).
  • Height Order: A > B, C > D, and B > D. This can be combined into A > B > D.


2. Step-by-Step Deduction

We can find the only possible combination of marbles that fits all these rules.

  1. From the rule B > D (where both are even), the possibilities for (B, D) are (8, 6), (10, 6), or (10, 8).
  2. Now, let's use the rule A > B (where A is odd).
    • If B were 10, A would have to be greater than 10, which is not allowed. This eliminates B=10 as a possibility.
    • This leaves only one valid option for B and D: B = 8 and D = 6.
  3. Since B = 8, the rule A > B means A must be the only available odd number greater than 8, which is A = 9.
  4. We now have A=9, B=8, D=6. The total sum must be 30, so we can find C:

    A + B + C + D = 30

    9 + 8 + C + 6 = 30

    23 + C = 30 => C = 7.
  5. Verification: The set of values {A=9, B=8, C=7, D=6} satisfies all the conditions of the puzzle.


3. Calculate the Mean

The question asks for the mean (average) number of marbles with B, C, and D.

Mean = (B + C + D) / 3
Mean = (8 + 7 + 6) / 3
Mean = 21 / 3 = 7.


Final Answer: The mean number of marbles with B, C, D is 7.