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
lesya [120]
3 years ago
7

A model rocket is launched from a roof into a large field. The path of the rocket can be modeled by the equation y = -0.06x^2 +

10.1x + 5 where x is the horizontal distance,, in meters, from the starting point on the roof and y is the height, in meters, of the rocket above the ground. model rocket is launched from a roof into a large field. The path of the rocket can be modeled by the equation y = -0.06x^2 + 10.1x + 5 where x is the horizontal distance,, in meters, from the starting point on the roof and y is the height, in meters, of the rocket above the ground. How far horizontally from its starting point will the rocket land.
A.168.83m
B.5.00m
C.84.17m
D.430.04m
Mathematics
1 answer:
bixtya [17]3 years ago
6 0
It's asking how far horizontally from the starting point which means that y, the height in meters is 0.
set 0 = -0.06x^2 + 10.1x + 5 and solve for x using the quadratic formula

-b +- \sqrt{b^{2} -4ac} / 2a
-10.1 +- \sqrt{10.1^2 - 4(-0.06)(5) / 2(-0.06)
you get that x = 168.83 m and -0.49 meters. Since the horizontal distance cant be negative, 168.83m is your answer
You might be interested in
An examination of the records for a random sample of 16 motor vehicles in a large fleet resulted in the sample mean operating co
levacccp [35]

Answer:

1. The 95% confidence interval would be given by (24.8190;27.8010)  

2. 4.7048 \leq \sigma^2 \leq 16.1961

3. t=\frac{26.31-25}{\frac{2.8}{\sqrt{16}}}=1.871    

t_{crit}=1.753

Since our calculated value it's higher than the critical value we have enough evidence at 5% of significance to reject th null hypothesis and conclude that the true mean is higher than 25 cents per mile.

4. t=(16-1) [\frac{2.8}{2.3}]^2 =22.2306

\chi^2 =24.9958

Since our calculated value is less than the critical value we don't hav enough evidence to reject the null hypothesis at the significance level provided.

Step-by-step explanation:

Previous concepts

\bar X=26.31 represent the sample mean for the sample  

\mu population mean (variable of interest)

s=2.8 represent the sample standard deviation

n=16 represent the sample size

Part 1

The confidence interval for the mean is given by the following formula:

\bar X \pm t_{\alpha/2}\frac{s}{\sqrt{n}}   (1)

In order to calculate the critical value t_{\alpha/2} we need to find first the degrees of freedom, given by:

df=n-1=16-1=15

Since the Confidence is 0.95 or 95%, the value of \alpha=0.05 and \alpha/2 =0.025, and we can use excel, a calculator or a tabel to find the critical value. The excel command would be: "=-T.INV(0.025,15)".And we see that t_{\alpha/2}=2.13

Now we have everything in order to replace into formula (1):

26.31-2.13\frac{2.8}{\sqrt{16}}=24.819    

26.31+2.13\frac{2.8}{\sqrt{16}}=27.801

So on this case the 95% confidence interval would be given by (24.8190;27.8010)  

Part 2

The confidence interval for the population variance is given by the following formula:

\frac{(n-1)s^2}{\chi^2_{\alpha/2}} \leq \sigma^2 \leq \frac{(n-1)s^2}{\chi^2_{1-\alpha/2}}

The next step would be calculate the critical values. First we need to calculate the degrees of freedom given by:

df=n-1=16-1=15

Since the Confidence is 0.90 or 90%, the value of \alpha=0.1 and \alpha/2 =0.05, and we can use excel, a calculator or a table to find the critical values.  

The excel commands would be: "=CHISQ.INV(0.05,15)" "=CHISQ.INV(0.95,15)". so for this case the critical values are:

\chi^2_{\alpha/2}=24.996

\chi^2_{1- \alpha/2}=7.261

And replacing into the formula for the interval we got:

\frac{(15)(2.8)^2}{24.996} \leq \sigma^2 \leq \frac{(15)(2.8)^2}{7.261}

4.7048 \leq \sigma^2 \leq 16.1961

Part 3

We need to conduct a hypothesis in order to determine if actual mean operating cost is at most 25 cents per mile , the system of hypothesis would be:    

Null hypothesis:\mu \leq 25      

Alternative hypothesis:\mu > 25      

We don't know the population deviation, so for this case is better apply a t test to compare the actual mean to the reference value, and the statistic is given by:      

t=\frac{\bar X-\mu_o}{\frac{s}{\sqrt{n}}} (1)      

Calculate the statistic      

We can replace in formula (1) the info given like this:      

t=\frac{26.31-25}{\frac{2.8}{\sqrt{16}}}=1.871    

Critical value  

On this case we need a critical value on th t distribution with 15 degrees of freedom that accumulates 0.05 of th area on the right and 0.95 of the area on the left. We can calculate this value with the following excel code:"=T.INV(0.95,15)" and we got t_{crit}=1.753

Conclusion      

Since our calculated valu it's higher than the critical value we have enough evidence at 5% of significance to reject th null hypothesis and conclude that the true mean is higher than 25 cents per mile.

Part 4

State the null and alternative hypothesis

On this case we want to check if the population standard deviation is more than 2.3, so the system of hypothesis are:

H0: \sigma \leq 2.3

H1: \sigma >2.3

In order to check the hypothesis we need to calculate the statistic given by the following formula:

t=(n-1) [\frac{s}{\sigma_o}]^2

This statistic have a Chi Square distribution distribution with n-1 degrees of freedom.

What is the value of your test statistic?

Now we have everything to replace into the formula for the statistic and we got:

t=(16-1) [\frac{2.8}{2.3}]^2 =22.2306

What is the critical value for the test statistic at an α = 0.05 significance level?

Since is a right tailed test the critical zone it's on the right tail of the distribution. On this case we need a quantile on the chi square distribution with 15 degrees of freedom that accumulates 0.05 of the area on the right tail and 0.95 on the left tail.  

We can calculate the critical value in excel with the following code: "=CHISQ.INV(0.95,15)". And our critical value would be \chi^2 =24.9958

Since our calculated value is less than the critical value we FAIL to reject the null hypothesis.

7 0
3 years ago
Find the Value of Y! Thank u!!!
Virty [35]

Answer:

my bad if im wrong but i got y=35

Step-by-step explanation:

4 0
3 years ago
calvin paints pictures and sells them at art shows. He charges $56.25 for a large painting. He charges $25.80 for a small painti
stellarik [79]
The answer is 1,111.90
3 0
4 years ago
Read 2 more answers
Suppose a solid is formed by revolving the function f(x)=2+mx around the x-axis where 0≤m<1 and 0≤x≤1, and a washer is create
BabaBlast [244]

Answer:

(m³/3 + 5m/2 + 3)pi

Step-by-step explanation:

pi integral [(f(x))² - (g(x))²]

Limits 0 to 1

pi × integral [(2+mx)² - (1-mx)²]

pi × integral[4 + 4mx + m²x² - 1 + 2mx - m²x²]

pi × integral [m²x² + 5mx + 3]

pi × [m²x³/3 + 5mx²/2 + 3x]

Upper limit - lower limit

pi × [m²/3 + 5m/2 + 3]

Verification:

m = 0

[pi × 2² × 1] - [pi × 1² × 1] = 3pi

[m³/3 + 5m/2 + 3]pi

m = 0

3pi

3 0
3 years ago
Read 2 more answers
in the figure above, bc and ad are parallel, ab and ec are parallel, cd=ce, and the measure of angle abc is 115 degrees. what is
bonufazy [111]

Answer:

"in the figure above" ?

7 0
3 years ago
Other questions:
  • SOlve the system of equations using substitution<br><br><br> y=2x-10<br> y=4x-8
    13·1 answer
  • Simplify the expression. –10z – 28z <br> 18 <br> 18z <br> –38z <br> 38z
    10·2 answers
  • The length of the leg of right isosceles triangle is a. Find the length of the hypotenuse.
    9·1 answer
  • How much warmer is it when the temperature is 17 degrees farenheit then when it is negative 11 degrees​
    5·1 answer
  • What is the order of the months from greatest to least number of visitors 350,080 350,489 305,392
    15·1 answer
  • Solve for c help me out
    11·1 answer
  • A soccer team played 32 games. If they won 25% of them, how many games did they win?
    11·2 answers
  • Answer if you know asap!
    5·2 answers
  • I need to know what formula to use in order to figure out the problems. You do not have to solve, I can do that. I just need a f
    11·1 answer
  • F(x)=-5x-7 g(x)=6x-4<br><br> Find F(x)+g(x)<br><br> Please show steps
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!