From a balistics pendulum as an example, which is probably where you are at...
Triangles, L = 12m, x_0 = 1.6, we need to find the angle (theta)
sin (theta) = 1.6/12 = 0.1333....
theta = ArcSin(0.1333...) = 0.1337 rad
Then, this is the height that the mass vertically raises in it's arc
y_2 = L-L*cos(theta) = 0.107 m
use y_2 in a kinematic swing...
<span><span>v=sqrt(<span><span>2g<span>y_2)</span></span></span>=1.45m/s</span></span>
The correct answer is d) 200 lbs.
Hope that I was of help.
Answer:
Explanation:
331 m/s / 2.5e4 cyc/s = 0.01324 m ≈ 1.3 cm
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 think the distance that should be used is the distance that one expects to be from the game you are hunting. Before taking a shotgun for a gobbler or even for ducks or other animals, you need to see how your gun performs by patterning it at various ranges with the load you want to use.