

InterviewSolution
Saved Bookmarks
1. |
7) A=(1,2,3) B=(a,b,c,d) |
Answer» <html><body><p>A×B = {(<a href="https://interviewquestions.tuteehub.com/tag/1-256655" style="font-weight:bold;" target="_blank" title="Click to know more about 1">1</a>,a),(1,b),(1,<a href="https://interviewquestions.tuteehub.com/tag/c-7168" style="font-weight:bold;" target="_blank" title="Click to know more about C">C</a>),(1,d),(<a href="https://interviewquestions.tuteehub.com/tag/2-283658" style="font-weight:bold;" target="_blank" title="Click to know more about 2">2</a>,a),(2,b),(2,c),(2,d),(3,a),(3,b),(3,c),(3,d)}B×A = {(a,1),(a,2),(a,3),(b,1),(b,2),(b,3),(c,1),(c,2),(c,3),(d,1),(d,2),(d,3)}mark me as brainlist</p></body></html> | |