You are wanting to simulate tossing a coin 20 times to determine the probability of getting tails. Starting with the first row, you use the list of random numbers shown to do so, letting 0-4 represent heads and 5-9 represent tails. What is the probability the coin lands on tails?

Respuesta :

When you flip a fair coin, there is always a 50% chance of heads, and a 50% chance of tails. Not sure the rest of info is relevant here