Question

program to run on first mission. Usea bine distribution and assign probabies to the posities that Suppose mong of students ta
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution: Let X be the number of students failing to get their first program to run on first submission. This test is done on a group of 6 students. So, 6 trials. Thus, X ~ Bin(6,0.91).

To find the probabilities that

(a) At least 5 fail on their first submission = P(X>=5) = P(X = 5) + P(X = 6) =\binom{6}{5}(0.91)^5(1-0.91)^1 + \binom{6}{6}(0.91)^6(1-0.91)^0

= 0.9048466.

(b) Less than 5 fail on their first submission = P(X <5) = P(X<=4) = \sum^{4} _{x=0}\binom{6}{x}(0.91)^x(1-0.91)^{6-x} = 0.09515339

(c) Continuing to use this binomial model, the mean number of students failing = n * p

Here n = no. of students = 66 and p = probability of failure = 0.91

thus, mean = 0.91 * 6 = 5.46

(d) The standard deviation = sqrt(n*p*(1-p)) = sqrt(6*0.91*0.09) = 0.7009993

Add a comment
Know the answer?
Add Answer to:
program to run on first mission. Usea bine distribution and assign probabies to the posities that...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Suppose 82% o all students aking a beginning p oaramming course fail to get her first program to ...

    Please solve and explain steps suppose 82% o all students aking a beginning p oaramming course fail to get her first program to run on firs subr his on. Con from the other and the chance each student fails on their first try is consistent. (Round answers to three decimal places.) er a group of such student nere e c students succes independent (a) If X is the number of students whose program fails on the first run, then X...

  • Will rate!! Suppose 81% of all students taking a beginning programning course fail to get their...

    Will rate!! Suppose 81% of all students taking a beginning programning course fail to get their first program to run on first submission. Consider a group of S such students,where each student's success is independent from the other and the chance each student fails on their first try is consistent. (Round answers to three decimal places.) (a) If X is the number of students whose program fails on the first run, then X comes from a binomial distribution with: n-...

  • guys can you please help me to to write a pseudo code for this program and...

    guys can you please help me to to write a pseudo code for this program and write the code of the program in visual studio in.cpp. compile the program and run and take screenshot of the output and upload it. please help is really appreciated. UTF-8"CPP Instruction SU2019 LA X 119SU-COSC-1436- C Get Homework Help With Che X Facebook -1.amazonaws.com/blackboard.learn.xythos.prod/584b1d8497c84/98796290? response-content-dis 100% School of Engineering and Technology COSC1436-LAB1 Note: in the instruction of the lab change "yourLastName" to your last...

  • I have to write a C program to assign seats on each flight of the airline’s...

    I have to write a C program to assign seats on each flight of the airline’s only plane (capacity: 40 seats, in 10 rows). For the sake of simplicity, assume that each row has 4 seats labeled A, B, C, D. Your program should display the following menu of alternatives: Please type 1 for "first class" Please type 2 for "business class" Please type 3 for “economy class”. If the person types 1, then your program should assign a seat...

  • Pleasee help :c Thank You!! The University of Dental Health (UDH) is a state-run university focusing...

    Pleasee help :c Thank You!! The University of Dental Health (UDH) is a state-run university focusing on the education and training of dentists, dental assistants, dental hygienists, and other dental professionals. The university provides both traditional undergraduate courses to 15,600 students and continuing professional education (CPE) courses to 10,400 practicing professionals. UDH has just hired a new controller who wants to utilize ABC. The controller has identified three key activities performed by the university and the cost of each of...

  • Develop a functional flowchart and then write a C++ program to solve the following problem. 1....

    Develop a functional flowchart and then write a C++ program to solve the following problem. 1. Create a text file named c1.txt and write your brand of computer (like Dell, HP, etc) in the file. You will be reading the name of the file from the keyboard as a string, using the string class. Your program will also read the brand of your computer from the keyboard. The process of the file creation (name of the file, mode for opening...

  • You need not run Python programs on a computer in solving the following problems. Place your...

    You need not run Python programs on a computer in solving the following problems. Place your answers into separate "text" files using the names indicated on each problem. Please create your text files using the same text editor that you use for your .py files. Answer submitted in another file format such as .doc, .pages, .rtf, or.pdf will lose least one point per problem! [1] 3 points Use file math.txt What is the precise output from the following code? bar...

  • Write a program in the Codio programming environment that allows you to play the game of...

    Write a program in the Codio programming environment that allows you to play the game of Rock / Paper / Scissors against the computer. Within the Codio starting project you will find starter code as well as tests to run at each stage. There are three stages to the program, as illustrated below. You must pass the tests at each stage before continuing in to the next stage.  We may rerun all tests within Codio before grading your program. Please see...

  • Use only a single SQL statement for each of the following questions 1 Give a listing of all the ssns,first names and the class descriptions of all the classes the students are taking. If there a...

    Use only a single SQL statement for each of the following questions 1 Give a listing of all the ssns,first names and the class descriptions of all the classes the students are taking. If there are no class _descriptions display 'No description is available yet'. (USE NVL) 2 Give a listing of only the lname and the class_code for students who are taking 'Introduction to C programming'. (Inner join) 3 Give a lising of all the class_descriptions and the number...

  • Java programming help My program wont run. could someone tell me why. everything seems correct to...

    Java programming help My program wont run. could someone tell me why. everything seems correct to me... giving me the error: Exception in thread "main" java.lang.NumberFormatException: For input string: "Stud" at java.base/java.lang.NumberFormatException.forInputString(Unknown Source) at java.base/java.lang.Integer.parseInt(Unknown Source) at java.base/java.lang.Integer.parseInt(Unknown Source) at Util.readFile(Util.java:35) at Driver.main(Driver.java:8) _________________________________________________________________________________________________________________________ Program Prompt: Write a program to perform statistical analysis of scores for a class of students.The class may have up to 40 students.There are five quizzes during the term. Each student is identified by a four-digit...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT