Answer:
F = -307.4 N
Explanation:
It is given that,
Mass of the baseball, m = 0.145 kg
Initial speed of the baseball, u = 60 m/s
Final speed of the baseball, 
Time of contact, 
(a) It is assumed to find the horizontal component of average force. It is given by :
F = -307.4 N
So, the horizontal component of average force is 307.4 N. Hence, this is the required solution.
Send wave from your location to the object and wait until echo is back.
Measure the time taken.
If you know the speed of wave (say sound wave), than just multiply by half time taken wave to return
Answer:
Explained
Explanation:
public int dimension(int [][]a2d,int nElements)
{
int count = 0;
for(int i = 0;i < a2d.length ; i++)
{
count = count + a2d[i].length;
}
return count;
}
Answer:
KE₂ = 6000 J
Explanation:
Given that
Potential energy at top U₁= 7000 J
Potential energy at bottom U₂= 1000 J
The kinetic energy at top ,KE₁= 0 J
Lets take kinetic energy at bottom level = KE₂
Now from energy conservation
U₁+ KE₁= U₂+ KE₂
Now by putting the values
U₁+ KE₁= U₂+ KE₂
7000+ 0 = 1000+ KE₂
KE₂ = 7000 - 1000 J
KE₂ = 6000 J
Therefore the kinetic energy at bottom is 6000 J.