Answer:
Probability of getting 3 consecutive tails in a fair coin toss:-
P(E)=0.125
Explanation:
If we toss an unbiased coin exactly three time we can have 8 outputs possible and those outputs are as following:-
- HHH
- HHT
- HTH
- HTT
- THH
- THT
- TTH
- TTT
Out of these 8 outputs we have 1 favorable outcome that is TTT.So the probability of the event is P(E)=1/8
where 8 is total number of outcomes.
In python 3.8:
for x in range(1,51):
print(str(x)+" EVEN!" if x %2==0 else str(x)+" ODD!")
This works for me. Best of luck.
To get a better speed or connection and if you can buy an better one than thats even better.
<u>Answer:</u>
A. The opening tag for an HTML document
<u>Explanation:</u>
The question was supposed to be What is < html >?
This tag is used as an opening tag for documents that use HTML.