Rather easy problem involving set multiplication

In summary, the problem is asking to find the product of set A={1,1,2,5} and interval B=[1,2]. The product of a set by an interval can be understood as taking a subset of the product of the two intervals. In this case, the result would be three discrete copies of the interval [1,2]. This can be expressed using set builder notation. However, if the concepts of unions and cardinality have not been defined yet, it may be confusing to understand the problem.
  • #1
U.Renko
57
1

Homework Statement


A = { 1, 1, 2, 5}
B = [1, 2]

find A x B

Homework Equations


not much

The Attempt at a Solution



well, the problem itself seems easy enough
The thing is, I'm not very sure what it means to multiply a set by an interval...

just need a little help with this detail
 
Physics news on Phys.org
  • #2
But what's confusing is that the set {1,1,2,5} is the same as {1,2,5}, by basic set properties.

One way of understanding the product of a set by an interval is by considering a subset
of the product of 2 intervals, say , the interval [1,5], and [1,2] , then {1,2,5}x [1,2] will
just give you three discrete copies of the interval [1,2]. Or look at the square [0,1]x[0,1] , then {0,1}x[0,1] are just the bottom and the top of the square, respectively.
 
  • #3
You could express the result using set builder notation.

For example:

{1,3}×[0,1] = {(1,y)|0≤y≤1} ∪ {(3,y)|0≤y≤1}

= {(x,y)|x∊{1,3}, 0≤y≤1}
 
  • #4
SammyS said:
You could express the result using set builder notation.

For example:

{1,3}×[0,1] = {(1,y)|0≤y≤1} ∪ {(3,y)|0≤y≤1}

= {(x,y)|x∊{1,3}, 0≤y≤1}


The thing is, in the book I'm using, up to this exercise, Unions and the such were not defined yet.

also I'm not 100% sure that {1,1,2,5} = {1,2,5}
shouldn't one have cardinality 4 and the other cardinality 3 ?

might make some difference.
 
  • #5
List the elements in each set. {1,1,2,5} ; {1,2,5} .
 

Related to Rather easy problem involving set multiplication

1. What is set multiplication?

Set multiplication is a mathematical operation where two or more sets are multiplied together to create a new set. It involves combining all possible pairs of elements from the different sets to form the new set.

2. What is the difference between set multiplication and regular multiplication?

Set multiplication is different from regular multiplication in that it involves combining elements from different sets, whereas regular multiplication involves multiplying two or more numbers together.

3. How do I perform set multiplication?

To perform set multiplication, you first need to list out all the elements in each set. Then, combine each element from one set with every element from the other set to create a new set. Finally, remove any duplicate elements from the new set to get the final result.

4. Can set multiplication be applied to any type of set?

Yes, set multiplication can be applied to any type of set, including numerical sets, sets of words, and sets of objects. As long as the sets have elements that can be combined, set multiplication can be performed.

5. What are some real-life applications of set multiplication?

Set multiplication has many real-life applications, including in statistics, genetics, and computer science. It can be used to find the probability of certain events, analyze genetic inheritance patterns, and perform operations on databases and networks.

Similar threads

  • Calculus and Beyond Homework Help
Replies
6
Views
332
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
Replies
9
Views
791
  • Calculus and Beyond Homework Help
Replies
13
Views
3K
  • Calculus and Beyond Homework Help
Replies
3
Views
610
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
598
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
Back
Top