d.88 n
Explanation:
The force exerted by gravity on the mass is 88N;
Gravitational force is usually experienced by two bodies with masses.
This force causes all objects on earth to accelerate at 9.8m/s².
Force of gravity = mass x acceleration due to gravity
In this case, the force exerted on the object by gravity will be the weight of the object.
Weight is a force applied gravity on a body:
Weight of the masses = Force of gravity = mass x acceleration
Given mass = 9kg
Force of gravity = 9 x 9.8 = 88.2N approximately 88N
learn more:
Weight and mass brainly.com/question/5956881
#learnwithBrainly
Answer:
Explanation:
Given
radius of circular region r=1.50 mm

Magnetic Field 
time t=130 ms
Flux is given by

change in Flux 
Emf induced is 


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
What you need to know is that the force is
F=ma
The force is the product of mass and acceleration
this means that the acceleration is
a=F/m
a) The force is halved?
this means that f will be

now:
a=

So the accelaration will also he halved (it's the original acceleratation divided by 2)
b) The object's mass is halved?
a=

=a=

which is the original acceleration times two!! so it will double
c) The force and the object's mass are both halved?
now we have
a=

=a=

=a=

so they will cancel each other out and the acceleration will stay the same!