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
Which characeristic makes omasis different from diffusion.
Ksju [112]
 <span>haha I used to think biology was so hard, i find it quite easy now. 
Okay, so basically Osmosis is the movement of water molecules from a higher concentration to a lower concentration. Diffusion is generally the movement of a gradient from higher concentration to an area of lower concentration. Osmosis applies to water only, whereas diffusion, you have many types such as Passive transport [ movement of molecules from high- low, NO CELLULAR ENERGY needed! ] then you have faciliated diffusion ( basically uses a channel protein to allow big substances to go through the membrane : NO ENERGY needed] 
OSMOSIS, the important thing to remember is that water ALWAYS flow towards the region with the higher concentration of the solute (ex: Salt is solute, water is solvent) solute is the thing that is being dissolved. Solvent is the one doing the dissolving. Hope this helped!</span>
5 0
3 years ago
What is a synovial joint? (ANATOMY)
S_A_V [24]

Answer:

From Wikipedia:

"A synovial joint, also known as diarthrosis, joins bones or cartilage with a fibrous joint capsule that is continuous with the periosteum of the joined bones, constitutes the outer boundary of a synovial cavity, and surrounds the bones' articulating surfaces. The synovial cavity/joint is filled with synovial fluid."

8 0
3 years ago
You may have noticed runaway truck lanes while driving in the mountains. These gravel-filled lanes are designed to stop trucks t
kati45 [8]

Answer:

The  coefficient of kinetic friction  \mu_k =  0.724

Explanation:

From the question we are told that

   The  length of the lane is  l =  36.0 \  m

    The speed of the truck is  v  =  22.6\  m/s

     

Generally from the work-energy theorem we have that  

    \Delta KE  =   N  *  \mu_k *  l

Here N  is the normal force acting on the truck which is mathematically represented as

     \Delta KE is the change in kinetic energy which is mathematically represented as

        \Delta KE =  \frac{1}{2} *  m *  v^2

=>     \Delta KE =  0.5  *  m *  22.6^2

=>      \Delta KE =  255.38m

        255.38m =    m *  9.8  *  \mu_k *   36.0

=>     255.38  =    352.8  *  \mu_k

=>   \mu_k =  0.724

 

6 0
3 years ago
Un bloque de 25 n se encuentra suspendido por un hilo al techo vitamina la tensión que aparece en el hilo
SVETLANKA909090 [29]

Answer:

T = 25 N

Explanation:

The question says that "A 25 n block is suspended by a wire from the ceiling vitamin the tension that appears in the wire ?"

Weight of the block, W = 25 N

Weight of a body acts in downward direction and tension acts in upward direction. It would mean that,

Tension = weight of the block

T = mg

T = 25 N

Hence, the tension in the wire is 25 N.

7 0
3 years ago
Use Hooke's Law, which states that the distance a spring stretches (or compresses) from its natural, or equilibrium, length vari
Phantasy [73]

Answer:

706.68 N

Explanation:

By Hooke's law,

F = ke

k=\dfrac{F}{e}

Using the values in the question,

k=\dfrac{265\text{ N}}{0.15 \text{ m}}=1766.7\text{ N/m}

When e = 0.4 m,

F = 1766.7\text{ N/m}\times0.4\text{ m}=706.68\text{ N}

6 0
3 years ago
Other questions:
  • Motivate me for my exam​
    14·1 answer
  • Two 2.0kg bodies A and B collide The velocities before the collision are U1=15i+30j and U2=-10j+5.0j After the collision V1=-5.0
    5·1 answer
  • A 2.0-cm-thick bar of soap is floating on a water surface
    10·1 answer
  • Can yall please help!!
    5·1 answer
  • If you sit close to a campfire, the fire warms you. Describe how thermal energy is transferred from the fire to you.
    5·2 answers
  • State the relation between acceleration and momentum​
    13·1 answer
  • A circular cylinder has a diameter of 3.0 cm and a mass of 25 g. It floats in water with its long axis perpendicular to the wate
    13·1 answer
  • Need help but the subject is science will give brainleist
    6·2 answers
  • How much work does it take to lift 345 boxes to a height of 6.00 m of each box has a mass of 7.89 kg
    14·1 answer
  • Where does solar energy wastes go
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!