retagged by
2,403 views
4 votes
4 votes
Let $n(A)$ denotes the number of elements in set $A$. If $n (A) = p$ and $n(B) = q$, then how many ordered pairs $(a, b)$ are there with $a∈A$ and $b∈B$?

(a) $p^2$

(b) $p\times q$

(c) $p+q$

(d) $2^{pq}$
retagged by

2 Answers

Best answer
4 votes
4 votes

Take any two sets and try to make ordered pair..
A ={1,2,3,4,5....n}
B = {1,2,3,4,....n}
{(a,b)} = {(1,1) (1,2) (1,3)....(1,n) (2,1) (2,2)....(2,n)........(n,n)}

|{(a,b)}| = p*q

selected by
4 votes
4 votes
No of ordered pairs will be pq ( every element of A can be combine with every element of q)