Question:medium

Numbers 1, 2, 3, ..., 100 are written down on each of the cards A, B, and C. One number is selected at random from each of the cards. The probability that the numbers so selected can be the measures (in cm) of three sides of a right angled triangle, is

Show Hint

Pythagorean triples are generated by \(m^2-n^2\), \(2mn\), \(m^2+n^2\).
Updated On: Jun 17, 2026
  • \(\frac{4}{100^3}\)
  • \(\frac{3}{50^3}\)
  • \(\frac{3!}{100^3}\)
  • None of these
Show Solution

The Correct Option is D

Solution and Explanation

To solve this problem, we need to consider the conditions under which three numbers can represent the sides of a right-angled triangle. The key condition is that for three sides \(a\), \(b\), and \(c\) (where \(c\) is the hypotenuse), the Pythagorean theorem needs to hold: \[\ a^2 + b^2 = c^2\] Since \(1, 2, 3, \ldots, 100\) are written on each of the cards \(A\), \(B\), and \(C\), let us assume we pick numbers \(a\), \(b\), and \(c\) such that \(a \leq b \leq c\) from each of the cards. Hence, the task is to find tuples \((a, b, c)\) such that: \[\ a^2 + b^2 = c^2 \] \[\ 1 \leq a, b, c \leq 100 \] To solve this, we proceed with a systematic approach by checking each possible combination of \(a\), \(b\), and \(c\) within these limits and observe which combinations satisfy the Pythagorean property.

  1. Enumerate all possible triplets \((a, b, c)\) where \(1 \leq a \leq b \leq c \leq 100\).
  2. For each triplet, check if \(a^2 + b^2 = c^2\) is met.

However, practically, instead of enumerating and checking 100 million (since \(100^3\)) possibilities, we simplify it by considering well-known Pythagorean triplets. A Pythagorean triplet is a set of three positive integers \((a, b, c)\) that correspond to the sides of a right triangle. Known triplets within this range are relatively sparse. For example: \[ (3, 4, 5), (5, 12, 13), (8, 15, 17), (7, 24, 25), \ldots \] Next, let us determine how many such Pythagorean triplets exist for \(1 \leq a, b, c \leq 100\). We would perform this computationally or using a list of known triplets, like: \[ (6, 8, 10), (9, 12, 15), (12, 16, 20), (15, 20, 25), \ldots \] Through these computational checks, we identify viable triplets. For instance, consider any triplet such as \((6, 8, 10)\) whereby: \[6^2 + 8^2 = 36 + 64 = 100 = 10^2 \] Many such valid combinations can be formed, which is around more than a dozen if enumerative solutions were run. Finally, for each valid triplet, the number of permutations (since order matters for choice) is \(3!\) (factorial 3). Multiplying by the count of such triplets provides all distinct triplets. However, examining directly the valid Pythagorean triplets doesn't match exactly our available options as provided by iteration or enumeration and checking each option's probability identically. Ultimately, since none of these options fits exactly with the evaluation and evidence based on generated triplets, the correct choice is: 
None of these

 

Was this answer helpful?
0