Question

In: Statistics and Probability

Question 1 A telemarketer is given a list of names to contact for a survey on...

Question 1

  1. A telemarketer is given a list of names to contact for a survey on banking services.   He has 40 names per page and must try to complete 5 surveys per hour. How many ways are there to choose 5 names randomly?
  2. A parent is making goody bags for their child’s 7th birthday party. They want to place 2 of 24 chocolate bars, 1 of 12 potato chip bags, 3 of 24 lollipops, and 3 of 20 assorted wrapped candies into each bag. How many different goody bags can be made?

Solutions

Expert Solution

a) There are total of 40 names on each page. We have to choose 5 names randomly.

The number of ways in which this can be done is:

This was done because the choice of the names is independent of the way that the names are chosen and hence the problem is a combinatorial one.

b) For each of the bags, 2 out of 24 chocolate bars, 1 out of 12 potato chip bags, 3 out of 24 lollipops and 3 out of 20 assorted wrapped candies are placed.

Hence, for each of the items, the number of bags that they can be placed are:

Therefore, the number of bags that can be produced in the given way will be the minimum of these numbers which is 6.67. Since, 6.67 bags can't be made, we choose an integer that is smaller and is closest to 6.67. This number is 6.

Hence, a total of 6 goody bags can be made in this way.


Related Solutions

Creating a list/tuple 3.Given a list of tuples containing student first names and last names e.g....
Creating a list/tuple 3.Given a list of tuples containing student first names and last names e.g. (“John”, “Doe”) that represents a class. Ask the user for a students first and last name and check if that student is a member of the class.
Suppose you are given a file containing a list of names and phone numbers in the...
Suppose you are given a file containing a list of names and phone numbers in the form "First_Last_Phone." In C, Write a program to extract the phone numbers and store them in the output file. Example input/output: Enter the file name: input_names.txt Output file name: phone_input_names.txt 1) Name your program phone_numbers.c 2) The output file name should be the same name but an added phone_ at the beginning. Assume the input file name is no more than 100 characters. Assume...
Suppose you are given a file containing a list of names and phone numbers in the...
Suppose you are given a file containing a list of names and phone numbers in the form "First_Last_Phone." Write a program in C to extract the phone numbers and store them in the output file. Example input/output: Enter the file name: input_names.txt Output file name: phone_input_names.txt 1) Name your program phone_numbers.c 2) The output file name should be the same name but an added phone_ at the beginning. Assume the input file name is no more than 100 characters. Assume...
Suppose you are given a file containing a list of names and phone numbers in the...
Suppose you are given a file containing a list of names and phone numbers in the form "First_Last_Phone." Write a program to extract the phone numbers and store them in the output file. Example input/output: Enter the file name: input_names.txt Output file name: phone_input_names.txt 1) Name your program phone_numbers.c 2) The output file name should be the same name but an added phone_ at the beginning. Assume the input file name is no more than 100 characters. Assume the length...
Suppose you are given a file containing a list of names and phone numbers in the...
Suppose you are given a file containing a list of names and phone numbers in the form "First_Last_Phone." Write a program in C language to extract the phone numbers and store them in the output file. Example input/output: Enter the file name: input_names.txt Output file name: phone_input_names.txt 1) Name your program phone_numbers.c 2) The output file name should be the same name but an added phone_ at the beginning. Assume the input file name is no more than 100 characters....
The class Contact, shown below, which hold first names, last names, and mobile numbers. Using the...
The class Contact, shown below, which hold first names, last names, and mobile numbers. Using the built-in Java ArrayList<Contact> contacts Write a method     public static boolean contains(ArrayList<Contact> list, String firstOrLastName) public class Contact { private int mobileNumber; private String firstName; private String lastName; public int getMobileNumber() { return mobileNumber; } public String getFirstName() { return firstName; } public String getLastName() { return lastName; } public Contact(int mobile, String first, String last) { mobileNumber = mobile; firstName = first; lastName...
QUESTION 4 ( 8 marks) A telemarketer is able make a sale on 27% of the...
QUESTION 4 ( 8 marks) A telemarketer is able make a sale on 27% of the phone calls he makes. Assume that he makes 12 calls in an hour. Answer the following questions, assuming a binomial probability distribution: Required: What is the probability that he will make exactly four sales in the course of an hour? ( 3 marks) What is the probability that he will make at least three sales in the course of an hour? Hint: Use the...
QUESTION 4 ( 8 marks) A telemarketer is able make a sale on 28% of the...
QUESTION 4 ( 8 marks) A telemarketer is able make a sale on 28% of the phone calls he makes. Assume that he makes 11 calls in an hour. Answer the following questions, assuming a binomial probability distribution: Required: What is the probability that he will make exactly four sales in the course of an hour? ( 3 marks) What is the probability that he will make at least three sales in the course of an hour? Hint: Use the...
You are given a list of all employees. You group the names by department (Logistics, Sales,...
You are given a list of all employees. You group the names by department (Logistics, Sales, IT, Human Resource). Suppose you select all employees in Sales. What type of sampling method did you use to select the employees? Explain your reasoning.
Language C: Suppose you are given a file containing a list of names and phone numbers...
Language C: Suppose you are given a file containing a list of names and phone numbers in the form "First_Last_Phone." Write a program to extract the phone numbers and store them in the output file. Example input/output: Enter the file name: input_names.txt Output file name: phone_input_names.txt 1) Name your program phone_numbers.c 2) The output file name should be the same name but an added phone_ at the beginning. Assume the input file name is no more than 100 characters. Assume...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT