The cardinality of the cartesian product of A and B is 18.
Cartesian Product of two sets A and B is defined as the set of all ordered pairs (a,b) where a∈A & b∈B.
Cardinality of a set is defined as the number of elements in that particular set.
For example, for a set A={2,6,4} , the cardinality is 3.
Given set A= { x | x is a prime number less than 7}
A={2,3,5}
set B = { y | y is perfect square of an integer and y is less than 29}
B={0,1,4,9,16,25}
The cartesian product of A and B denoted by AxB will be
AxB={(2,0),(2,1),(2,4),(2,9),(2,16),(2,25),(3,0),(3,1),(3,4),(3,9),(3,16),(3,25),(5,0),(5,1),(5,4),(5,9),(5,16),(5,25)}
The number of elements in AxB is 18.
Therefore , the cardinality of the cartesian product of A and B is 18.
Learn more about Cartesian Product here brainly.com/question/18329770
#SPJ4