#Probability question (addition theorem of probability)

21 messages · Page 1 of 1 (latest)

chrome nimbus
#

If a fair 15-sided dice is rolled, then is the probability that the roll is an odd number or prime number or both?
Can you please explain/solve it for me in detail

icy trellisBOT
clear edge
#

there's nothing to solve

#

there's 15 cases, it would take 40 seconds

shell umbra
#

i mean theres 9 numbers on the dice that are either odd or prime

#

so its 9/15

#

(those numbers being 1,2,3,5,7,9,11,13,15)

gray jay
#

In mathematical formulas:
When X equals the number the dice gives, then the possible results are X = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15}
You search the probability for X = {1, 2, 3, 5, 7, 9, 11, 13, 15} wich is equal to the sum of the probability for X = 1 and X = 2 and so on for each number in the brakets above.
This gives you P( X = {1, 2, 3, 5, 7, 9, 11, 13, 15} ) = 1/15 + 1/15 + 1/15 + 1/15 + 1/15 + 1/15 + 1/15 + 1/15 + 1/15 = 9 * 1/15 = 9/15

chrome nimbus
#

There is a prime number also and both how to solve it

gray jay
shell umbra
#

count them up, and divide that sum by 15

#

considering theres an equal probability of each thing to occur

chrome nimbus
shell umbra
#

but youre also overcomplicating it

#

it really is just a matter of adding up the individual probabilities of each value you want to get

#

you have 9 of those values

#

each with odds of 1/15

#

so 9 * 1/15 = 9/15

chrome nimbus
#

Ok