Senario:
Box A contains four equal-sized tickets, numbered 1, 2, 3 ,4
Box B contains three tickets of the same size, numbered 4, 5, 6
An experiment consists of selecting one ticket from the box A and then selecting one ticket from box B.
My answer:
sample space = {(1,4),(1,5),(1,6),(2,4),(2,5),(2,6),(3,4),(3,5),(3,6),(4,4)(4,5),(4,6)}
events where sum is at least 7 = (1,6),(2,5),(2,6),(3,4),(3,5),(3,6),(4,4),(4,5),(4,6)}
there for probability = # of possibilities meet the constraint / # of posibilities in sample space
=9/12
=3/4
Please advice if there is a formula to get the same answer?
#of possibilities in sample space = #tickets in A * #tickets in B (here $4\cdot 3=12$)
#of possibilities meet the constraint: Sum over thee cases of chosen tickets in Box :
for (x,6) all 4 tickets in Box A meets the conditions. For (x,5) on less -> 3, for (x,4) one more less ->2. The sum is 4+3+2=9.
Hope this Hint can help you to generalize your solution for arbitrary big boxes A and B.