The purpose of this lecture is to give you a complete, quick tour about what happened this semester and what significant points that you should remember. But be warned: These topics, by all means, are not comprehensive.

Probability

Counting

Conditional Probability

Random Variables and Probability Distributions

Expectation and Variance

Joint, Conditional and Marginal Distributions

Some Discrete Distributions

There are some “named” distributions which are useful in application. The most important discrete distributions are Binomial and Poisson.

Some Continuous Distributions

The most important discrete distributions for you to learn are Uniform, Exponential and Normal distributions. It might also be good to hear about gamma, beta and weibull distributions.

Conditional Expectation

Mini In-Class Exercises

  1. In how many ways can you arrange the letters of “SCIENTISTS”?

    1. Any order?
    2. Vowels together?
    3. Vowels separate?
  2. In a box there are 15 balls, 5 white 10 black. If I randomly pick 6 balls from the box, what is the probability that it will be 3 white and 3 blacks?

  3. There are 18 people; 8 women, 10 men. Suppose you want to form a group of 4 people with at least 1 women or man. How many ways are there?

  4. In a marmelade shop people buy strawberry wp 0.5, apricot 0.3 and peach 0.2. Those who buy strawberry likes the marmelade wp 0.8, apricot 0.7 and peach 0.9.

    1. What is the probability that a random buyer will like the product he/she bought?
    2. Suppose a buyer did not like her marmelade. What is the probability that the bought apricot marmelade?
  5. Ayşe is an actress. She goes to auditions to get roles in movies. She gets an offer from an auditon with probability 0.6. She went to 8 auditions last week.

    1. What is the probability that she got 4 offers?
    2. What is the probability that she got at least 2 offers?
  6. The cake shop has three kinds of cakes; chocolate cake, strawberry cake and cheesecake. A customer orders chocolate cake with probability 0.3, strawberry cake 0.55 and cheesecake 0.15.

    1. What is the probability that at least three customers among first 5 customers order chocolate or strawberry cakes?
    2. What is the probability that the first cheesecake is ordered by the 3rd customer or before?
  7. A machine produces 20 items, 12 of which are non-defective. The items are randomly selected without replacement. The sixth selected item is found to be non-defective. What is the probability that this is the third non-defective one?

  8. When a Simpsons fan is asked “Which character from Simpsons family is your favorite?”, he/she answers Homer with probability 0.3, Bart w.p. 0.2, Lisa w.p. 0.1, Maggie w.p. 0.2 and Marge w.p. 0.2. In a room of 12 Simpsons fans, what will the probability that there are 6 of them favor Homer, 2 Lisa and 4 Bart?

  9. A player throws darts to a special circular target consisting of 4 score regions all centered on the same point. First score region has a radius of \(r\) and second region has a radius of \(2r\), 3rd region \(3r\) and 4th region \(4r\). If the player scores at the 1st region he gets 50 points, 2nd region 25, 3rd 10 and 4th 5 points. He has an equal chance to throw the dart within the target (assume probability of missing the target is zero). If he throws 10 darts, what is his expected total score?

  10. A bowling player has the probability 0.8 to score a strike at each shot. He makes a bet with his friends If he makes 8 strikes out of 10 he will be given 5 TL, but if he makes fewer than or equal to four strikes he will lose 10 TL.

    1. What is the probability that he gets the money?
    2. What is the expected earnings of the player?
    3. What is the variance of his earnings?
  11. People arrive at a concert hall with poisson rate 10 per minute. The concert hall has a capacity of 500 people.

    1. What is the probability that the concert hall is full in an hour?
    2. The manager wants to know when the concert hall will be completely full. Give her a time with 90% probability of being true.
  12. Time between customer arrivals in a cafe is exponential with the mean value of 6 minutes.

    1. What is the probability that no customers arrive in 15 minutes?
    2. What is the interarrival time if the probability of a customer to arrive is 0.9?
    3. What is the probability that 10 customers arrive in the first hour?
    4. What is the probability of getting the first customer in 15 minutes if no customer arrived in the first 10 minutes?
  13. There are two alarms, each sets off at any random time within 10 and 20 minutes respectively. What is the probability that the second alarm (20 min) sets off later than the first one (10 min)?

  14. There is a speed radar between the 15th and 45th km of a 60 km road, randomly placed. In order to avoid a traffic penalty, the speed of a car should be below 60 km/h. The car’s max speed is 120 km/h. What is the expected time of finishing the road if the driver wants to keep the risk of getting caught under 25% probability? (Assume you can instantly change the speed of the car, no acceleration or deceleration)

  15. Meeting durations in a company are normally distributed with mean 1 hour and standard deviation 10 minutes.

    1. What is the probability that a meeting finishes within 45 minutes?
    2. What is the duration of a meeting that could have lasted longer with 5% probability?
  16. A rice package consists of 750 gr of rice. Though the weight of the package varies with standard deviation of 15 gr.

    1. What is the probability that the package contains at least 775 grams of rice?
    2. What is the range of package weight around the mean 90% of the time?
    3. In order to prevent light weighted packages what should be the mean weight so that 90% of the packages weight 750 gr or more?
  17. Three balls are chosen randomly from an urn consisting of 7 green balls and 4 yellow balls. Let \(Y_i\) be the ith pick, it is 1 if green, 0 otherwise.

    1. Find the joint probabilities of \(X_1\) and \(X_2\).
    2. Find the joint probabilities of \(X_1\), \(X_2\) and \(X_3\).
  18. 10% of lightbulbs expire in the first 1000 hours. What is the probability that a lightbulb wouldn’t expire in at least 1500 hours? (Assume exponential distribution)

  19. X and Y have the joint pdf of \(f(x,y) = x + cy^2\), \(0<x<1\) and \(0<y<1\).

    1. Find \(c\).
    2. Find \(P(X \le 0.5, Y \le 0.5)\)
  20. You are playing the three cups game. There is a marble in one of the cups. You pick a cup at random and if you choose the cup with the marble, you win. Each play costs 5 TL and if you win you earn 15 TL. What is your expected earnings if you play until you win?