So, I am trying to solve this question: James and John are playing football/soccer on a sunny Saturday. They are practicing their penalties and play 3 games.
In each game, they either score or they miss. How many possible ways can their games turn out. Now, I was stuck between 2 answers which are $2^3 $ and $4^3$. After trying to write it out, I realized that $2^3 $ is obviously wrong and the answer is $4^3$. But that is just an aside.
Now, the second part is my issue. As you know, in football/soccer, you get a point for each goal you score. Now, the question is asking that James and John have been playing this exact game for $100 $ Saturdays (weird right, I know) and within that time, they have discovered that James scores about $70\% $ of the time while John scores about $ 60\%$ of the time. Knowing that, how many points do I think they have racked up over this period.
I interpreted this as a round-about way of asking the Expected Value but with a $100$ games here, I don't know where to start. I calculated that the following probabilities:
$$P(\text{they both fail}) = 0.12$$
$$P(\text{James scores, John fails}) = 0.28$$
$$P(\text{James fails, John Scores}) = 0.18$$
$$P(\text{they both score}) = 0.42$$
Now, from here, I would simply multiply the probabilities by how many goals are in each situation but there have to be $4^{100}$ of them and I can't even count that high. Any help please?