Im completely stumped by this problem. It goes as follows:
Estimate how many times a fair coin must be thrown in order to obtain at least 30 heads with a probability of 0.80.
Ive tried playing with the binomial formula to no success. As well as the negetive binomial distribution until realizing that that wouldnt be helpful.
Any help is greatly appreciated!

HINT: Use the normal approximation. If $X$ is the number of heads in $n$ tosses, the mean of $X$ is $\frac{n}2$, and the standard deviation is $\frac12\sqrt{n}$. Checking a normal table, I find that about $80$% of the area under the normal curve is to the right of $z=-0.84$, so you want $X=30$ to be about $0.84$ standard deviations below the mean. Use that information to set up an equation in $n$ and $\sqrt{n}$, turn it into a quadratic in $n$, and solve for $n$. Then round up.