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) 
And if we compare this with the general model 
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:

And if we compare this with the general model 
We see that the slope is m= 0.98 and the intercept b = 1.10
In physics and chemistry, the law of conservation of energy states that the total energy of an isolated system remains constant; it is said to be conserved over time. This law means that energy can neither be created nor destroyed; rather, it can only be transformed or transferred from one form to another.
☁️ Answer ☁️
The main disadvantage of convex mirrors is that they show a distorted picture of what is behind you. Distances are seen not as they are in reality and things appear closer than they really are. They are showing cars approximately twice as far away as they actually are.
Hope it helps.
Have a nice day hyung!~  ̄▽ ̄❤️
Answer:
mgh₁ + ½mv₁² = mgh₂ + ½mv₂²
Explanation:
Initial total energy = final total energy
PE₁ + KE₁ = PE₂ + KE₂
mgh₁ + ½mv₁² = mgh₂ + ½mv₂²
Answer:
2.2 µm
Explanation:
For constructive interference, the expression is:
Where, m = 1, 2, .....
d is the distance between the slits.
Given wavelength = 597 nm
Angle,
= 15.8°
First bright fringe means , m = 1
So,
Also,
1 nm = 10⁻⁹ m
1 µm = 10⁻⁶ m
So,
1 nm = 10⁻³ nm
Thus,
<u>Distance between slits ≅ 2.2 µm</u>