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
On the blueprint of a house, 38 millimeters represents 6 meters. the length of the living room is 57 millimeters on the blueprin
Pie
For this case we can make the following rule of three:
 38 milimeters ---------> 6 meters
 57 milimeters ---------> x
 Clearing x we have:
 x = (57/38) * (6)
 x = 9 meters
 Answer:
 
the current length of the living room is:
 
x = 9 meters
3 0
3 years ago
Farmers often sell fruits and vegetables at farmers’ markets during the summer. Each tomato stand at the Bentonville farmers’ ma
olga nikolaevna [1]

Answer:

the probability that all tomatoes are sold is  0.919 (91.9%)

Step-by-step explanation:

since the random variable X= number of tomatoes that are demanded,  is normally distributed we can make the standard random variable Z such that:

Z=(X-μ)/σ = (83 - 125)/30 = -1.4

where μ= expected value of X= mean of X (since X is normally distributed)  , σ=standard deviation of X

then all tomatoes are sold if the demand surpasses 83 tomatos , therefore

P(X>83) = P(Z>-1.4) = 1- P(Z≤-1.4)

from tables of standard normal distribution →P(Z≤-1.4)=0.081 , therefore

P(X>83) = 1- P(Z≤-1.4)  = 1 - 0.081 = 0.919 (91.9%)

thus the probability that all tomatoes are sold is  0.919 (91.9%)

6 0
3 years ago
5x+5y=-30 find the x and y intercept
Masja [62]

<em>The x and y intercept of 5x + 5y = -30 are (-6, 0) and (0, -6) respectively.</em>

<h2 /><h2>Explanation:</h2>

The Standard Form of the equation of a line is given by:

Ax+By=C \\ \\ A,B,C \ Real \ Constants \ and \ A>0

So:

5x+5y=-30

is written in Standard Form. The x and y intercepts are:

x-intercept: \ (x,0) \\ \\ y-intercept: \ (0,y)

So:

FOR X-INTERCEPT:

Let's \ set: \\ y=0 \\ \\ 5x+5(0)=-30 \\ \\ Isolating \ x: \\ \\ 5x=-30 \\ \\ x=-\frac{30}{5} \\ \\ \boxed{x=-6}

FOR Y-INTERCEPT:

Let's \ set: \\ x=0 \\ \\ 5(0)+5y=-30 \\ \\ Isolating \ x: \\ \\ 5y=-30 \\ \\ y=-\frac{30}{5} \\ \\ \boxed{y=-6}

Finally,<em> the x and y intercept of 5x + 5y = -30 are (-6, 0) and (0, -6) respectively.</em>

<h2>Learn more:</h2>

Parallel lines: brainly.com/question/12169569

#LearnWithBrainly

6 0
3 years ago
Who ever answers this first gets brainly
Ronch [10]

Answer:

d. 188.4 in

Step-by-step explanation:

i might be wrong so sorry in advance.

7 0
2 years ago
is it possible to draw a tringle with 90 Angle and one leg that is 8 centimeters long and one leg that is 6 centimeters long? is
Delvig [45]
Yes it is The hypotenuse  is  10 cms long.
Because its a right angled triangle ( 90 angle)  the hypotenuse will be 10 cms long - it will obey the Pythagoras theorem:-

10^2 = 8^2 + 6^2

There is only one  right angled triangle with these measurements but there are many  of them which have sides in same ratio

for example 

3, 4 and 5

9,12 and 15

12, 16 and 20  and so on..
5 0
3 years ago
Other questions:
  • You are giving away equal groups of paper clips to some number of friends. Each friend receives 15 paper clips and you started w
    9·2 answers
  • A museum groundskeeper is creating a semicircular statuary garden with a diameter of 36 feet. There will
    7·1 answer
  • Parallel lines always have the same _____.<br> origins<br> slope<br> y-intercepts<br> x-intercepts
    11·2 answers
  • Let the probability of success on a Bernoulli trial be 0.30. a. In five Bernoulli trials, what is the probability that there wil
    15·1 answer
  • 7-y/5=3/4<br> Solve for y
    8·2 answers
  • 1.8= 2.1h-5.7-4.6h what is h
    8·2 answers
  • Find the coordinates of the image<br> Ry=-1(p)<br> The image is _____?
    5·1 answer
  • A.)61<br> B.)49<br> C.)17<br> D.)7
    5·2 answers
  • Find y-intercept for y= (x+2)(x-5)
    6·2 answers
  • A ball is thrown from an initial height of 3 feet with an initial upward velocity of 28 ft/s. The ball's height h (in feet) afte
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!