Tiles in a bag are numbered from { 0 , 1 , 2 , 3 , 4 , … , 9 8 , 9 9 } . Two tiles with the numbers a and b are randomly drawn from the bag with replacement. What is the probability that the number 3 a + 7 b has a digit equal to 8 at the unit place?
For more problems try my set
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I thought that the question implied that replacement occurred. With that, I got the answer of 0.1875, which was accepted as 'Correct!'. I think I remember noticing this happening before... does Brilliant round answers which have more than 3 decimal points? Perhaps this question should then be rephrased to find the probability times a 10000.
Log in to reply
does Brilliant round answers which have more than 3 decimal points? Yes
When the question said 'selected from the same set' , I thought there is replacement as otherwise after removing one element, the set won't remain the same, right? So I got answer 3/16 =0.1875 which was accepted by Brilliant. Lucky!!
That's because both with and without replacement provide roughly equal answers. 1 6 3 = 0 . 1 8 7 5 and 1 9 8 3 7 = 0 . 1 8 6 8 6 8 6 . . .
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
Problem Loading...
Note Loading...
Set Loading...
Three cases arise:
∙ 3 a ≡ 7 b ≡ 9 ( m o d 1 0 )
∙ 3 a ≡ 1 ( m o d 1 0 ) , 7 b ≡ 7 ( m o d 1 0 )
∙ 3 a ≡ 7 ( m o d 1 0 ) , 7 b ≡ 1 ( m o d 1 0 )
Case 1:
Cyclic powers of 3 are 1 , 3 , 9 , 7 [because the set involves 0]
Cyclic powers of 7 are 1 , 7 , 9 , 3
Thus, when a = 2 , 6 , 1 0 , 1 4 , ⋯ 9 8
and b = 2 , 6 , 1 0 , 1 4 , ⋯ , 9 8 , the units digit is 8.
Thus, probability = 1 0 0 2 5 × 9 9 2 4 = 1 9 8 1 2 (Because there is no replacement, and the a=b is one option.)
Case 2:
Cyclic powers of 3 are 1 , 3 , 9 , 7 [because the set involves 0]
Cyclic powers of 7 are 1 , 7 , 9 , 3
Thus when a = 0 , 4 , 8 , ⋯ 9 6
and b = 1 , 5 , 9 , ⋯ , 9 7
The units digit is 8. Thus probability = 1 0 0 2 5 × 9 9 2 5 = 3 9 6 2 5
Case 3: Again,
Cyclic powers of 3 are 1 , 3 , 9 , 7 [because the set involves 0]
Cyclic powers of 7 are 1 , 7 , 9 , 3
Thus when a = 3 , 7 , 1 1 , ⋯ 9 9
and b = 1 , 5 , 9 , ⋯ , 9 7
The units digit is 8.
Thus probability = 1 0 0 2 5 × 9 9 2 5 = 3 9 6 2 5
Adding the probabilities of all cases, we get P ( E ) = 1 9 8 3 7 = 0 . 1 8 7