Answer:
The minimum distance between two points on the object that are barely resolved is 0.26 mm
The corresponding distance between the image points = 0.0015 m
Explanation:
Given
focal length f = 50 mm and maximum aperture f>2
s = 9.0 m
aperture = 25 mm = 25 *10^-3 m
Sin a = 1.22 *wavelength /D
Substituting the given values, we get –
Sin a = 1.22 *600 *10^-9 m /25 *10^-3 m
Sin a = 2.93 * 10 ^-5 rad
Now
Y/9.0 m = 2.93 * 10 ^-5
Y = 2.64 *10^-4 m = 0.26 mm
Y’/50 *10^-3 = 2.93 * 10 ^-5
Y’ = 0.0015 m
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
The vertical velocity of the projectile upon returning to its original is 17. 74 m/s
<h3>
How to determine the vertical velocity</h3>
Using the formula:
Vertical velocity component , Vy = V * sin(α)
Where
V = initial velocity = 36. 6 m/s
α = angle of projectile = 29°
Substitute into the formula
Vy = 36. 6 * sin ( 29°)
Vy = 36. 6 * 0. 4848
Vy = 17. 74 m/s
Thus, the vertical velocity of the projectile upon returning to its original is 17. 74 m/s
Learn more about vertical velocity here:
brainly.com/question/24949996
#SPJ1
The one that accurately describes the products of a reaction is : B. new substances that are present at the end of a reaction
For example the process of photosynthesis transform CO2 and other nutrients into O2 and H2O
hope this helps