assume we have two lists, list a and list b. list a contains the numbers [10,20,30], while list b contains the numbers [10,20,30,40]. we choose one number from list a randomly and one number from list b randomly. what is the chance that the number we drew from list a is larger than the number we drew from list b?