Option c. are large
Igneous rocks are crystalline solids which are formed after the magma cools. The sizes vary greatly depending on how quickly the magma cooled. The slower the cooling, the larger the crystals in the final rock. They cooled at depth in the crust where they were insulated by layers of rock and sediment.
Answer: Option A : Technician A
Explanation:
The statement/observation, "that the starter motor used to crank diesel engines can draw up to 400 amps of current" made by Technician A is correct.
A diesel engine uses up to 400+ Amperes of electricity to start up a diesel engine in the ignition chamber of motor engine.
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
I'm going to assume this is over a horizontal distance. You know from Newton's Laws that F=ma --> a = F/m. You also know from your equations of linear motion that v^2=v0^2+2ad. Combining these two equations gives you v^2=v0^2+2(F/m)d. We can plug in the given values to get v^2=0^2+2(20/3)0.25. Solving for v we get v=1.82 m/s!
Answer:
Its momentum thats linear
Explanation:
from my secret analysis i would say this is really linear