Probability - sampling with & without replacement
Seven identical balls are marked respectively with the numbers 1 to 7 inclusive. The number on each ball represents the score for that ball. The seven balls are then put into a bag. If 2 balls are chosen at random one after the other, find the probability of obtaining a total score of 11 or more:
(a) if the first ball is replaced
(b) if the first ball is not replaced.
If 2 balls are chosen at random one after the other from the 7 balls find, in case (a) and in case (b), the most probable total score for the 2 balls with its associated probability
---------------------------
So far I thought,
There are seven marked balls in a box.
The probability to choose randomly first ball is 1/7. If first ball is replaced then the probability to choose randomly second ball is 1/7.
2 balls have chosen randomly obtaining score 11 or more.
These are (4, 7); (5, 6); (5, 7); (6, 7); (7, 4); (6, 5); (7, 5) and (7, 6)
So now what to do?