You are told that a random sample of 150 people from Iowa has been given cholesterol tests, and 60 of these people had levels over the “safe” count of 200. Construct a 95% confidence interval for the population proportion of people in Iowa with cholesterol levels over 200. Place your LOWER limit, rounded to 3 decimal places, in the first blank. For example, .678 would be a legitimate entry. Place your UPPER limit, rounded to 3 decimal places, in the second blank. For example, .789 would be a legitimate entry. Lower Limit Upper Limit
= 60/150 = 0.4
At 95% confidence level, the critical value is z0.025 = 1.96
+/- z0.025 * sqrt(
(1
-
)/n)
= 0.4 +/- 1.96 * sqrt((0.4 * 0.6)/150)
= 0.4 +/- 0.0784
= 0.3216, 0.4784
= 0.322, 0.478
Lower limit = 0.322
Upper limit = 0.478
You are told that a random sample of 150 people from Iowa has been given cholesterol...
Question number 16 Select the correct answer for the blank: If everything else stays the same, the required sample size as the confidence level decreases to reach the same margin of error. I don't know Accepted characters: numbers, decimal point markers (period or comma), sign indicators (), spaces (e.g., as thousands separator, 5 000), "E" or "e" (used in scientific notation). NOTE: For scientific notation, a period MUST be used as the decimal point marker. Question number 17 You are...
The percent defective for parts produced by a manufacturing process is targeted at 4%. The process is monitored daily by taking samples of sizes n = 160 units. Suppose that today’s sample contains 14 defectives. Determine a 88% confidence interval for the proportion defective for the process today. Place your LOWER limit, rounded to 3 decimal places, in the first blank. For example, 0.123 would be a legitimate answer. Place your UPPER limit, rounded to 3 decimal places, in the...
The personnel department of a large corporation wants to estimate the family dental expenses of its employees to determine the feasibility of providing a dental insurance plan. A random sample of 12 employees reveals the following family dental expenses (in dollars): 115 370 250 593 540 225 117 425 318 182 275 228 Construct a 95% confidence interval for the average family dental expenses for all employees in this corporation. Place your LOWER limit, in dollars rounded to 1 decimal...
Question number 1 The personnel department of a large corporation wants to estimate the family dental expenses of its employees to determine the feasibility of providing a dental insurance plan. A random sample of 12 employees reveals the following family dental expenses (in dollars): 228 115 425 275 370 250 593 540 225 117 318 182 Construct a 95% confidence interval for the average family dental expenses for all employees in this corporation. Place your LOWER limit, in dollars rounded...
A marketing research consultant hired by Coca-Cola is interested in determining the proportion of customers who favor Coke over other soft drinks. A random sample of 400 consumers was selected from the market under investigation and showed that 53% favored Coca-Cola over other brands. Compute a 95% confidence interval for the true proportion of people who favor Coke. Place your LOWER limit, rounded to 3 decimal places, in the first blank . Place your UPPER limit in the second blank .
A random sample of 15 subjects was asked to perform a given task. The time in seconds it took each of them to complete the task is recorded below: 44, 40, 28, 44, 28, 41, 37, 31, 43, 48, 29, 44, 45, 32, 31 Send data to Excel If we assume that the completion times are normally distributed, find a 95% confidence interval for the true mean completion time for this task. Then complete the table below. Carry your intermediate...
A random sample of 350 bolts from machine A contained 31 defective bolts, while an independently chosen, random sample of 375 balts from machine B contained 30 defective bolts. Let P, be the proportion of the population of all bolts from machine A that are defective, and let py be the proportion of the population of all bolts from machine B that are defective. Find a 95% confidence interval for P-P2. Then complete the table below. Carry your intermediate computations...
Over the past several months, an adult patient has been treated for tetany (severe muscle spasms). This condition is associated with an average total calcium level below 6 mg/dl. Recently, the patient's total calcium tests gave the following readings (in mg/dl). Assume that the population of x values has an approximately normal distribution. 10.1 8.4 10.3 8.9 9.4 9.8 10.0 9.9 11.2 12.1 (a) Use a calculator with mean and sample standard deviation keys to find the sample mean reading...
Over the past several months, an adult patient has been
treated for tetany (severe muscle spasms). This condition is
associated with an average total calcium level below 6 mg/dl.
Recently, the patient's total calcium tests gave the following
readings (in mg/dl). Assume that the population of x values has an
approximately normal distribution.
9.9 8.8 10.9 9.3 9.4 9.8 10.0 9.9 11.2 12.1
(a) Use a calculator with mean and sample standard deviation
keys to find the sample mean reading...
For this project, you are tasked with creating a text-based, basic String processing program that performs basic search on a block of text inputted into your program from an external .txt file. After greeting your end user for a program description, your program should prompt the end user to enter a .txt input filename from which to read the block of text to analyze. Then, prompt the end user for a search String. Next, prompt the end user for the...