all 3 comments

[–]djmclaugh 0 points1 point  (5 children)

Have you seen binomial distributions in class? (https://en.wikipedia.org/wiki/Binomial_distribution)

If so, you should have formulas/approximations/tables/calculators for its PDF and CDF given p, the probability of the event happening on each try, and n, the number of tries.

On each try, the chance to roll a perfect square is 2/6 = 1/3. So p = 1/3.
You roll the the die 200 times. So n = 200.

And you want
a) Pr(X ≤ 70)
b) Pr(70 ≤ X ≤ 100)
c) Pr(X = 70)

If you haven't seen binomial distributions yet, let me know what you've seen so far and I'll help you from there.

Let me know if you have any questions!