Given that the sets are A={1,3,4,6,9} and B={2,4,5,8,10}, for the relation R on the set A×B, we need to find the combinations of pairs that satisfy the conditions a1≤b2 and b1≤a2.
We find the number of combinations by considering the possible values for b2 for each a1 and the possible values for a2 for each b1 : For each a1 in A={1,3,4,6,9}, the number of valid b2 values in B={2,4,5,8,10} are : - For a1=1, there are 5 choices for b2. - For a1=3, there are 4 choices for b2. - For a1=4, there are 4 choices for b2. - For a1=6, there are 2 choices for b2. - For a1=9, there is 1 choice for b2.
This results in a total of 5+4+4+2+1=16 possible pairs (a1,b2).
Similarly, for each b1 in B, the number of valid a2 values in A are : - For b1=2, there are 4 choices for a2. - For b1=4, there are 3 choices for a2. - For b1=5, there are 2 choices for a2. - For b1=8, there is 1 choice for a2. - For b1=10, there are no choices for a2.
This results in a total of 4+3+2+1+0=10 possible pairs (b1,a2).
Therefore, the total number of elements in the relation R, which satisfies the given conditions, is 16×10=160.
So, the correct answer is 160.