The band of stability curves upward at high atomic numbers due to the fact that excess of neutrons are required due to the repulsion between protons.
Atomic number is the number of protons. As the number of protons (atomic number) increase, the electrical repulsion force, due to the same sign of the protons inside the nucleus, becomes more dominant compared to the nuclear force attractions, then the nucleus needs more neutrons to gain stability.The presence of more neutrons decrease the density of protons which decreases the repulsion among them.
Answer:
They will hit the ground at the same time.
Explanation:
By ignoring the opposing forces i.e. air resistant, both the heavy and light balls will fall with same acceleration due to gravity (g=9.8 m/s²) and g is independent of mass of the objects. Thus both will hit the ground at the same time.
Answer:
R=0.5B+0.5C+2A+D
Explanation:
By the triangular law of vector addition
vector R= vector B- vector D
As A,B,C,D are edges of the parallelogram,
A is parallel to D but opposite in direction.
Therefore
;
;

B is parallel to C and in same direction.



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
6 is b. part B on 6 is a. 7 is a. partB ON 7 b