a model rocket is launched from a roof into a large field the path of the rocket can be modeled by the equation y equals -0.04 ^ 2 + 8.3 x + 4.3 where X is the horizontal distance in meters from the starting point on the roof and why is the height in meters of the rocket above the ground how far horizontally from its starting point will the rocket land round your answer to the nearest hundredth meter

Answers

Answer 1
Answer:

Answer:

208.02 m

Explanation:

When the model rocket lands, y = 0; therefore, the equation becomes

-0.04x^2+8.3x+4.3=0

Using the quadratic formula we solve for x.

x=\frac{-8.3\pm\sqrt[]{8.3^2-4(-0.04)(4.3)}}{2(-0.04)}

Which simplifies to give

x=\frac{-8.3\pm\sqrt[]{69.578}}{(-0.08)}

Hence, we have the solutions

\begin{gathered} x=208.02 \n x=-0.52 \end{gathered}

since lengths cannot be negative, we choose x = 208.02 as our answer.

Hence, the model rocket lands 208.02 m from the starting point.


Related Questions

How many solutions do these equations have y= 3x+4 y+6=3x
Every day a kindergarten class chooses randomly one of the 50 state flags to hang on the wall, without regard to previous choices, We are interested in the flags that are chosen on Monday, Tuesday and Wednesday of next week.a) Describe a sample space \Omega and a probability measure P to model this experiment.b) What is the probability that the class hangs Wisconsin's flag on Monday, Michigan's flag on Tuesday, and California's flag on Wednesday.?c) What is the probability that Wisconsin's flag will be hung at least two of the three days?
Can you please help im running out of time9) -23 - (-14)= *
42Solve the equation: 8 =a) z = 10b) z = 44c) z=3d) z=7
the temperature at 6pm was 72 degrees. this was 8 degrees cooler than at 4pm. the temperature at 10am wss 5 degrees hotter than at 4pm. what was the temperature 10am

(1)/(3) (2x - y) = z
help please right now​

Answers

Answer:

Step-by-step explanation:

on no

Consider w1 = 4 + 2i and w2 = –1 – 3i. Which graph represents the sum w1 + w2?

Answers

Answer:

Option (2)

Step-by-step explanation:

Two points having real and imaginary parts are,

w₁ = 4 + 2i

w₂ = -1 - 3i

By adding these numbers,

w₁ + w₂ = (4 + 2i) + (-1 - 3i)

            = (4 - 1) + (2 - 3)i

            = 3 - (1)i

Since, coordinates of a number on the graph are (x, y)

Here x = Real part

y = Imaginary part

Therefore, sum of these numbers will be (3, -1).

Option (2) will be the correct graph.

Answer:

B on Edge

Step-by-step explanation:

Got 100% on the test.

Points (-6,15) and (2,-1) lie on a straight line. What is the slope of the line?

Answers

M = -7/4 would be it

Using the Breadth-First Search Algorithm, determine the minimum number of edges that it would require to reachvertex 'H' starting from vertex 'A'>

Answers

Answer:

The algorithm is given below.

#include <iostream>

#include <vector>

#include <utility>

#include <algorithm>

using namespace std;

const int MAX = 1e4 + 5;

int id[MAX], nodes, edges;

pair <long long, pair<int, int> > p[MAX];

void initialize()

{

   for(int i = 0;i < MAX;++i)

       id[i] = i;

}

int root(int x)

{

   while(id[x] != x)

   {

       id[x] = id[id[x]];

       x = id[x];

   }

   return x;

}

void union1(int x, int y)

{

   int p = root(x);

   int q = root(y);

   id[p] = id[q];

}

long long kruskal(pair<long long, pair<int, int> > p[])

{

   int x, y;

   long long cost, minimumCost = 0;

   for(int i = 0;i < edges;++i)

   {

       // Selecting edges one by one in increasing order from the beginning

       x = p[i].second.first;

       y = p[i].second.second;

       cost = p[i].first;

       // Check if the selected edge is creating a cycle or not

       if(root(x) != root(y))

       {

           minimumCost += cost;

           union1(x, y);

       }    

   }

   return minimumCost;

}

int main()

{

   int x, y;

   long long weight, cost, minimumCost;

   initialize();

   cin >> nodes >> edges;

   for(int i = 0;i < edges;++i)

   {

       cin >> x >> y >> weight;

       p[i] = make_pair(weight, make_pair(x, y));

   }

   // Sort the edges in the ascending order

   sort(p, p + edges);

   minimumCost = kruskal(p);

   cout << minimumCost << endl;

   return 0;

}

If 60% of a given number is 18.0 what is 25% of the given number​

Answers

Answer:

7.5

Step-by-step explanation:

60% = 0.6

18 / 0.6 = 30 (given number)

25% = 0.25

30 * 0.25 = 7.5

Best of Luck!

Answer:

2.7

Step-by-step explanation:

60/100x = 18

x = 10.8

25/100x = ?

25/100 (10.8) = 2.7

Jane wants to determine the shortest route from her home to her workplace.She walks only on the sidewalks indicated by dotted lines on the map. What is
the distance of the shortest route from home to work to the nearest block?
(IMPORTANT NOTE - 1) Turn radicals into decimals. 2) Do not round decimals
until the very end of the problem).
HELP PLEASE I have no idea how to do this

Answers

The distance between two points on a plane can be found by Pythagoras's theorem.

The shortest route from her home to her workplace is the route that passes along the block in the middle of the graph ,which is approximately 2.5 blocks shorter, than the apparently next shortest route.

Reason:

The shortest distance between two points is a straight line.

The shortest route to her workplace are the routes that approximate a straight line the most.

Following the dotted lines, there are two routes, that are approximately direct and therefore short routes to her workplace which are;

  • The route heading past the block close to the center of the map to her workplace
  • The route to the left of the above route

Taking the route that passes close to the center of the map to her workplace ,gives;

Path 1 = √(2² + 4²) = 2·√5 (by Pythagoras's theorem)

Path 2 = √(1² + 2²) = √5

Path 3 = 1 + 1 = 2

Path 4 = √(2² + 3²) = √13

Path 5 = 3

Cumulativedistance = 2·√5 + √5 + 2 + √13 + 3 ≈ 15.3

Taking the route to the left of the above route, gives;

Path 1 = √(2² + 4²) = 2·√5

Path 2 = 7 + 6 = 13

Cumulative distance = 2·√5 + 13 ≈ 17.5

Therefore, the shortest route is the route that heads to her workplace, through, close to the center of the map, which approximately 17.5 blocks - 15.3 blocks  = 2.5 blocks shorter

Learn more here:

brainly.com/question/20054245