Asked by Sally

I have a bag of tiles 0-9. Without looking select a tile, record, return tile, select a second tile. What is the probability that exactly one tile will be a prime number?

Answers

Answered by Reiny
You will have 2 choices
PN -- N for not prime
NP

prob = (4/9)(5/9) + (5/9)(4/9) = 40/81
Answered by Reiny
looks like I forgot how to count, there are 10 tiles not 9

so
prob = (4/10)(6/10) + (6/10)(4/10) = 48/100 = 12/25
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions