Question

Using R to solve the problem, please copy and paste your code. Thanks. (You must use...

Using R to solve the problem, please copy and paste your code. Thanks. (You must use R)

8. (15 pts) Consider the following questions: give the distribution name, carefully define the random variables you use and find the final answer.

(a) (3 pts) A professor has made 20 exams of which 8 are hard, 7 are reasonable, and 5 are easy. The exams are mixed up and the professor selects 4 of them at random to give to four sections of the course she is teaching. What is the probability that no sections receive a hard test?

(b) (3 pts) Suppose a representative at a credit card customer service center receives a phone call every 5 minutes on average. Find the probability that she receives 3 phone calls in 20 minutes.

(c) (3 pts) Products produced by a machine has a 3% defective rate. What is the probability that the first defective occurs in the fifth item inspected.

     

(d) (3 pts) In a class of 100 students, 25 have hardcover and 75 students have paperback textbooks. If you randomly choose 10 students in this class, find the probability that 2 of them have hardcover texts.

Homework Answers

Answer #1

rm(list=ls(all=TRUE))
> #problem a
> #this is a binomial distribution with r.v number of section receied hard test
> p1=dbinom(0,4,0.4);p1#p=4/20,n=4,x=0
[1] 0.1296
>
>
> #problem b
> #this is problem of poisson distribtion with parameter lambda=(1/5)*20
> #here random variable is no. of phone calls received
> p2=dpois(3,4);p2
[1] 0.1953668
>
> #problem c
> #this is a problem of geometric distribution with p=0.03 and q=0.97 and x=4
> #here the random variable is non defective before first defective
> p3=dgeom(4,0.03);p3
[1] 0.02655878
>
> #problem d
> #here we will use binomial distribution with n=10,p=0.25
> #r.v is no. of hard cover text
> p4=dbinom(2,10,0.25);p4
[1] 0.2815676
>

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
CAN ANYONE SOLVE THIS BY USING R ? CAN YOU PLEASE NOT USE the (CORRECT=F FUNCTION)...
CAN ANYONE SOLVE THIS BY USING R ? CAN YOU PLEASE NOT USE the (CORRECT=F FUNCTION) WHEN SOLVING PART B, I AM NOT VERY CLEAR WITH THAT. 2) From a random sample of 673 items made by a particular manufacturing process, it is found that 27 are defective. (a) (1 mark) Find a 99.5% confidence interval for the proportion of defective items made by the process. (Also include the commands and output.) (b) (1 mark) Give the command and output...
Please show me how to use R to solve the problem. thanks! A bank with a...
Please show me how to use R to solve the problem. thanks! A bank with a branch located in a commercial district of a city has developed an improved process for serving customers during the noon-to-1 P.M. lunch period. The bank has the business objective of reducing the waiting time (defined as the number of minutes that elapse from when the customer enters the line until he or she reaches the teller window) to increase customer satisfaction. A random sample...
Multiple Choice Select the best answer from the available choices for each question. Which of the...
Multiple Choice Select the best answer from the available choices for each question. Which of the following is NOT part of the definition of a sample space S? S can be discrete or continuous Each outcome must be in S at most once Each element in S is equally likely Each outcome must be in S at least once S is a set of possible outcomes in an experiment Three A’s, three B’s, and two C’s are arranged at random...
In narrative essay format, I want you to address a business/organization case study using multiple concepts...
In narrative essay format, I want you to address a business/organization case study using multiple concepts from class. The case question and case text begin on page 5 of this document. You need to demonstrate their best understanding of management and organizational behavior theory, and the application of those ideas to improve the understanding of various issues. You need to clearly identify at least 3 distinct, substantive issues. For each issue you need to 1), identify evidence from the case...
The assignment summary sheets will be submitted week 14 with Test 3. You are to personally...
The assignment summary sheets will be submitted week 14 with Test 3. You are to personally experience the power and satisfaction of developing these skills firsthand and to reflect and write about this experience. Over the years, many students have shared amazingly rewarding experiences as they worked on these skills. The assignment will be evaluated and be weighted as 5% of your final mark (together, they are worth 20% of your mark for Test 3, which is worth 25% of...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT