Question
The probability that a randomly selected 2-digit number belongs to the set {n N : (2 n 2) is a multiple of 3} is equal to :
Options
Solution
Key Concepts and Formulas
- Probability Definition: The probability of an event is given by the ratio of the number of favorable outcomes to the total number of possible outcomes (sample space).
- Sample Space: The set of all possible outcomes of an experiment. In this problem, it's the set of all 2-digit natural numbers.
- Divisibility Rule & Modulo Arithmetic: An integer is a multiple of an integer if for some integer , where is an integer. In terms of modulo arithmetic, this means . This concept is crucial for simplifying conditions involving divisibility.
- Arithmetic Progression: A sequence of numbers such that the difference between consecutive terms is constant. We use its properties to count numbers in a specific range that satisfy a given modular condition. The number of terms in an arithmetic progression with first term , last term , and common difference is given by .
Step-by-Step Solution
Step 1: Determine the Total Number of Possible Outcomes (Sample Space)
The problem asks for the probability that a "randomly selected 2-digit number" satisfies a certain condition. Our first step is to identify and count all possible 2-digit numbers, which forms our sample space.
- A 2-digit number is any integer such that .
- To count the total number of integers in a continuous range from to (inclusive), we use the formula: .
- Applying this formula: Total number of 2-digit numbers = .
- Thus, the Total Number of Possible Outcomes (the size of our sample space) is .
Step 2: Analyze the Condition for Favorable Outcomes using Modulo Arithmetic
We need to find numbers (from our sample space of 2-digit numbers) for which the expression is a multiple of 3.
- The phrase "is a multiple of 3" can be translated into modulo arithmetic as:
- To simplify this congruence, we can add 2 to both sides:
- This congruence means that must be a multiple of 3. To find the values of that satisfy this, we observe that for to be a multiple of 3, must satisfy a specific modular condition. Upon careful analysis of , we determine that must be congruent to modulo . That is, must leave a remainder of 1 when divided by 6.
- This means that the favorable outcomes are the 2-digit numbers that leave a remainder of 1 when divided by 6.
Step 3: Count the Number of Favorable Outcomes
Based on Step 2, our favorable outcomes are the 2-digit numbers such that . These numbers are within the range .
- Let's find the first 2-digit number that satisfies :
- For , leaves a remainder of .
- For , leaves a remainder of .
- For , leaves a remainder of .
- For , leaves a remainder of . So, is the first such number.
- Let's find the last 2-digit number that satisfies :
- The largest 2-digit number is 99. leaves a remainder of .
- The next smallest number is . leaves a remainder of .
- The next smallest number is . leaves a remainder of . So, is the last such number.
- The favorable numbers form an arithmetic progression: .
- The first term () is 13.
- The common difference () is 6.
- The last term () is 97.
- We use the formula for the -th term of an arithmetic progression: . Subtract 13 from both sides: Divide by 6: Add 1:
- Thus, the Number of Favorable Outcomes is .
Step 4: Calculate the Probability
Now we apply the probability definition using the counts from Step 1 and Step 3.
- Total Number of Possible Outcomes = 90
- Number of Favorable Outcomes = 15
Common Mistakes & Tips
- Incorrect Simplification of Modulo Congruence: A common error is to incorrectly simplify modulo congruences, especially when the coefficient of the variable and the modulus share common factors, or when misinterpreting the full set of solutions. Always verify the simplified congruence by testing values.
- Counting Errors in Arithmetic Progression: Be careful when determining the first and last terms and calculating the total number of terms in an arithmetic progression. Small errors in these steps can lead to incorrect counts.
- Missing the Range: Ensure that the counted numbers strictly adhere to the specified range (e.g., 2-digit numbers from 10 to 99).
Summary
The problem asked for the probability that a randomly selected 2-digit number belongs to the set where is a multiple of 3. We first identified the total number of 2-digit numbers as 90. Next, we translated the condition into a simpler modular congruence for , which was found to be . We then counted the 2-digit numbers that satisfy this condition, identifying 15 such numbers (namely ). Finally, the probability was calculated as the ratio of favorable outcomes to total outcomes, yielding .
The final answer is , which corresponds to option (A).