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
I WILL MARK BRAINLIEST!!ASAP!!! Wet Lab - Coulomb's Law lab from edge!!
777dan777 [17]

Answer:

idek to be honest

Explanation:

4 0
2 years ago
Read 2 more answers
Assuming a typical efficiency for energy use by the body, how many slices of pizza must you eat to walk for 2.5 h at a speed of
larisa86 [58]

Answer:

2.7 Pizzas.

Explanation:

The power required to walk through 5km in 1 hour is 380W.

A watt is basically Jules per second, then we need to standardized this measurement to second.

5km/hr is equal to,

\frac{5km}{hr}*\frac{1hr}{3600s}*\frac{1000m}{1km}=1.389m/s

Walking by 2.5 hours is equal to a distance of,

d=v*t=1.389*(2.5*3600) = 12500m

The total energy required then would be,

E = \frac{380J}{1.389m/s}(12500)=3.4199*10^6J

Then we know that one pizza slice gives 1260*10^3J of energy, the total pizza needed are,

\eta = \frac{3.4199*10^6}{1260*10^3} = 2.7142

<em>Then you need to buy 3 pizza.</em>

6 0
3 years ago
Choose the word that BEST completes the following sentence. Saturn’s rings have been assigned a letter, based on their location.
puteri [66]

Answer:

The correct answer would be Saturn's Cassini Division.

Explanation:

Read about it here.

https://caps.gsfc.nasa.gov/simpson/kingswood/rings/

Hope this helps! :)

5 0
3 years ago
Near the end of a marathon race, the first two runners are separated by a distance of 45.6 m. The front runner has a velocity of
morpeh [17]

Answer:17.08 s

Explanation:

Given

distance between First and second Runner is 45.6 m

speed of first runner(v_1)=3.1 m/s

speed of second runner(v_2)=4.65 m/s

Distance between first runner and finish line is 250 m

Second runner need to run a distance of 250+45.6=295.6 m

Time required by second runner t=\frac{295.6}{4.65}=63.56 s

time required by first runner to reach finish line=\frac{250}{3.1}=80.64 s

Thus second runner reach the finish line 80.64-63.56=17.08 s earlier

3 0
3 years ago
The age and crisis of the stage trust vs. mistrust
hodyreva [135]
Trust vs. mistrust is the first stage in Erik Erikson's theory of psychosocial development. This stage begins at birth continues to approximately 18 months of age. ... If the care has been inconsistent, unpredictable and unreliable, then the infant may develop a sense of mistrust, suspicion, and anxiety.
Hope it is helpful
6 0
3 years ago
Other questions:
  • Is diet Pepsi heterogeneous or is it homogeneous
    8·2 answers
  • force f is separated ingto two , components, p and q, which are at a right angle to each other. what are the values of p and q?
    11·1 answer
  • A box that has a mass of 80 kg slides down a ramp with a 30 degree angle. The free-body diagram shows the forces acting on the b
    5·1 answer
  • Which of the following is a true statement about magnetic fields
    5·1 answer
  • If an object is not accelerating, then one knows for sure that it is_____.​
    5·1 answer
  • An object wants to maintain its state of motion because it has mass. True or false
    13·1 answer
  • Velocity vs Time
    11·1 answer
  • How much energy is required to increase the temperature of
    9·1 answer
  • A container of gas is held at a constant pressure. Which of these would cause both the volume of the gas and the average kinetic
    15·2 answers
  • The density of ice is 0.92 g/cm 3 . An ice sculptor orders a one cubic meter block of ice. What is the mass of the block? Hint:
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!