Question

In: Statistics and Probability

1. A sample of 48 aircraft “C” checks generated an average of 238 write-ups (squawks), with...

1. A sample of 48 aircraft “C” checks generated an average of 238 write-ups (squawks), with a standard deviation of 39. The VP of operations wants to know how many squawks to expect on the next “C” check performed. Can you give him an estimate based on a 95% degree of confidence?

Solutions

Expert Solution

Solution :

Given that,

Point estimate = sample mean = = 238

Population standard deviation =    = 39

Sample size = n =48

At 95% confidence level the z is ,

= 1 - 95% = 1 - 0.95 = 0.05

/ 2 = 0.05 / 2 = 0.025

Z/2 = Z0.025 = 1.96


Margin of error = E = Z/2 * ( /n)

= 1.96 * (39 /  48 )

= 11.0332
At 95% confidence interval estimate of the population mean
is,

- E < < + E

238 -11.0332 <   < 238+ 11.0332

226.9668 <   < 249.0332

( 226.9668 , 249.0332 )


Related Solutions

2. The same sample of 48 aircraft revealed that the average time that the aircraft was...
2. The same sample of 48 aircraft revealed that the average time that the aircraft was down for “C” check was 27 days with a standard deviation of 5 days. The VP of operations wants to know how long the next aircraft due inspection will be out of service. Can you give him an estimate based on a 90% degree of confidence?
*Code in C* Write a function that checks if a number is a perfect cube. Write...
*Code in C* Write a function that checks if a number is a perfect cube. Write another function that calculates the integer cubic root. Under the main program: Prompt the user to input a number Tell the user if the number is a perfect cube or not Print the cubic root if the inputted number is a perfect cube.
How would I write a program for C++ that checks if an entered string is an...
How would I write a program for C++ that checks if an entered string is an accepted polynomial and if it is, outputs its big-Oh notation? Accepted polynomials can have 3 terms minimum and no decimals in the exponents.
How to write a C++ program that lets the user enter a string and checks if...
How to write a C++ program that lets the user enter a string and checks if it is an accepted polynomial. Accepted polynomials need to have one term per degree, no parentheses, spaces ignored.
Write a recursive a c++ code that checks if a number is Palindrome. A palindrome number...
Write a recursive a c++ code that checks if a number is Palindrome. A palindrome number is a number that reads the same from beginning to end and from end to beginning, in other words, a palindrome number remains the same when its digits are reversed. For example, 13431 is a palindrome number. 2332 is another one. (Note: Your algorithm should define and work with an integer number) The functionality of your code should be commented to explain what you...
Write a C++ program that checks if the password is correct. The password is a 4-digit...
Write a C++ program that checks if the password is correct. The password is a 4-digit number combination. The program repeats to ask the password until the password is correct or you enter -1 to exit. Input: The password is set to ‘1123’. A user input the password to proceed, or -1 to exit. Sample Output: The program should display the following output. (The red text is a user input.) Test case 1: when you enter the correct password. Enter...
The average thickness of a flange on an aircraft component is found to be 1 mm...
The average thickness of a flange on an aircraft component is found to be 1 mm (from a sample of 36 measurements). a) Find the 95% and 99% confidence intervals for the mean thickness. Assume the population standard deviation is 0.1 mm. b) If we want to be 95% confident that our estimate of µ is off by less than 0.02 mm, how large of a sample is required?
C programming Get a number from the user and write a program that checks to see...
C programming Get a number from the user and write a program that checks to see if the inputted number is equal to x*x+x and x must be greater than 0. For example, if the user inputs 12. The program should check to see if 12 = x*x+x. In this case it is true because 3*3+3 = 12.
48 sample - 9 "0s" = 39 39 "1s" / 48 total sample= 0.8125 pq=0.9*(1-0.9) 0.09...
48 sample - 9 "0s" = 39 39 "1s" / 48 total sample= 0.8125 pq=0.9*(1-0.9) 0.09 pq/n= 0.09/48 0.001875 sqrt (pq/n)= sqrt (0.001875) 0.043301 sample prop / 90% =0.8125-0.9 -0.0875 z=-0.0875/0.043301 -2.02073 p value =NORMSDIST(H7) 0.02165 An air quality instrument logs 0 when standards are not met and 1 when standards are met. The log is saved to file DATA. First, compute the proportion meeting standards as the mean of air quality values. Second, at alpha=0.10 (sensitive, exploratory), test the...
48 sample - 9 "0s" = 39 39 "1s" / 48 total sample= 0.8125 pq=0.9*(1-0.9) 0.09...
48 sample - 9 "0s" = 39 39 "1s" / 48 total sample= 0.8125 pq=0.9*(1-0.9) 0.09 pq/n= 0.09/48 0.001875 sqrt (pq/n)= sqrt (0.001875) 0.043301 sample prop / 90% =0.8125-0.9 -0.0875 z=-0.0875/0.043301 -2.02073 p value =NORMSDIST(H7) 0.02165 An air quality instrument logs 0 when standards are not met and 1 when standards are met. The log is saved to file DATA. First, compute the proportion meeting standards as the mean of air quality values. Second, at alpha=0.10 (sensitive, exploratory), test the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT