Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (jenniferjuice):
@Hero can you help me ?
jimthompson5910 (jim_thompson5910):
I'm assuming A and B are sets correct?
OpenStudy (jenniferjuice):
yes!
jimthompson5910 (jim_thompson5910):
ok what sets are they
OpenStudy (jenniferjuice):
but what does it mean ?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (jenniferjuice):
i know what sets are
jimthompson5910 (jim_thompson5910):
are you given what A and B are equal to?
OpenStudy (jenniferjuice):
Let A = {1, 2} and let B = {3, 4, 5}. Find A X B.
OpenStudy (jenniferjuice):
what does it mean though? does it mean like union?
jimthompson5910 (jim_thompson5910):
A x B would be the set of all possible ordered pairs (a,b) where 'a' comes from set A and b comes from set B
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
kinda, but it's basically going through all the possible combinations of pairings
jimthompson5910 (jim_thompson5910):
for example, (1,3) is in the set A x B
so is (2,5)
jimthompson5910 (jim_thompson5910):
there are 6 elements total in set A x B
OpenStudy (jenniferjuice):
so...?
OpenStudy (anonymous):
In general :
\[A\times B=\{(a,b)~~/ ~~a\in A,b\in B\}\]
i.e :
\[(a,b)\in A\times B\iff a\in A \text{ and } b\in B.\]
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
hero (hero):
Hint: All of the set pairs have to be in the form (a,b):
So you'll have to pick one element from A, then pick one element from B and keep doing it until you've found all possible pairs.
OpenStudy (jenniferjuice):
so would it be 1,2,3,4,5?
hero (hero):
As an example:
if A = {7,8} and B = {3, 4, 5, 6} then A x B = {(7,3),(7,4),(7,5),(7,6), (8,3),(8,4),(8,5), (8,6)}