1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Charra [1.4K]
4 years ago
5

Given the following sets, for each set operation provide the elements of the resulting set in set notation or using a well-known

set, i.e. N, the set of natural numbers
Z, the set of all integers
Z+, the set of all positive integers
Z-, the set of all negative integers
A, the set of all integers evenly divisible by 3
B={4, 5, 9, 10 }
C={12,4,11,14)
D={3,6,9}
E= {4,6, 16}

a. B U C
b. A ⋂ D
c. A⋂C
d. (B+D)+E
e. AUE
f. E-D
g. D-E
h. (Z- Z+)- Z
Computers and Technology
1 answer:
Sveta_85 [38]4 years ago
5 0

Answer:

Check the explanation

Explanation:

Z -> the set of all integers

Z+ -> the set of all positive integers

Z- -> the set of all negative integers

A -> the set of all integers evenly divisible by 3

B -> {4,5,9,10}

C -> {2,4,11,14}

D -> {3,6,9}

E -> {4,6,16}

Questions:

a. B U C

   Answer: {2,4,5,9,10,11,14}

b. A ∩ D

   Answer: {3,6,9}

c. A ∩ C

   Answer: {} or null set or ∅

d. (B⊕D) ⊕ E

   Answer:

   A ⊕ B denotes the Symmetric difference between A and B.

   The result of the operation is the elements that in either of the sets but not in their intersection.

   For the question

   B -> {4,5,9,10}

   D -> {3,6,9}

   Elements that are not in the intersection of the two sets that are.

   {3,4,5,6,10} here 9 is omitted because it is present in both the sets.

   {3,4,5,6,10} ⊕ E

   E -> {4,6,16}

   The result will be {3,5,19,16} here 4,6 are the intersection of both sets.

   So the answer is {3,5,19,16}

e. A U D

   Answer: the set of all integers divisible evenly by 3.

f. E – D

   Answer: {4,16}

g. D – E

   Answer: {3,9}

h. (Z – Z+) – Z-

   Answer: (Z – Z+) means remove all the integers from Z that are present in     Z+ which results all the negative integers and 0.

   ({0,Z-} – Z- ) results in {0}.

   So the final answer is {0}

You might be interested in
Give a big-O estimate for the number additions used in this segment of an algorithm.
rjkz [21]
Big-O notation is a way to describe a function that represents the n amount of times a program/function needs to be executed. 

(I'm assuming that := is a typo and you mean just =, by the way) 

In your case, you have two loops, nested within each other, and both loop to n (inclusive, meaning, that you loop for when i or j is equal to n), and both loops iterate by 1 each loop.

This means that both loops will therefore execute an n amount of times. Now, if the loops were NOT nested, our big-O would be O(2n), because 2 loops would run an n amount of times.

HOWEVER, since the j-loop is nested within i-loop, the j-loop executes every time the i-loop <span>ITERATES. 
</span>
As previously mentioned, for every i-loop, there would be an n amount of executions. So if the i-loop is called an n amount of times by the j loop (which executes n times), the big-O notation would be O(n*n), or O(n^2). 

(tl;dr) In basic, it is O(n^2) because the loops are nested, meaning that the i-loop would be called n times, and for each iteration, it would call the j-loop n times, resulting in n*n runs.

A way to verify this is to write and test program the above. I sometimes find it easier to wrap my head around concepts after testing them myself.
3 0
4 years ago
What data type stores images and audio visual clips???
nevsk [136]
Jpg is what I use for my audio and images
3 0
3 years ago
Program ___________________ are written explanations that are not part of the program logic but that serve as documentation for
Aleks04 [339]

Answer:

Program Comments

Explanation:

program comments are explanations. They are not executable code and the can actually appear anywhere in your code. Their main function is code documentation for the future. In Java programming language for example three types of comments is used. These are

// Single line comments  (This starts with two forward slashes

/* Multiple Line

comment

Style*/    

The third is the javadoc that gives a description of a function. I looks like the multiple line but is has two asterics

/** This is javadoc

comment

style*/

8 0
4 years ago
The three logical operators recognized by most search engines are
Kisachek [45]
The three basic logical operators recognized by the most search engines are AND, OR and NOT. They are known as Boolean operators. <span>You can use Boolean operators in keywords on the internet in both advanced and customs searches on many search engines.</span>




8 0
4 years ago
What is the first step when creating a 3-D range name?
Airida [17]

Answer:

Open the Name Manager, and click New.

Explanation:

3 0
2 years ago
Other questions:
  • All of the different devices on the internet have unique addresses.
    11·1 answer
  • How many possible keys does the playfair cipher have? an approximate power of 2
    14·1 answer
  • What does gps stand for ?
    15·2 answers
  • Describe how data center storage applications drive the development of SAN technology.
    8·1 answer
  • Opportunities in nanotechnology apply broadly to many fields. Identify TWO areas of IT that may be impacted by its further devel
    6·1 answer
  • Modify class Time2 of fig 8.5, (which is split into four pictures) to include a tick method that increments the time stored in a
    8·1 answer
  • Which of the following tools enables a production mixer to sync audio and video?
    7·1 answer
  • Write a method named lastIndexOf that accepts an array of integers and an * integer value as its parameters and returns the last
    15·1 answer
  • When in global configuration mode, which steps are necessary to edit an ip address on an Ethernet interface?
    11·1 answer
  • IP ______ occurs when an intruder computer fools a network into believing its IP address is associated with a trusted source.
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!