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
An electron and an antielectron (positron) each have a rest energy of 0.511 MeV , or approximately 8.2×10−14 J . When an electro
Mademuasel [1]

Answer:

Explanation:

Photon is also a particle . Hence when two particles like electron and positron annihilate to get completely changed to photons , a minimum of two photons of equal and opposite momentum and energy are produced flying in opposite direction  to conserve momentum and energy . Each photon will have same energy equal to 511 keV . It is so to conserve momentum and energy. Initially total momentum was zero so finally too total momentum should be zero.

8 0
3 years ago
Need help with stu*pid science thing that I keep getting wrong, augh!!
Kryger [21]

Answer:

i think it is iron

Explanation:

its the only one that makes sense to me

4 0
2 years ago
Read 2 more answers
What can you say about the speed of the car?
iren2701 [21]
I believe the answer is C
5 0
3 years ago
Kayla starts at -3, walks 5 blocks right and 3 blocks left. What is her displacement?
Elanso [62]

Answer: The displacement is 1 block.

Explanation:

Let's define:

The right is the positive side.

The left is the negative side.

Then if you start at position A, and you walk N blocks to the right, the new position is:

A + N

And if you start at position A, and you walk M blocks to the left, the new position is:

A - M.

In this case, we know that Kayla starts at -3 and she walks 5 blocks to the right.

Then her new position is:

-3 + 5 = 2

Now she walks 3 blocks to the left, then her new position is:

2 - 3 = -1

The displacement will be equal to the difference between the final position (-1) and the initial position (-2)

Then the displacement is:

D = -1 - (-2) = -1 +2 = 1

The displacement is 1 block.

7 0
2 years ago
A color television tube generates some X-rays when its electron beam strikes the screen. What is the shortest wavelength of thes
Margaret [11]

Answer:  4.0024 x 10^ -11 m or 0.040024 nm

Explanation:

λ = h c/ΔE

λ = wave lenght

h = 6.626 x 10 ^ -34  m² kg /s  = planck constant

ΔE = 31 keV potential ( 1 keV = 1.6021 x 10^-16J)

c = velocity of light = 3 x 10⁸ m/s

substitute gives

λ  =    <u>6.626 x 10 ^ -34  m² kg /s x 3 x 10⁸ m/s</u>  = 4.0024 x 10^ -11 m

                 31 x 1.6021x10^-16 J

5 0
3 years ago
Other questions:
  • Newton’s third law of motion explains the two forces namely ‘action’ and ‘reaction’ coming into action when the two bodies are i
    9·2 answers
  • Gold has a density of 19.3 g/cm3. What is the mass of a 5 cm3 block of gold?
    10·1 answer
  • The famous cliff divers of Acapulco leap from a perch 35 m above the ocean. How fast are they moving when they reach the surface
    11·1 answer
  • The mass of an object changes as the distance from the center of gravity changes. True False
    7·2 answers
  • How much work is done if you push a 200 N box across a floor with a force of 50 N for a distance of 20m
    6·1 answer
  • An astronaut whose mass is 80 kg carries an empty oxygen tank with a mass of 10 kg. The astronaut throws the tank away with a sp
    11·1 answer
  • A child and sled with a combined mass of 58.0 kg slide down a frictionless slope. If the sled starts from rest and has a speed o
    10·1 answer
  • Abigail runs one complete lap (400m) around the track, while Gabi runs a 50 meter dash in a straight line. Which runner had a gr
    6·2 answers
  • Does everything in a black hole contain a singularity?
    12·2 answers
  • Look at diagram above. In what direction does the medium move relative to the direction of the wave? Explain.
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!