Error
There was an error loading the page.
Given some random finite subsets of the natural numbers, perform set operations ∩,∪ and complement.
Metadata
set3 by Bill Foster
-
England schools
-
England university
-
Scotland schools
Taxonomy: mathcentre
Taxonomy: Kind of activity
Taxonomy: Context
Contributors
History
Marlon Arcila 8 years, 5 months ago
Created this as a copy of set3 .There are 20 other versions that do you not have access to.
Name | Type | Generated Value |
---|
a | integer |
19
|
||||
b | integer |
3
|
||||
c | integer |
17
|
||||
d | integer |
15
|
||||
f | integer |
6
|
||||
universal | set |
Set of 19 items
|
||||
set1 | set |
Set of 15 items
|
||||
set2 | set |
set(16,17,18,19)
|
||||
set3 | set |
set(6,12,18)
|
Generated value: integer
- c
- set2
- set3
- universal
- Statement
Gap-fill
Ask the student a question, and give any hints about how they should answer this part.
Enumerate the following sets:
a) A∩B=
b) B∩C=
c) A∩¯C=
d) (¯A∪C)∩B=
e) ¯A∪C∩¯B=
f) (A∪¯B)∩C=
Note that you input sets in the form set(a,b,c,..,z)
.
For example set(1,2,3)
gives the set {1,2,3}.
The empty set is input as set()
.
Also some labour saving tips:
If you want to input all integers between a and b inclusive then instead of writing all the elements you can input this as set(a..b)
.
If you want to input all integers between a and b inclusive in steps of c then this is input as set(a..b#c)
. So all odd integers from −3 to 28 are input as set(-3..28#2).
Use this tab to check that this question works as expected.
Part | Test | Passed? |
---|---|---|
Gap-fill | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet | ||
Mathematical expression | ||
Hasn't run yet |