SOLUTION: a computer program randomly selects a number between 1 and 5. at the same time, jasmine has a bag of five tiles that are numbered 1 and 5 . what is the probability that the compute
Algebra ->
Probability-and-statistics
-> SOLUTION: a computer program randomly selects a number between 1 and 5. at the same time, jasmine has a bag of five tiles that are numbered 1 and 5 . what is the probability that the compute
Log On
Question 738085: a computer program randomly selects a number between 1 and 5. at the same time, jasmine has a bag of five tiles that are numbered 1 and 5 . what is the probability that the computer program and jasmine pick the same number Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! a computer program randomly selects a number between 1 and 5. at the same time, jasmine has a bag of five tiles that are numbered 1 and 5 . what is the probability that the computer program and jasmine pick the same number
---------
# of outcome pairs possible: 5*5 = 25
-------
# of duplicate pairs: 5
------
P(same number picked) = 5/25
================================
Cheers,
Stan H.
==================