1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Vladimir79 [104]
3 years ago
15

A company with a large fleet of cars wants to study the gasoline usage. They check the gasoline usage for 50 company trips chose

n at random, finding a mean of 27.02 mpg and sample standard deviation is 5.83 mpg. d. Please use R to construct a (two-sided) 88% CI for the mean of the general gasoline usage. Then for this answer, provide the lower bound of the CI and round to 2 decimal places. Please do not use the automagic R function. Only use functions that we've covered in class (or else you won't get credit).
Mathematics
1 answer:
Nookie1986 [14]3 years ago
6 0

Answer:

The 95% confidence interval is given by (25.71536 ;28.32464)

And if we need to round we can use the following excel code:

round(lower,2)

[1] 25.72

round(upper,2)

[1] 28.32

And the interval would be (25.72; 28.32)  

Step-by-step explanation:

Notation and definitions  

n=50 represent the sample size  

\bar X= 27.2 represent the sample mean  

s=5.83 represent the sample standard deviation  

m represent the margin of error  

Confidence =88% or 0.88

A confidence interval is "a range of values that’s likely to include a population value with a certain degree of confidence. It is often expressed a % whereby a population means lies between an upper and lower interval".  

The margin of error is the range of values below and above the sample statistic in a confidence interval.  

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".  

Calculate the critical value tc  

In order to find the critical value is important to mention that we don't know about the population standard deviation, so on this case we need to use the t distribution. Since our interval is at 88% of confidence, our significance level would be given by \alpha=1-0.88=0.12 and \alpha/2 =0.06. The degrees of freedom are given by:  

df=n-1=50-1=49  

We can find the critical values in R using the following formulas:  

qt(0.06,49)

[1] -1.582366

qt(1-0.06,49)

[1] 1.582366

The critical value tc=\pm 1.582366  

Calculate the margin of error (m)  

The margin of error for the sample mean is given by this formula:  

m=t_c \frac{s}{\sqrt{n}}  

m=1.582366 \frac{5.83}{\sqrt{50}}=14.613  

With R we can do this:

m=1.582366*(5.83/sqrt(50))

m

[1] 1.304639

Calculate the confidence interval  

The interval for the mean is given by this formula:  

\bar X \pm t_{c} \frac{s}{\sqrt{n}}  

And calculating the limits we got:  

27.02 - 1.582366 \frac{5.83}{\sqrt{50}}=25.715  

27.02 + 1.582366 \frac{5.83}{\sqrt{50}}=28.325

Using R the code is:

lower=27.02-m;lower

[1] 25.71536

upper=27.02+m;upper

[1] 28.32464

The 95% confidence interval is given by (25.71536 ;28.32464)  

And if we need to round we can use the following excel code:

round(lower,2)

[1] 25.72

round(upper,2)

[1] 28.32

And the interval would be (25.72; 28.32)  

You might be interested in
Find the area of a circle with a circumference of 30 pie meters
vesna_86 [32]

Step-by-step explanation:

Cir=30π=2πr , thus r=15 , Area=π(r^2)=225 pie meters

3 0
3 years ago
I have no idea what I'm doing :^
mars1129 [50]

Answer:

press this link and u will get the answers

https://www.math.tamu.edu/~rosanna/141/WIR2_done.pdf

5 0
3 years ago
Read 2 more answers
For f(x) = 0.02(2)^x find the average rate of change from x= 3 to x= 8
Fudgin [204]

None of the offered choices is correct.

f(3) = 0.02·2³ = 0.02·8 = 0.16

f(8) = 0.02·2⁸ = 0.02·256 = 5.12

Then the average rate of change is

... (f(8) - f(3))/(8 - 3) = (5.12 -0.16)/5 = 4.96/5 = 0.992

5 0
3 years ago
25 points
Andrei [34K]

Answer:

34 + x = 70 ; 36

Step-by-step explanation:

Given that:

Current amount = 34

Final amount = 70

Number of roses planted by the workers today ;

Current amount + number planted today = final amount

Let number planted today = x

34 + x = 70

x = 70 - 34

x = 36

7 0
3 years ago
Delia has 3 5/8 yards of ribbon. About how many 1/4 yard-long pieces can she cut?
tester [92]

Wait is it not at all 14.5 or 14 1/2 Because with the math I did I got 14 1/2

6 0
3 years ago
Other questions:
  • On January 2, Bering Co. disposes of a machine costing $44,000 with accumulated depreciation of $24,625. Prepare the entries to
    14·1 answer
  • on the perpendicular equation 3y=5x-1 the answer is y=-3/5x+9 .. I understand how to get the slope, I'm trying to figure out how
    13·1 answer
  • The teacher marked Silvano's problem wrong on his test.
    7·1 answer
  • I need help on 3 and 4 plz due by tomorrow
    12·1 answer
  • If you were to use the substitution method to solve the following system, choose the new equation after the expression equivalen
    7·1 answer
  • 20 PTS
    8·1 answer
  • Please answer quick please
    10·1 answer
  • (LCD) of<br> 7<br> and<br> 10<br> 6
    6·2 answers
  • A group of 4 friends go out for dinner and the total cost of the dinner is $200. They use a $40 coupon before splitting the bill
    6·2 answers
  • Ummm how do I respond to someone who has come out me about their sexuality? I thought this girl was straight but she just told m
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!