Need Help for Set Theory, for college class!
-
Hi I need help with Set Theory. I am in a Programming class in college and I don’t understand this question at all! If you could help me, I would appreciate it.
Write three statements about sets. The first defines set A with values 1, 2, 3, 4 and 5. The second defines set B with the values 2, 4, 6, 8 and 10. The third lists the union of sets A and B. (Use the uppercase letter U to signify union.)
Thank you
-
Hi I need help with Set Theory. I am in a Programming class in college and I don’t understand this question at all! If you could help me, I would appreciate it.
Write three statements about sets. The first defines set A with values 1, 2, 3, 4 and 5. The second defines set B with the values 2, 4, 6, 8 and 10. The third lists the union of sets A and B. (Use the uppercase letter U to signify union.)
Thank you
-
This has nothing to do with C++, and is not even a programming question, it's just mathematics. Use Google to search for "set theory" and learn from there. Alternatively you could try your college library.
Veni, vidi, abiit domum
-
I think I figured it out. A = {1,2,3,4,5} B = {2,4,6,8,10} A U B = {1,2,3,4,5,6,8,10} Correct me if I'm wrong. :)