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
tamaranim1 [39]
3 years ago
7

Using Excel, or some other graphing software, plot the values of y as a function of x. (You will not submit this spreadsheet. Ho

wever, the results will be needed later in this problem.) Hint x y 1 1.9 2 3.5 3 3.7 4 5.1 5 6.0 (b) Use the trendline option to draw the best fit line for the above data and use it to determine the slope and y-intercept. Hint slope Incorrect: Your answer is incorrect. y-intercept
Physics
1 answer:
Evgesh-ka [11]3 years ago
7 0

Answer:

a) > x<-c(1,2,3,4,5)

> y<-c(1.9,3.5,3.7,5.1,6)

> linearmodel<-lm(y~x)

And the output is given by:

> linearmodel

Call:

lm(formula = y ~ x)

Coefficients:

(Intercept)            x  

      1.10         0.98  

b) y = 0.98 x +1.10

And if we compare this with the general model y = mx +b

We see that the slope is m= 0.98 and the intercept b = 1.10

Explanation:

Part a

For this case we have the following data:

x: 1,2,3,4,5

y: 1.9,3.5,3.7,5.1, 6

For this case we can use the following R code:

> x<-c(1,2,3,4,5)

> y<-c(1.9,3.5,3.7,5.1,6)

> linearmodel<-lm(y~x)

And the output is given by:

> linearmodel

Call:

lm(formula = y ~ x)

Coefficients:

(Intercept)            x  

      1.10         0.98  

Part b

For this case we have the following trend equation given:

y = 0.98 x +1.10

And if we compare this with the general model y = mx +b

We see that the slope is m= 0.98 and the intercept b = 1.10

You might be interested in
Put the waves in order from highest frequency to lowest frequency
S_A_V [24]
BCA for sure, b the lines are showing more movement
6 0
3 years ago
Read 2 more answers
A 48.0-kg skater is standing at rest in front of a wall. By pushing against the wall she propels herself backward with a velocit
Kipish [7]

Answer:

F = 47.6 N

Explanation:

  • Newton's 2nd law can be expressed as the rate of change of the total momentum, respect of time, as follows:

       F = \frac{\Delta p}{\Delta t}

  • So, in order to find the average force exerted by the skater on the wall, we can find the change in momentum due to the force exerted by the wall (which is equal and opposite to the one exerted by the skater), and  divide it by the time interval , as follows:

       F_{wall} = \frac{\Delta p}{\Delta t} =\frac{(48.0 kg*(-1.06m/s)}{1.07s} = -47.6 N

       ⇒ Fsk = 47.6 N (normal to the wall)

3 0
3 years ago
What is the length of the X component of the vector plotted below
dlinn [17]

Answer:

5

Explanation:

If you straighten out the line, it touches the 5, which makes the length 5

3 0
3 years ago
Compare and contrast the health benefits and the amount of physical or mental energy needed between active leisure activities an
dolphi86 [110]
This is the answer "Some active leisure activities, such as yoga and running, require a great deal of physical energy, while other activities, like playing chess, require a substantial amount of mental energy. Passive leisure activities, such as watching TV or going to the movies, require little to no physical or mental energy. Because of the exertion of physical or mental energy, active leisure activities have more health benefits than passive leisure activities." hope it help you?:)
4 0
3 years ago
5. How much time does it take for a bird flying at a speed of 45 kilometers per hour to travel a
Lyrx [107]

Answer:

40h

Explanation:

Use the velocity formula to solve

v = \frac{d}{t}

In this question, you are given velocity v = 45km/h, and you are given a distance, d = 1800km.  Time in this question is what you'll need to find.

Start by rearranging the velocity formula, to isolate for t.

v = \frac{d}{t}

Start by multiplying both sides by t

v(t) = \frac{d}{t}(t)\\\\vt = d

Then divide both sides by v.

vt\frac{1}{v} = d/v\\ \\t = \frac{d}{v}

Now that you've isolated for time, sub in your values and calculate.

t = \frac{d}{v} = \frac{1800km}{45km/h} = 40 h

8 0
2 years ago
Other questions:
  • What is the exact time of a full earth rotation?
    5·2 answers
  • a step of science investigation tells you to walk 3m in a straight line, then turn 60 degrees to your right. you repeat this ste
    8·2 answers
  • A 2.00-kilogram mud ball drops from rest at a height of 17.0 m. If the impact between the ball and the ground lasts 0.46 s, what
    5·1 answer
  • Richard is driving home to visit his parents. 135 mi of the trip are on the interstate highway where the speed limit is 65 mph .
    10·1 answer
  • An object is constrained by a cord to move in a circular path of radius 0.5 m on a horizontal frictionless surface. The cord wil
    5·1 answer
  • 1.) What is the equation for Average Speed?
    10·2 answers
  • How are interference patterns made?
    10·1 answer
  • During an adiabatic process in a closed system, what happens to a gas when the gas expands?
    11·1 answer
  • 4. Three methods that people use are:
    11·1 answer
  • when a branding iron gets heated in a fire the handle becomes hot, how is the energy transferred to the handle
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!