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
Take another look at lines 2 and 3. Suppose you use distance and time between any pair of neighboring dots to calculate speed:
Nataly [62]

Answer:

Add the two speeds together.

Then, divide the sum by two. This will give you the average speed for the entire trip. So, if Ben traveled 40 mph for 2 hours, then 60 mph for another 2 hours, his average speed is 50 mph.

8 0
3 years ago
Read 2 more answers
What is the kinetic energy of a jogger with a mass of 65 kg traveling at a velocity of 2.5 m/s?
scZoUnD [109]
KE=203.125 J !!!!!!!!!
7 0
3 years ago
Read 2 more answers
A skater slides across the ice with an initial velocity of 5.0 m/s. She slows 10 points
zvonat [6]

Explanation:

Given that,

The initial velocity of a skater is, u = 5 m/s

She slows to a velocity of 2 m/s over a distance of 20 m.

We can find the acceleration of skater. It is equal to the rate of change of velocity. So, it can be calculated using third equation of motion as follows :

v^2-u^2=2as

a = acceleration

a=\dfrac{v^2-u^2}{2s}\\\\a=\dfrac{(2)^2-(5)^2}{2\times 20}\\\\a=-0.525\ m/s^2

So, her acceleration is 0.525\ m/s^2 and she is deaccelerating. Also, her initial velocity is given i.e. 5 m/s.

7 0
3 years ago
When a certain amount of current flows through a resistor, it uses 3.00 W of power. If the current doubles, how much power will
asambeis [7]

Answer: 12

Explanation: Acellus

7 0
2 years ago
A youngster having a mass of 50.0 kg steps off a 1.00 m high platform. If she keeps her legs fairly rigid and comes to rest in 1
attashe74 [19]

The average act on her during the deceleration is 4.47 meters per second.                                                                

<u>Explanation</u>:

<u>Given</u>:

youngster mass m = 50.0 kg

She steps off a 1.00 m high platform that is s = 1 meter

She comes to rest in the 10-meter second

<u>To Find</u>:

The average force and momentum

<u>Formulas</u>:

p = m * v

F * Δ t = Δ p

vf^2= vi^2+2as

<u>Solution</u>:

a = 9.8 m/s

vi = 0

vf^2= 0+2(9.8)(1)

vf^2 = 19.6

vf = 4.47 m/s .

Therefore the average force is 4.47 m/s.                                          

                                 

5 0
2 years ago
Other questions:
  • Based on the position vs. time graph, which velocity vs. time graph would correspond to the data? A graph with horizontal axis t
    7·2 answers
  • A parallel-plate capacitor has an area of 4.59 cm2, and the plates are separated by 1.28 mm with air between them. it stores a c
    5·1 answer
  • How are density and pressure related related to each other?
    13·1 answer
  • A wave with a wavelength of 15 m travels at 330 m/s. Calculate its frequency.
    11·1 answer
  • Cooling systems, such as air conditioners and refrigerators, transfer thermal energy in order to keep homes and cars cool or to
    13·1 answer
  • The inner transition metals include the
    5·1 answer
  • Can somone help me with this problem I have been stuck on it for a while. The answer is 17.1m but I dont understand how to get i
    10·1 answer
  • QUESTION 10
    11·1 answer
  • A toy gun uses a spring to shoot plastic balls (m = 50 g). The spring is compressed by 3.0 cm. Let k=2.22 × 105 N/m. (a) Of cour
    8·1 answer
  • What is the slope of the line plotted below?
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!