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
a uniform rule balance on a knife edge at the 55cm mark when a mass of 40g is hung from the 95cm mark. find the weight of the ru
BigorU [14]

Answer:

W = 3.1 N

Explanation:

moments about any convenient point will sum to zero.

I choose summing about the knife edge mark and will assume the ruler of weight W is of uniform construction.

I will assume the ruler weight makes a positive moment

W[55 - 50) - 0.040(9.8)[ 95 - 55] = 0

                                                5W = 15.68

                                                   W = 3.136

7 0
3 years ago
Problem 3.2 Part A Draw the vector C⃗ =A⃗ +B⃗ .(Figure 1)
Elodia [21]
I can't answer this question without a figure. I've found a similar problem as shown in the first picture attached. When adding vectors, you don't have to add the magnitudes only, because vectors also have to factor in the directions. To find the resultant vector C, connect the end tails of the individual vectors. <em>The red line (second picture) represents the vector C.</em>

5 0
3 years ago
Thermals created by warm air rising and cold air sinking are called___?
Kay [80]
It is called convection
8 0
3 years ago
Study the free body diagram above. Which scenario below can best be described with this free body diagram? A. a cup is at rest o
vekshin1

Answer: D

Explanation:

5 0
3 years ago
Betty is sitting on of her surfboard out in the ocean. She is waiting for the perfect wave to come along so she can ride it in t
givi [52]

Crest is the part of the wave which does this.

A sound wave is the sample of disturbance resulting from the movement of strength visiting through a medium, including air, water or every other liquid or stable remember as it propagates far from the supply of the sound.

The sound waves are generated by a sound source, such as the vibrating diaphragm of a stereo speaker. The sound source creates vibrations in the surrounding medium. because the supply continues to vibrate the medium, the vibrations propagate far from the supply at the rate of sound, hence forming the sound wave.

A sound wave is not a transverse wave with crests and troughs, however alternatively a longitudinal wave with compressions and rarefactions.

Learn more about wave here:- brainly.com/question/1199084

#SPJ1

7 0
1 year ago
Other questions:
  • Which sentence correctly describes a friction force? A. It acts in the same direction as the motion of an object. B. It acts in
    14·1 answer
  • Can you please explain me how to do integration in physics in a easy way?
    8·1 answer
  • Fiber is an example of a complex carbohydrate true or false
    6·2 answers
  • How does the force of gravity between two bodies change when the distance between them doubles? 1. unable to determine; the mass
    11·1 answer
  • Identify two simple machines in this compound machine. A. screw, lever B. screw, incline plane C. double pulley D. lever, pulley
    9·2 answers
  • Eva's boyfriend says he loves her, but she wants proof. In order to obtain the most trustworthy nonverbal signals of how he real
    13·1 answer
  • Help pls!
    14·1 answer
  • You walk 200m south, then 50m east. What is your displacement?
    5·1 answer
  • What is a galaxies ???
    8·2 answers
  • the weight of an object on the earths surface is 300N. when it is lifted to 3 times the height, its weight will become
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!