If x,y can take values from the set (1,2,3,4),find the probability that the product of x and y is not greater than 6?

1 answer

how many products xy are there? Just list them:
1,2,3,4,2,4,6,8,...
How many unique products are there? (delete duplicates)

how many xy <= 6?
Now just divide to find the probability.