1.

If A = {1, 2}, find A × A × A.

Answer»

A = {1, 2} 

A × A = {1, 2} × {1, 2} = {(1, 1), (1, 2), (2, 1), (2, 2)} 

A × A × A = {1, 2} × {(1, 1), (1, 2), (2, 1), (2, 2)} 

Therefore 

A × A × A = {(1, 1, 1), (1, 1, 2), (1, 2, 1), (1, 2, 2), (2, 1, 1), (2, 1, 2), (2, 2, 1), (2, 2, 2)}



Discussion

No Comment Found

Related InterviewSolutions