When two coins are tossed, the possible outcomes are:
\{HH, HT, TH, TT\
So, there are 4 possible outcomes.
(i) Probability of getting at least one head:
The outcomes where at least one head appears are: HH, HT, TH. So, there are 3 favorable outcomes. The total number of outcomes is 4.
The probability of getting at least one head is:
\[
P(\text{at least one head}) = \frac{3}{4}
\]
(ii) Probability of getting no head (i.e., getting two tails):
The only outcome where no head appears is TT. So, there is 1 favorable outcome. The total number of outcomes is 4.
The probability of getting no head is:
\[
P(\text{no head}) = \frac{1}{4}
\]