I think A,
Rosalie tosses a coin a number of times and counts the total number of times the coin lands tail-side up.
How many times does she toss the coin?
1st - The chance that the coin lands tail-side up exactly once is between 0.1 and 0.2.
Probability of showing head/tail when one fair coin tossed = p = 0.5
The probability of getting exactly one tail in n tosses is given by the binomial distribution formula:
P(exactly one tail) = nC1 * p * (1-p)^(n-1) = n*0.5*0.5^n-1 = n*(0.5^n)
This is in between 0.1 and 0.2
0.1 < n*(0.5^n) < 0.2
lets check now putting values for n=1,2,3,4....
n=1, n*(0.5^n) = 0.5
n=2, n*(0.5^n) = 2*0.25 = 0.5
n=3, n*(0.5^n) = 3*0.125 = 0.375
n=4, n*(0.5^n) = 4*0.0625 = 0.25
n=5, n*(0.5^n) = 5*0.03125 = 0.15625 (within given range 0.1 < n*(0.5^n) < 0.2)
n=6, n*(0.5^n) = 6*0.015625 = 0.09375
Hence Sufficient.
2nd - The chance that the coin lands head side up exactly once is the same as the chance that the coin lands tail-side up exactly once.
This statement will lead us to nothing, Since the probability of getting exactly one head and exactly one tail is the same and equals with the same binomial distribution logic = n*(0.5^n) and when we equate both will just cancels each other and we cant calculate value for n. Not sufficient.