Given: P= {m,n} and Q= {n,m}
The cartesian product of two non-empty sets A and B is given as A×B={(a,b):a∈A,b∈B}
So, P×Q={(m,n),(m,m),(n,m),(n,n)}
Given P×Q doesn't match.
Hence, given statement is false.
Correct statemnet is: If P={m,n} and Q={n,m}, then P×Q={(m,n),(m,m),(n,m),(n,n)}
Assume sets
Let, A={x} and B={y}
Cartesian product of two sets
The cartesian product of two non-empty sets P and Q is given as P×Q={(p,q):p∈P,q∈Q}
So, A×B={(x,y)}
Where x∈A and y∈B
The given statement is True.
Given: A={1,2},B={3,4} and A×(B∩ϕ)=ϕ
Intersection of two sets
As we know, an empty set has no elements i.e. ϕ={} and empty set is a proper subset of any non-empty set.
So, B∩ϕ=ϕ
Cartesian product of two sets
A×(B∩ϕ)=A×ϕ=ϕ
Hence, given statement is true.