What you're given is $A$. So you want
$$P(B|A)=\frac{P(B\cap A)}{P(A)}=\frac{P(B)}{P(A)}$$
since if $B$ happens then $A$ is guaranteed to happen.
The hypergeometric pmf is given by
$$P(X=k)=\frac{{K \choose k}{N-K \choose n-k}}{N \choose n}$$
where
$$N \text{ is the number of grizzly bears in the population}$$
$$K \text{ is the number of collared grizzly bears}$$
$$n \text{ is the number of observed grizzly bears}$$
$$k \text{ is the observed number of collared grizzly bears}$$
You'll want to sum the probabilities where $$k\in\\{4,5,6,7,8,9\\}$$