```
t = √(2h/g)
```
where:
* t is the time in seconds
* h is the height in meters
* g is the acceleration due to gravity (approximately 9.8 m/s²)
Plugging in the given values, we get:
```
t = √(2(9 m) / 9.8 m/s²)
```
```
t ≈ 1.43 seconds
```
Therefore, it will take approximately 1.43 seconds for the tennis ball to hit the ground.