Home page for accesible maths

Style control - access keys in brackets

Font (2 3) - + Letter spacing (4 5) - + Word spacing (6 7) - + Line spacing (8 9) - +

Quiz questions

Consider the following situations one might wish to model when considering a website which sells flights. For each, decide which standard random variable distribution best models the described situation.
(A): Bernoulli (B): Discrete uniform (C): Binomial (D): Geometric (E): Poisson

  1. 1.

    Number of visits The number of visits to the site in an hour.

  2. 2.

    Indicator An indicator variable of whether a particular visitor to the site purchased a flight.

  3. 3.

    Number of sales The number of flights sold in the first 100 visits to the site.  

  4. 4.

    Simulate Poisson random variables Set the random seed to 123 and then use rpois to simulate 100 realisation from a Poisson distribution with rate parameter λ=0.5. What is the sum of the resulting variables?
    (A) 51, (B) 53, (C) 49, (D) 42, (E) 47

  5. 5.

    Binomial probability Let XBin(15,0.4). Find P(4X10).
    (A) 0.90015, (B) 0.77337, (C) 0.15126, (D) 4.8790, (E) 0.99065