Question

** Please only use RStudio to solve this problem and show code ** A fire department...

** Please only use RStudio to solve this problem and show code **

A fire department aims to respond to fire calls in 4 minutes or less, on average. Response times are normally distributed with a standard deviation of 1 minute. Would a sample of 18 fire calls with a mean response time of 4.5 minutes provide sufficient evidence to show that the goal is not being met at the significance level α = .01? Is this a left-tailed, right-tailed, or two-tailed test? Formulate null and alternative hypothesis. Compute the appropriate test statistic and critical value using R. What is the statistical decision? Interpret the results.

** Please only use RStudio to solve this problem and show code **

Homework Answers

Answer #1

================================

R-Code

> mu = 4 #Population mean
> n = 18 #sample Size
> xbar = 4.5 #sample mean
> s = 1 #standard dev
> z = (xbar - mu)*sqrt(n)/s # Test statistics
> z
[1] 2.12132
> CV = qnorm(0.99)
> CV
[1] 2.326348

================================

Since, test statistics is less than the critical value. So, Fail to reject the null hypothesis

There is no sufficient evidence to show that the goal is not being met at the significance level

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
** Please use only RStudio and include code ** The mean arrival rate of flights at...
** Please use only RStudio and include code ** The mean arrival rate of flights at Philadelphia International Airport is 195 flights or less per hour with a historical standard deviation of 13 flights. To increase arrivals, a new air traffic control procedure is implemented. In the next 30 days, the arrival rate per day is given in the data vector below called flights. Air traffic control manager wants to test if there is sufficient evidence that arrival rate has...
The following questions are based on this information. The scottsdale fire department aims to respond to...
The following questions are based on this information. The scottsdale fire department aims to respond to fire calls in 4 minutes or less, on average. But, a random sample of 18 fire calls results in a sample average response of 4 minutes and 30 seconds (X¯=4.5 minutesX¯=4.5 minutes) and sample standard deviation of 1 minute (s=1 minutes=1 minute). Assume that the random variable, response times (denoted by X), is normally distributed. Is this sufficient statistical evidence to show that the...
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...
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...
Please show all work: Assignment: You will be answering problems #1 - #4. For each problem,...
Please show all work: Assignment: You will be answering problems #1 - #4. For each problem, you will need to complete parts A through F. Please make sure you answer each part completely and you offer justification where necessary.   Do all work "by hand" (not using StatCrunch) as good practice for your next exam! A) Write the claim mathematically and state the null and alternative hypotheses. B) Determine whether the hypothesis test is left-tailed, right-tailed, or two tailed and whether...
For part b and c could you please show r code to solve the problem. Thank...
For part b and c could you please show r code to solve the problem. Thank you 2. 34 petri dishes are prepared with a growth medium. 16 are randomly selected and treated with antibiotic A. The other 18 are treated with antibiotic B. Each dish is inoculated with a bacteria. Several hours later, the diameter of the bacteria colony in each dish is measured in mm, with these results: A: 8.59, 7.80, 4.11, 8.68, 8.08, 7.86, 6.97, 8.21, 1.72,...
Please solve using EXCEL and show steps. In the Northwest Bank waiting line system, assume that...
Please solve using EXCEL and show steps. In the Northwest Bank waiting line system, assume that the service times for drive-up teller follow an exponential probability distribution with a mean of 100 customers per hour. Use the exponential probability distribution to answer the following questions: a. What is the probability that the service time is one minute or less? b. What is the probability that the service time is two minutes or less? c. What is the probability that the...
Please show how to solve using EXCEL ONLY. 10. Calculate the duration of a $1,000, 12‐year...
Please show how to solve using EXCEL ONLY. 10. Calculate the duration of a $1,000, 12‐year zero coupon bond using annual compounding and a current market rate of 9 percent. 12. Calculate the duration for a $1,000, 4‐year bond with a 4.5 percent annual coupon, currently selling at par. Use the bond’s duration to estimate the percentage change in the bond’s price for a decrease in the market interest rate to 3.5 percent. How different is your answer from the...
Please show all work: Assignment: You will be answering problems #1 - #4. For each problem,...
Please show all work: Assignment: You will be answering problems #1 - #4. For each problem, you will need to complete parts A through F. Please make sure you answer each part completely and you offer justification where necessary. Do all work "by hand" (not using StatCrunch) as good practice for your next exam! A) Write the claim mathematically and state the null and alternative hypotheses. B) Determine whether the hypothesis test is left-tailed, right-tailed, or two tailed and whether...
Please solve for only problem 2. The first problem is needed for the 2nd one. Please...
Please solve for only problem 2. The first problem is needed for the 2nd one. Please show all work and thank you. 1.) Oxidative dehydrogenation of ethane is the conversion of ethane with oxygen to yield ethylene and water. It is a cleaner and more efficient alternative to the widely used steam cracking process for ethylene production from ethane. a. Write down the (balanced) reaction equation, and list (separately) the stoichiometric coefficients for all reactants and products. Assuming that you...