I've come across a couple of Qs that I keep getting wrong...
A photocopier has a fault so that 15% of copies made are smudged. A person makes 80 copies and randomly selects 10 of the copies to distribute at a meeting. Let X=the number of smudged copies. Find Pr(X=3).
This is the way I was trying to work it out...what am I doing wrong? (btw when i've written 12C3 etc, i meant "combination")

the only term wrong there is the 77C7. there are only 68 copies that are not smudged

Rashid and Khalil are friends who play a weekly game of sqash against each other. If Rashid wins the weekly game, there is a 40% chance that he will lose to Khalil the next week. If Khalil wins the weeky game, then there is a 45% chance that he will lose the next game.
If Khalil wins the game in the first week, what is the probability that he wins the next week, then Rashid wins the two weeks after that?
I get 0.2846, but the book says 0.1485....
assuming you've done a karnaugh table:
| | Game 1 winner | |
| | R | K |
Game 2 winner | R | 0.6 | 0.45 |
| K | 0.4 | 0.55 |
probability that K wins the next week if K wins: 0.55
probability that R wins 2 weeks after if K wins (using tree diagram): 0.45*0.6 + 0.55*0.45 = 0.5175
final probability: 0.55*0.5175=0.2846
[it appears you are right, or we are both interpreting the question wrongly]
Use the probability function below to find the mean, median and mode:
x -2 0 2 5
p(x) a 0.1 0.4 0.2
I thought the median would be 1, the mean of 0 and 2? (The answer is 2)
if you had a dataset of {-2,0,2,5}, each with equal probability, then the median would be 1
more strictly, however, the median is the number separating the two halves of the probability distribution, i.e. where the probability gets to 0.5
This is occurs at the discrete value x=2