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
Answer:
a) 5.63 atm
Explanation:
We can use combined gas law
<em>The combined gas law</em> combines the three gas laws:
- Boyle's Law, (P₁V₁ =P₂V₂)
- Charles' Law (V₁/T₁ =V₂/T₂)
- Gay-Lussac's Law. (P₁/T₁ =P₂/T₂)
It states that the ratio of the product of pressure and volume and the absolute temperature of a gas is equal to a constant.
P₁V₁/T₁ =P₂V₂/T₂
where P = Pressure, T = Absolute temperature, V = Volume occupied
The volume of the system remains constant,
So, P₁/T₁ =P₂/T₂
a) 
The tropical rain forest is located mostly on Islands. Mainly found in Africa.