A={a,b,c,d}
B={y,z}
A x B = {(a,y),(a,z),(b,y),(b,z),(c,y),(c,z),(d,y),(d,z)}
B x A = {(y,a),(y,b),(y,c),(y,d),(z,a),(z,b),(z,c),(z,d)}
I checked the answers and I got A x B wrong but I'm not sure how as I followed the same steps for both.
Supposedly A x B = {(a,y),(b,y),(c,y),(d,y),(a,z),(b,z),(c,z),(d,z)}


LinkBack URL
About LinkBacks


