All Exams Test series for 1 year @ ₹349 only
Question

Three dice are thrown. What is the probability of getting a sum which is a perfect square?

This question was previously asked in
NDA I 2023 GAT Previous Year Paper (16-Apr-2023)
The correct answer is \(\frac{17}{108}\)

Calculating Probability of a Perfect Square Sum with Three Dice

The question asks for the probability of getting a sum that is a perfect square when three standard dice are thrown.

Understanding the Basics of Probability

Probability is calculated as:

\(\text{Probability} = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}}\)

Step 1: Determine Total Possible Outcomes

When a single standard die is thrown, there are 6 possible outcomes (1, 2, 3, 4, 5, 6). When three dice are thrown, the outcomes for each die are independent. Therefore, the total number of possible outcomes is the product of the number of outcomes for each die.

Total Possible Outcomes = \(6 \times 6 \times 6 = 216\)

Step 2: Identify Favorable Outcomes (Perfect Square Sums)

The sum of the outcomes of three dice can range from a minimum of \(1 + 1 + 1 = 3\) to a maximum of \(6 + 6 + 6 = 18\). We need to find which perfect squares fall within this range [3, 18].

Perfect squares are numbers obtained by squaring an integer:

  • \(1^2 = 1\) (less than 3, not possible sum)
  • \(2^2 = 4\) (within range)
  • \(3^2 = 9\) (within range)
  • \(4^2 = 16\) (within range)
  • \(5^2 = 25\) (greater than 18, not possible sum)

So, the possible perfect square sums are 4, 9, and 16. We need to find the number of ways to get each of these sums.

Step 3: Count Outcomes for Each Perfect Square Sum

Sum = 4

We need to find combinations of three numbers (from 1 to 6) that add up to 4.

The only combination is (1, 1, 2).

Let's list the permutations of (1, 1, 2):

  • (1, 1, 2)
  • (1, 2, 1)
  • (2, 1, 1)

Number of outcomes for sum 4 = 3.

Sum = 9

We need to find combinations of three numbers (from 1 to 6) that add up to 9. Let's list the combinations in non-decreasing order:

  • (1, 2, 6)
  • (1, 3, 5)
  • (1, 4, 4)
  • (2, 2, 5)
  • (2, 3, 4)
  • (3, 3, 3)

Now, let's find the number of permutations for each combination type:

  • For (1, 2, 6): These are three distinct numbers. The number of permutations is \(3! = 3 \times 2 \times 1 = 6\).
  • For (1, 3, 5): These are three distinct numbers. The number of permutations is \(3! = 3 \times 2 \times 1 = 6\).
  • For (1, 4, 4): Two numbers are the same. The number of permutations is \(\frac{3!}{2!} = \frac{6}{2} = 3\).
  • For (2, 2, 5): Two numbers are the same. The number of permutations is \(\frac{3!}{2!} = \frac{6}{2} = 3\).
  • For (2, 3, 4): These are three distinct numbers. The number of permutations is \(3! = 3 \times 2 \times 1 = 6\).
  • For (3, 3, 3): All numbers are the same. The number of permutations is \(\frac{3!}{3!} = \frac{6}{6} = 1\).

Total number of outcomes for sum 9 = \(6 + 6 + 3 + 3 + 6 + 1 = 25\).

Combination Permutations Count
(1, 2, 6) Distinct numbers 6
(1, 3, 5) Distinct numbers 6
(1, 4, 4) Two identical numbers 3
(2, 2, 5) Two identical numbers 3
(2, 3, 4) Distinct numbers 6
(3, 3, 3) Three identical numbers 1
Total 25

Sum = 16

We need to find combinations of three numbers (from 1 to 6) that add up to 16. Let's list the combinations in non-decreasing order:

  • (4, 6, 6)
  • (5, 5, 6)

Let's find the number of permutations for each combination type:

  • For (4, 6, 6): Two numbers are the same. The number of permutations is \(\frac{3!}{2!} = \frac{6}{2} = 3\).
  • For (5, 5, 6): Two numbers are the same. The number of permutations is \(\frac{3!}{2!} = \frac{6}{2} = 3\).

Total number of outcomes for sum 16 = \(3 + 3 = 6\).

Combination Permutations Count
(4, 6, 6) Two identical numbers 3
(5, 5, 6) Two identical numbers 3
Total 6

Step 4: Calculate Total Favorable Outcomes

Total number of favorable outcomes is the sum of the outcomes for sums 4, 9, and 16.

Total Favorable Outcomes = (Outcomes for sum 4) + (Outcomes for sum 9) + (Outcomes for sum 16)

Total Favorable Outcomes = \(3 + 25 + 6 = 34\)

Step 5: Calculate the Probability

Now we can calculate the probability using the formula:

\(\text{Probability} = \frac{\text{Total Favorable Outcomes}}{\text{Total Possible Outcomes}}\)

\(\text{Probability} = \frac{34}{216}\)

