I play a game where a d6 (a regular, fair 6 sided die) is used to determine whether or not a weapon hits an opponent's vehicle. There is one possible scenario where the attacker can roll 70d6 in one attack step. A "hit" is scored on a 4, 5 or 6 on each die. In other words, you roll all dice, look at each and count up the 4's, 5's and 6's. A 4 counts as 1 hit and a 5 counts as 1 hit while a 6 counts as 2 hits.
Question 1 - What is the probability of scoring at least 20 hits when rolling this 70d6 attack?
Question 2 - How does the probability change if a 3 is also 1 hit?
Thanks!
Here is an approximation by simulation: In a million sessions of 70 rolls of the die according to Question 1, I found that it is almost sure to score at least 20 hits. [Notice I have labeled die faces with the appropriate numbers of hits; R treats the three
0's as different faces.]If you intended 30 rolls of the die (as mentioned in a comment), then its a little over 50%.
Either way, I suggest you try the CLT method proposed by @awkward. Seventy rolls, or even 30, should be enough to get a reasonably good approximation. Then you can compare results from the CLT with results from simulation.
Note: Here is a histogram (blue) for the number of hits in 70 rolls, along with the best-fitting normal curve (orange). The fit is not perfect, but is surely good enough to show that there is almost no probability below 20.