• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/56

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

56 Cards in this Set

  • Front
  • Back
What does the following statement indicate?
6 ∈ S
6 is an element of set S
What does the following statement indicate?
2 ∉ S
2 is not an element of set S
How is a union of two sets written?
A ∪ B
Given two sets:
A={4,6,12,65}
B={6,15,42,87}
How is a union of the two sets written?
A ∪ B = {4,6,12,15,42,65,87}
Describe a union of two sets.
Numbers common to both sets are listed once in a new set.
Describe an intersection of two sets.
Intersections combine two sets but only contain numbers that were present in both sets.
Given two sets:
A={3,4,6,12,65}
B={3,6,13,65,87}
What is the intersection of the two sets?
A ∩ B = {3,6,65}
What symbol is used to represent an intersection of two sets?
A ∩ B
Describe the Cartesian Product of two sets.
Every element in a set multiplied by every element in another set.
Given two sets:
A = {1,5,6}
B = {2,5,8}
How do you write the Cartesian Product of the two sets?
A x B ={(1,2),(1,5),(1,8),(5,2),(5,5),(5,8),(6,2),(6,5),(6,8)}
In reference to logical statements, what is an implication?
Used to imply something. If A is true, then B is true.
In reference to logical statements, how is an implication written?
A -> B
or
A IMPLIES B
In reference to logical statements, what is a conjuction?
Known as the AND operator. Both A and B must be true for the statement to be true.
In reference to logical statements, how is a conjuction written?
A /\ B
In reference to logical statements, what is a disjunction?
Means that either A or B must be true for the statement to be true.
In reference to logical statements, how is a disjunction written?
A \/ B
In reference to logical operations, what is negation?
Negation is an operation on one logical value, that produces a value of true when its operand is false and a value of false when its operand is true.
What is a symbol for negation?
~
In reference to logical operations, what is equivalence?
Simply means equals
How is equivalence of two logical operators written?
As a two or three line equal sign
What is a logical converse?
Means to switch the variables in a statement.
Ex: If A then B or A -> B, the converse would be If B then A or B -> A
In reference to logical operations, what is an inverse?
Means to changes variables to their inverse values.
Ex: If A then B or A -> B, the inverse would be If ~A then ~B or ~A -> ~B
In reference to logical operations, what is a contrapositive?
Means to take the negation of the converse.
Ex: If A then B or A -> B, then the converse would be If B then A or B -> A, then the contrapositive would be If ~B then ~A or ~B -> ~A
In reference to logical operations, what is a counter example?
Situation where the hypothesis is true but the conclusion is false.
Ex: All odd whole numbers between 1 and 11 are prime. For number 9, the hypothesis (odd whole number between 1 and 11) is true but the conclusion (are prime) is false.
Describe rational numbers
Can be written out easily as a fraction.
Can be infinite on the right of the decimal if written as a fraction. (Ex: 2/3)
Describe irrational numbers
Cannot be written nicely as a fraction AND are infinite on the right of the decimal if written as a fraction.
What is a relation?
A set of ordered pairs where the first components of the ordered pairs are the input values and the second set are the output values.
What is a function?
A relation that assigns to each input number EXACTLY ONE output number.
Describe the domain of ordered pairs.
The set of all input values, also called the independent variables. They correspond to the first components of the ordered pairs.
Describe the range of ordered pairs.
The set of all output values, also called dependent variables. They correspond to the second components of the ordered pairs.
What is the Vertical Line Test?
If no vertical line can be drawn on a graph so that it intersects the graph more than once, it is a graph of a function.
For a function, the output values are also called what?
Functional values
For function f(0), what is the function name and what is the value of the input value, x?
The name of the function is "f" and the value of x is 0.
What is the mean?
The average
What is the median?
The value in the middle of a set.
How do you determine the percent change?
Divide the difference by the old value.
What is standard deviation?
Describes how tightly values are concentrated around the mean.
The probability of event A can be written as what notation?
P(A)
What is the mode?
The value that appears most often in the data.
What is the range?
The difference between the min and max values.
Complex numbers consists of what two parts?
Real and imaginary
How are imaginary numbers identified?
i
What is the standard format used for complex numbers?
a + bi. The real number is represented by "a" and the imaginary number is represented by "bi", with the "i" indicating imaginary.
In reference to imaginary numbers, what does "i" equal?
The square root of -1
What is the result of the following:
2i X 3i =
5i
What is the result of the following:
(3i)(4i)=
(3i)(4i) =12 x i squared =12 x -1 = -12
How do you calculate a high power or i? (Ex: i to the 99th power)
Extract a portion of the exponent that is a multiple of 4 (96) and utilize the remaining (3) to calculate the result. i = -1
What is -6 squared?
-6 x 6 = -36
What is (-6) squared?
(-6) x (-6) = 36
What is the result of any number with a square root of zero?
1
What is the base of a natural logarithm?
2.71828...
What lower case letter denotes the base of a natural logarithm?
e
What is the result of Log 100?
2
What is the result of ln 100?
4.605
How do you calculate the circumference of a circle?
Circumference = Pi x diameter
How do you find the length of the long side (hypotenuse or "c") of a triangle?
a squared + b squared = c squared