Answer:
Explanation:
2.Big bang, 3.contraction of the solar nebula, 5.stellar ignition in our sun, 4.outgassing of earths secondary atmosphere, 1.appearance of the first ocean on earth ,7.evolution of photosynthesis, 6.build- up of oxygen in earths atmosphere.
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
Unusual precipitation patterns
<span>Anger is to angry as fire is to blazing. </span>
Answer:
162500000.
Explanation:
Given that
Diameter of the wire , d= 1.8 mm
The length of the wire ,L = 15 cm
Current ,I = 260 m A
The charge on the electron ,e= 1.6 x 10⁻¹⁹ C
We know that Current I is given as
I=Current
q=Charge
t=time
q= I t
q= 260 m t
The total number of electron = n
q= n e
n=162500000 t
The number of electron passe per second will be 162500000.