Answer:
13 N
Explanation:
The Net Force of an object should be the difference between the forces applied to the object if the object is not in equilibrium. This object is not in equilibrium so therefore by finding the difference between the forces, you will find your answer. 20 N - 7 N = 13 N.
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:
The correct answer is "The median year built is greater than the mean year built., The median year built is between 1980 and 2000."
Explanation:
Wake country is located in the north Carolina, it is the most fastest growing country among the united nations. The town of Cary and also city of Raleigh is the 8th and the 15th fastest growing cities. Hence, the city was growing along with infrastructures as well as with the population. For proper shelter more number of the homes were built. The literacy rates were also good. A quite good number of schools and colleges are there in the city. With better medical facilities.