Try to collect all the intelligent ideas from the comment above. And hope I didn't mess it up.
First, rolling dice i.i.d. 100 times follows a multi-nomial distribution with mean $$E[x] = 350$$ and variance $$Var(X) = \frac{875}{3}$$.
Then, flipping coins i.i.d. 600 times follows a binomial distribution with mean $$E[x] = 300$$ and variance $$Var(x) = 150$$.
Considering that those tests are sample for a large number of times, we can assume that they both follow normal distributions with $$X \sim N(350, \frac{875}{3})$$ and $$Y \sim N(300, 150)$$.
Then, the result we want $$P(X>Y) = P(X-Y>0)$$, where $$X-Y \sim N(50, \frac{1325}{3})$$.
Then, it's simple to know that $$P(X-Y>0)=1-P(X-Y\leq0)=1-P(\frac{X-Y-50}{\sqrt{\frac{1325}{3}}}\leq0)=1-\Phi(-2.38)$$.