This fraction can be simplified by dividing both the numerator and the denominator by their greatest common divisor, which is 2.

\(\text{Probability} = \frac{34 \div 2}{216 \div 2} = \frac{17}{108}\)

Thus, the probability of getting a sum which is a perfect square when three dice are thrown is \(\frac{17}{108}\).

The correct option is \(\frac{17}{108}\).

Revision Table: Three Dice Probability

Concept Details
Total Possible Outcomes \(6^3 = 216\) (for three dice)
Possible Sum Range 3 to 18
Perfect Square Sums in Range 4, 9, 16
Outcomes for Sum 4 3
Outcomes for Sum 9 25
Outcomes for Sum 16 6
Total Favorable Outcomes \(3 + 25 + 6 = 34\)
Probability \(\frac{34}{216} = \frac{17}{108}\)

Additional Information: Dice Probability and Combinations

When calculating probability with multiple dice, it's crucial to correctly identify and count all possible outcomes. The total number of outcomes increases exponentially with the number of dice.

Counting favorable outcomes often involves listing combinations that meet the condition and then finding the number of permutations for each combination. The formula for permutations of \(n\) objects where there are \(n_1\) identical objects of type 1, \(n_2\) identical objects of type 2, ..., up to \(n_k\) identical objects of type k, is \(\frac{n!}{n_1! n_2! \cdots n_k!}\). For three dice (n=3):

  • If all three numbers are distinct (e.g., 1, 2, 6), \(n_1=1, n_2=1, n_3=1\). Permutations = \(\frac{3!}{1!1!1!} = 3! = 6\).
  • If two numbers are identical (e.g., 1, 4, 4), \(n_1=2, n_2=1\). Permutations = \(\frac{3!}{2!1!} = \frac{6}{2} = 3\).
  • If all three numbers are identical (e.g., 3, 3, 3), \(n_1=3\). Permutations = \(\frac{3!}{3!} = \frac{6}{6} = 1\).

Understanding combinations and permutations is key to solving many probability problems involving multiple events like rolling dice.

Was this answer helpful?

Similar Questions

  1. A coin is biased so that heads comes up thrice as likely as tails. In four independent tosses of the coin, what is probability of getting exactly three heads ?

  2. Suppose that there is a chance for a newly constructed building to collapse, whether the design is faulty or not. The chance that the design is faulty is 10%. The chance that the building collapses is 95% if the design is faulty, otherwise it is 45%. If it is seen that the building has collapsed, then what is the probability that it is due to faulty design?

  3. Two distinct natural numbers from 1 to 9 are picked at random. What is the probability that their product has 1 in its unit place?

  4. In a class, there are n students including the students P and Q. What is the probability that P and Q sit together if seats are assigned randomly?

  5. What is the probability that Q and U sit together?

  6. What is the probability that boys and girls sit alternatively?

  7. What is the probability that P and Q take the two end positions?

  8. A bag contains 20 books out of which 5 are defective. If 3 of the books are selected at random and removed from the bag in succession without replacement, then what is the probability that all three books are defective?

  9. If the probability of simultaneous occurrence of two events A and B is p and the probability that exactly one of A, B occurs is q, then which of the following is/are correct/

    1) P(A̅) + P(B̅) = 2 – 2p – q

    2) P(A̅ ∩ B̅) = 1 – p – q

    Select the correct answer using the code given below:

  10. A machine has three parts, A, B and C, whose chances of being defective are 0.02, 0.10 and 0.05 respectively. The machine stops working if any one of the parts becomes defective. What is the probability that the machine will not stop working?


Important Questions from Probability

  1. Two dice are thrown simultaneously and the sum of the numbers appearing on them is noted. What is the probability that the sum is 12?

  2. If a box contains 3 white cushions, 4 red cushions and 5 blue cushions, what is the probability of selecting a white or blue cushion?

    A. 2/3

    B. 3/4

    C. 1/4

    D. 1/9
  3. Statements followed by some conclusions are given below.

    Statements:

    1. A bag has 2 white, 3 black, 4 red and 6 green balls.

    2. 1 ball selected at random from the bag.

    Conclusions:

    I. The probability that a black ball is selected is 1/5

    II. The probability that a red ball is selected is 6/15

    Find which of the conclusions logically follows from the given statement

    A. Only conclusion I follows.

    B. Only conclusion II follows.

    C. Both I and II follow.

    D. Neither I nor II follows.

  4. In a shooting test, the probabilities of hitting the target are 1/2 for A, 2/3 for B and 3/4 for C. If they fire at the same target, what is the probability that only one of them hits the target?

  5. A bag contains balls numbered from 1 to 42. One ball is drawn at random from these balls. The probability that its number is a multiple of 7 or 8 is:

Need Expert Advice?
Upcoming Exams
NDA
September 13, 2026
CDS
September 13, 2026
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
501 Tests 1 Tests Free
659 Attempts
4.6(121)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App