View written solutionFree
Correct answer: 6
- Total number of 6-digit numbers using only digits 1 and 8
Each of the 6 positions can be filled with either or . So total numbers:
- Condition for divisibility by 21
Since and are coprime, the number must be divisible by both and .
- Divisibility by 3
Let the number contain digits equal to . Then it contains digits equal to .
Sum of digits: For divisibility by : Since and , So
- Check divisibility by 7
We now test numbers with eights.
Case 1:
Number is Now, So it is divisible by .
Case 2:
Number is Since is divisible by , is also divisible by .
Case 3:
We need 6-digit numbers with exactly three 's and three 's. Total such numbers:
Let us write any such number as: where each position having instead of contributes for some place value .
Since is divisible by , divisibility of by depends on for the three positions where digit occurs.
Now modulo : so powers cycle as
\quad 10^1 \equiv 3, \quad 10^2 \equiv 2, \quad 10^3 \equiv 6, \quad 10^4 \equiv 4, \quad 10^5 \equiv 5 \pmod{7}$$ These residues are exactly $$1,2,3,4,5,6$$ in some order. Thus we need to choose 3 of these 6 residues such that their sum is divisible by $7$. The 3-element subsets of $\{1,2,3,4,5,6\}$ whose sum is $0 \pmod{7}$ are: $$\{1,2,4\}, \quad \{3,5,6\}$$ Indeed, $$1+2+4=7, \qquad 3+5+6=14$$ Both are divisible by $7$. Hence exactly $2$ numbers from this case are divisible by $7$. --- 5. **Total favorable numbers** So total multiples of $21$ are: $$1+2+1=4$$ Therefore, $$p = \frac{4}{64} = \frac{1}{16}$$ Hence, $$96p = 96\cdot \frac{1}{16} = 6$$ 6. **Comparison with stored answer** Our derived answer is $$6$$ But the stored correct answer is $33$. These do not match.More from Probability
- Let be the sample space of all five digit numbers. It is the probability that a randomly selected number from , is a multiple of 7 but not divisible by 5 , then is equal to :2022 · MCQ
- A six faced die is biased such that a prime number a composite number . Let X be a random variable that counts the number of times one gets a perfect square on…2022 · MCQ
- Five numbers are randomly selected from the numbers 1, 2, 3, ......., 18 and are arranged in the increasing order . The probability that and …2022 · MCQ
- If a point A(x, y) lies in the region bounded by the y-axis, straight lines 2y + x = 6 and 5x 6y = 30, then the probability that y < 1 is :2022 · MCQ
- Let S = {E1, E2, ........., E8} be a sample space of a random experiment such that for every n = 1, 2, ........, 8. Then the number of elements in the set $$\left\{ {A \subseteq S:P(A) \ge {4 \over 5}}…2022 · Numerical
- Out of female and male candidates appearing in an exam, candidates qualify it. The number of females qualifying the exam is twice the number of males qualifying it. A candidate is randomly chosen from the qualified…2022 · MCQ
- Let and be two events such that and Consider (S1) , (S2) …2022 · MCQ
- A bag contains 4 white and 6 black balls. Three balls are drawn at random from the bag. Let be the number of white balls, among the drawn balls. If is the variance of , then is equal…2022 · Numerical