1 CS 3341 HW # 6 Read sections 3.4, 3.8, 4.1 – 4.3 and 4.7 of the

CS 3341 HW # 6
Read sections 3.4, 3.8, 4.1 – 4.3 and 4.7 of the textbook.
1. Travelbyus is an internet-based travel agency wherein the customers can see videos of the
cities they plan to visit. The number of hits daily is normally distributed with a mean of 1,000
and a standard deviation of 240.
(a) What is the probability of getting fewer than 900 hits?
(b) The website of this company has a limited bandwidth, which is measured in terms of the
number of hits the site can handle. How large a bandwidth should Travelbyus have in
order to handle 99% of the daily traffic?
2. Suppose that the CPU time for an execution of a particular software package has gamma
distribution with mean 5 seconds and standard deviation of 2.5 seconds. Find the probability
that it will take more than 10 seconds for an execution of this software.
3. A program consists of 3 blocks. Compilation time for each block is exponentially distributed
with the same parameter
sec-1, and it is independent of the compilation of other blocks.
Compute the probability that the whole program compiles in less than 2.5 seconds.
4. Recall the pick-six lottery example from the class. In this Lottery, a person picks six numbers
from the numbers 1 through 50 with no repetitions and pays $1.00. On Wednesday evenings,
the Texas State Lottery Commission televises one of their employees randomly picking six
balls without replacement, each with a number from 1 to 50 on it, from a large hopper. The
player is paid if his/her number matches with the selected balls for three or more numbers. In
particular, for matching three balls one receives $3, for matching four balls one receives $89,
for matching five balls one receives $1,268 and for matching all six balls one received
$4,000,000. Let X = # of matches a customer has with the selected balls. The PMF of X is
given in the following table:
X
0
1
2
3
4
5
6
Total
P(X = x)
0.44422536452
0.41005418264
0.12814193207
0.01666886921
0.00089297514
0.00001661349
0.00000006293
1.00000000000
How much do you expect to win for the purchase of a $1 lottery ticket? Would you want
to purchase this ticket?
1
5. The number of errors in each of 200 files has a Poisson distribution with 1.4 errors per file on
average. What is the probability that the total number of errors exceeds 500? Assume the
errors in different files are independent.
6. The homework consists of 50 independent problems. On the average, it takes 5 minutes to
solve a problem, with a standard deviation of 2 minutes. Find the probability that the
homework will be completed in less than 3 hours.
7. A keyword search program lists the files that contain a given keyword. If it runs through 200
files, and each file contains the keyword with probability 0.25, independently of other files,
compute the probability that least 50 files will be listed.
8. A company has two manufacturing plants for producing integrated circuits. Let X and Y
denote the daily number of defective circuits produced at plants 1 and 2, respectively.
Assume that X and Y are independent. Suppose E(X) = 23, SD(X) = 5.5, E(Y) = 27 and
SD(Y) = 4.7. Find the expected value and the SD of the total number of defective circuits
produced by this company in a day. What is the likely range for the daily total number of
defectives?
9. The time (in minutes) it takes to install a certain software package is a continuous random
variable with the density
(a) Find the probability that it takes less than 30 seconds to install the package
(b) Find the expected installation time.
2