Team A has the probability 0.3 of winning every time they play (there are no ties). Let X denote the # of times Team A wins in 5 games.
Find the distribution of X.
For this problem since I have to use the Bernoulli Trials which states that $p(k) = ({}^n\mathrm C_k)\cdot p^k\cdot q^{n-k}$, for 0, would my answer be $p(0) = ({}^5\mathrm C_0)(0.3)^0(0.7)^{5-0}=0.16807$?
Yes, indeed. $X$ follow a binomial distribution of trial amount $5$ and Bernouli success rate $0.3$.
$$p_{\small X}(k)~=~\mathsf P(X\,{=}\,k) ~=~ {}^5\mathrm C_k ~(0.3)^k(0.7)^{5-k}~\big[k\in\{0,1,2,3,4,5\}\big]$$
Everything else is just subtitution of each value of $k$, and indeed $p_{\small X}(0)=0.7^5=0.16807$