Asked by Yusuf
a number is picked from the set (1,2,3,_,18).find the probability that it is either a multiple 3 or a number less than 7. find an answer it
Answers
Answered by
Steve
answered in a related question below.
Answered by
Reiny
Actually looking back at my answer in the Related Question, I see that I made an error
The logical connector was OR , so
multiples of 3 : 3,6,9,12,15,18
or
less than 7: 1,2,3,4,5,6
can't count the 3 and 6 twice, so there are 10 such numbers
prob = 10/18 = 5/9
The logical connector was OR , so
multiples of 3 : 3,6,9,12,15,18
or
less than 7: 1,2,3,4,5,6
can't count the 3 and 6 twice, so there are 10 such numbers
prob = 10/18 = 5/9
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.