We look at the following multipart problem, which sadly cannot be identical to any of the ones that you listed, since I do not wish to be part of the writing of an online test. (By the way, thanks for being straightforward about that.) However, you will find that most of the questions you asked have close analogues below. I hope these will be helpful.
Sixty percent of Lardon County residents are obese.
(a) $12$ Lardon residents are chosen at random. What is the probability that exactly $9$ of them are obese.
Solution: We are not given the population of Lardon County, nor are we told how the sampling was done (with replacement, a person might be chosen more than once, or without replacement). Technically, we assume that it is with replacement, though the population of Lardon is presumably large enough compared to $12$ that whether it is with or without replacement makes no real difference to the answer.
If a chosen person is obese, call that a success. The probability of success with a randomly chosen person is $0.60$ ($60$ percent). So the probability of failure is $0.40$. We want the probability of exactly $9$ successes in $12$ trials. By a basic formula ("binomial distribution") the probability of exactly $9$ successes in $12$ trials is
$$\binom{12}{9}(0.60)^9 (0.40)^3.$$
Here by $\binom{12}{9}$ we mean "$12$ choose $9$", the number of ways of choosing $9$ objects from $12$ objects. On your calculator keys, $\binom{n}{r}$ often appears as ${}_nC_r$. Your online notes may call it something else, like $C^n_r$, or $C(n,r)$. By the way, $\binom{12}{9}=220$.
(b) Again, we have $12$ randomly chosen Lardon residents. What is the probability that $9$ or more of them are obese?
Solution: In part (a), we found the probability that exactly $9$ are obese. Similarly, the probability that exactly $10$ are obese is $\binom{12}{10}(0.60)^{10}(0.40)^2$, the probability that exactly $11$ are obese is $\binom{12}{11}(0.60)^{11}(0.40)^1$, and the probability that exactly $12$ are obese is $\binom{12}{12}(0.60)^{12}(0.40)^0$. For the probability $9$ or more are obese, add up. We get
$$\binom{12}{9}(0.60)^9 (0.40)^3 +\binom{12}{10}(0.60)^{10}(0.40)^2+\binom{12}{11}(0.60)^{11} (0.40)^1 +\binom{12}{12}(0.60)^{12} (0.40)^0.$$
You may have a calculator or program that evaluates this sort of sum with a few key presses. That part would be device-dependent, and I cannot help with it.
(c) How many people in our sample of $12$ would you expect to be obese?
Solution: If you perform an experiment independently $n$ times, and the probability of success each time is $p$, then the expected number (mean number) of successes is $np$. (This is a fact you are expected to know.) In our case, $n=12$, and the probability of success is $0.60$, so one would "expect" $(12)(0.60)$ people to be obese. Note that this is $7.2$, which is not an integer. That's OK, $7.2$ is the right answer.
(d) In our sample, what is the variance of the number of obese people? What is the standard deviation of the number of obese people?
Solution: If you perform an experiment independently $n$ times, and the probability of success each time is $p$, then the variance of the number of successes is $np(1-p)$. (This is a fact you are expected to know.) so in our case, the variance is $(12)(0.60)(0.40)$. The standard deviation is the square root of the variance. So that you can check you are doing things right, numerically the standard deviation is about $1.697$.