Question

1. Within a computer program, the number of bugs (i.e., coding errors) per lines of code...

1. Within a computer program, the number of bugs (i.e., coding errors) per lines of code has a Poisson distribution with an average of fifteen bugs per 1,000 lines.

a. Find the probability that there will be exactly eight bugs in 1,000 lines of code.

b. Find the probability that there will be at least eight bugs in 1,000 lines of code.

c. Find the probability that there will be at least one bug in 1,000 lines of code.

d. Find the probability that there will be no more than one bug in 1,000 lines of code.

2. There are ten computers in a PC lab. The probability that any of the computers is used at any given moment is 15%. Answer the following:

a. What is the probability that exactly three computers are being used?

b. What is the probability that more than five computers are being used?

c. What is the probability that less than five computers are being used?

d. What is the probability that a group of three students would be able to work together in the PC lab assuming they each need a computer?

e. What is the expected number of computers being used at any given moment? What does this number mean?

Homework Answers

Answer #1

1)

poisson probability distribution
P(X=x) = eλx/x!

Mean/Expected number of events of interest: λ =                15 bugs per 1000 lines

a) P ( X =    8   ) = e^-15*15^8/8!=   0.0194

b) P(X≥8) = Σeλx/x! where x varies from 8 to 15 = 0.9820

c) P ( X =    0   ) = e^-15*15^0/0!=   0.0000

P(at least 1) = 1 - P(x=0) = 0.99999969410

d) P(X≤1) = P(X=0) + P(X=1) = 0.000004894

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
A mail-order computer software business has six telephone lines. Let x denote the number of lines...
A mail-order computer software business has six telephone lines. Let x denote the number of lines in use at a specified time. The probability distribution of x is as follows: X P(x) 0 0.11 1 0.17 2 0.20 3 0.25 4 0.15 5 0.08 6 0.04 Calculate the probability of: (a). at most three lines are in use. (b). fewer than three lines are in use. (c). at least three lines are in use. (d). between two and five lines...
1. A random number generator is used to select a number from 1 to 500 ?(inclusively)....
1. A random number generator is used to select a number from 1 to 500 ?(inclusively). What is the probability of selecting the number 595 ? What is the probability? 2.Identify the sample space of the probability experiment and determine the number of outcomes in the sample space. -Randomly choosing an even number between 10 and 20, inclusive The sample space is? (Use a comma to separate answers) There are _____ outcomes in the sample space 3. Determine the number...
Part A. Input Validation (Name your C program yourLastName_yourFirstName_Lab4a.c) 1. Place the code you developed in...
Part A. Input Validation (Name your C program yourLastName_yourFirstName_Lab4a.c) 1. Place the code you developed in Lab 2 to obtain a diameter value from the user and compute the volume of a sphere (we assumed that to be the shape of a balloon) in a new program, and implement the following restriction on the user’s input: the user should enter a value for the diameter which is at least 8 inches but not larger than 60 inches. Using an if-else...
Question 1 2 pts Let x represent the height of first graders in a class. This...
Question 1 2 pts Let x represent the height of first graders in a class. This would be considered what type of variable: Nonsensical Lagging Continuous Discrete Flag this Question Question 2 2 pts Let x represent the height of corn in Oklahoma. This would be considered what type of variable: Discrete Inferential Distributed Continuous Flag this Question Question 3 2 pts Consider the following table. Age Group Frequency 18-29 9831 30-39 7845 40-49 6869 50-59 6323 60-69 5410 70...
1. Vim commands: a. How do you auto indent your program? b. Explain what the following...
1. Vim commands: a. How do you auto indent your program? b. Explain what the following commands do: dd, y3, p, :set cindent (1 pt) VIM exercises These exercises on the computer need to be repeated by each student in the pair. This is to ensure that both students understand how to get around in Linux!!! For this part of the lab, you will create a .vimrc file that will help you develop your C++ programs using VIM. First, we...
Do the following problems. 1. Each of three barrels from a manufacturing line are classified as...
Do the following problems. 1. Each of three barrels from a manufacturing line are classified as either above (a) or below (b) the target weight. Provide the ordered sample space. 2. The heat on each of two soldered parts is measured and labeled as either low (l), medium (m), or high (h). State the number of elements in the ordered sample space. 3. Consider the set of Beatles songs with a primary writer as either Paul McCartney (P) or John...
About John Daniels Chemicals Inc. This business case is about John Daniels Chemicals Inc., which is...
About John Daniels Chemicals Inc. This business case is about John Daniels Chemicals Inc., which is one the most respected and elite chemical research organization in the industry, operating since 1991, with the headquarters in Tanzania, Africa. Organizational Structure and Culture at John Daniels Chemicals Inc. Organizational culture in John Daniels Chemicals Inc. is an open and less rigid one, unlike the other usual corporations in the market. The scientists selected to work in John Daniels Chemicals Inc. are top...
Data For Tasks 1-8, consider the following data: 7.2, 1.2, 1.8, 2.8, 18, -1.9, -0.1, -1.5,...
Data For Tasks 1-8, consider the following data: 7.2, 1.2, 1.8, 2.8, 18, -1.9, -0.1, -1.5, 13.0, 3.2, -1.1, 7.0, 0.5, 3.9, 2.1, 4.1, 6.5 In Tasks 1-8 you are asked to conduct some computations regarding this data. The computation should be carried out manually. All the steps that go into the computation should be presented and explained. (You may use R in order to verify your computation, but not as a substitute for conducting the manual computations.) A Random...
Overview Your assignment is to complete a wireless network design for a small company. You will...
Overview Your assignment is to complete a wireless network design for a small company. You will place a number of network elements on the diagram and label them appropriately. A network diagram is important to communicate the design features of a network between network administrators, system administrators and cyber-security analysts. It helps to create a shared mental model between these different technologists, yet each will have their own perspective on what is important to have documented on the diagram. Please...
Write a Python 3 program called “parse.py” using the template for a Python program that we...
Write a Python 3 program called “parse.py” using the template for a Python program that we covered in this module. Note: Use this mod7.txt input file. Name your output file “output.txt”. Build your program using a main function and at least one other function. Give your input and output file names as command line arguments. Your program will read the input file, and will output the following information to the output file as well as printing it to the screen:...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT