Edit Game
ผลคูณคารทีเซียน
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   8  Close
A = { a, b } และ B ={ -1 , 0 , 1 } จงหา A x A
A x A = { (a,a) , (a,b) , (b,a) , (b,b) }
A = { a, b } และ B ={ -1 , 0 , 1 } จงหา B x B
B x B = { (-1-1) , (-1,0) , (-1,1) , (0,-1) , (0, 0) , (0,1) , (1,-1) ,(1,0) ,(1,1)}
A = { a, b } และ B ={ -1 , 0 , 1 } จงหา B x A
B x A = { (-1,a) , (-1,b) , (0,a) , (0,b) , (1, a) , (1,b)}
A = { a, b } และ B ={ -1 , 0 , 1 } จงหา A x B
A x B = { (a,-1) , (a,0) , (a,1) , (b,-1) , (b, 0) , (b,1)}
A = { 1, 3, 5 } และ B ={ 2, 4 } จงหา B x B
B x B = { (2,2), (2,4) , (4,2) , (4,4), (4,3)}
A = { 1, 3, 5 } และ B ={ 2, 4 } จงหา A x A
A x A = { (1,1), (1,3) , (1,5) , (3,1), (3,3) , (3,5), (5,1), (5,3), (5,5)}
A = { 1, 3, 5 } และ B ={ 2, 4 } จงหา B x A
B x A = { (2,1), (2,3) , (2,5) , (4,1), (4,3) , (4,5)}
A = { 1, 3, 5 } และ B ={ 2, 4 } จงหา A x B
A x B = { (1,2) , (1,4) , (3,2) ,(3,4) , (5,2) ,(5,4)}