A tank is fillwed with 0.7m of water, a hole at the bottum of the tank with a radius of 0.001m is opened. At the same time, water is added to the tank at the same rate as it exits, calculate the speed at which water flows out from the hole.

I am using P=Po+pgh which gives me the pressure at the bottum of the tank:106867 Pa, I don't know how to relate this to velocity, help please?

To relate the pressure at the bottom of the tank to the velocity of water flowing out of the hole, you can use Bernoulli's equation. Bernoulli's equation states that the total mechanical energy is conserved along a streamline of fluid flow, assuming no energy losses due to friction or other factors.

In this case, we can assume that the initial and final velocities of the water in the tank are negligible, so we can ignore the kinetic energy term in Bernoulli's equation. The equation then becomes:

P + ρgh + ½ρv² = constant

Where:
P is the pressure at the bottom of the tank (as you have calculated),
ρ is the density of water (approximately 1000 kg/m³),
g is the acceleration due to gravity (approximately 9.8 m/s²),
h is the height of water in the tank (0.7 m),
and v is the velocity of water flowing out of the hole (which we want to find).

At the bottom of the tank, the height h reduces to the radius of the hole r. So the equation becomes:

P + ρgr + ½ρv² = constant

Since water is being added to the tank at the same rate as it exits, the water level remains constant, and thus the height h remains constant. This means the change in potential energy (ρgh) is zero. Therefore, the equation further simplifies to:

P + ½ρv² = constant

Now, you can plug in the known values into the equation and solve for v. Since we want to find the speed at which water flows out from the hole, we are interested in the velocity magnitude, not the direction.

I hope this helps! Let me know if you have any further questions.