Shade graphically A x B if A=(2,4] , B={3} ?

GuidingLight

New member
Joined
May 10, 2017
Messages
7
Shade graphically A x B if A=(2,4] , B={3} ?

(A x B is cartesian product)

how can this be solved ?
 
Last edited by a moderator:
So, your result would be every element in B matched with every element in A. What does that look like?
 
A horizontal line on the coordinate system from (2,3) to (4,3) where the point (2,3) is not included. Is that correct?
 
A horizontal line on the coordinate system from (2,3) to (4,3) where the point (2,3) is not included. Is that correct?
Yes. I'd draw the line with an open parenthesis at the point (2, 3) and a square bracket at the point (4, 3), to indicate that the "2" is not included in A.

Code:
drawing:

^ y
|
-  (--------]
|
-
|
-
|
+--|--|--|--|--|--> x
   1  2  3  4  5

Or else use open and closed dots. ;)
 
Top