Module 2 MMW
Module 2 MMW
Module 2
3. evaluate Mathematical
Expressions correctly;
4. ∀a, b ∈ Q, ab = 0 a = 0 v b = 0
For any rational numbers a and b, if their product is zero then
either a or b equals o.
Example 1. Write as English sentences and determine
whether they are true or false.
1. ∀x ∈ R, ∃y∈ R, x + y = 10
2. ∀x ∈ Z+, ∃y∈ R, y2 = x
Example 2: Write as mathematical sentences. Discuss how the
word “is” is used.
1. Five is the square root of 25.
2. Five is greater than four.
3. Five is an odd number.
Types of Numbers
Cardinal numbers – are used for counting and
answer the question ”how many”
Ordinal numbers – tell the position of a thing in
terms of first, second, third, etc.
Nominal numbers – are used only as a name or to
identify something. Examples are zip codes, ID
number, etc.
Two general classes of operators
1. Unary operators – operates on only one operand.
Examples of Unary operators:
– (negative); +(positive)
Examples of Unary operations:
–5; +4 or 4; sin x; ⎷10
UNARY OPERATIONS
• In summary, unary operations involve only one value.
More examples of unary operations:
• Negation: −5
• Trigonometric functions: 𝑠𝑖𝑛𝑥, 𝑐𝑜𝑠45, 𝑡𝑎𝑛 𝜋3
• Single-variable function: 𝑓(𝑥)
• Factorial: 8!
• Transpose of a matrix: 𝐴𝑇
Binary operators – operates on two operand.
Examples of binary operators:
– (subtraction); +(addition)
Examples of binary operations:
4 + 5 = 9; 3 * 6 = 18
Binary operation takes two real numbers as arguments to
produce another real number.
Properties of Binary Operations for addition and multiplication.
1. Closure property
2. Commutative property
3. Associative property
4. Distributive property
5. Identity elements
6. Inverses
Properties of Binary Operations for addition and
multiplication.
1. Closure property
∀x, y ∈ R, x + y ∈ R and y * x ∈ R
2. Commutative property
∀ x, y ∈ R, x + y = y + x
∀ x, y ∈ R, x * y = y * x
3. Associative property
∀x, y, z ∈ R, (x + y) + z = x + (y + z)
∀x, y, z ∈ R, (x * y) * z = x * (y * z)
4. Distributive property
∀x, y, z ∈ R, z(x + y) = zx + zy
5. Identity elements
∀ x ∈ R, x + e = e + x = x
Identity element for addition is ___.
∀ x ∈ R, x * e = e * x = x
Identity element for multiplication is ___.
6. Inverses
∀ x ∈ R, x + (-x) = - x + x = 0
Additive inverse is ___.
• Example: ∀x ∈ R, x2 > 0
• “For any real number x, its square is greater than 0.”
EXISTENTIAL QUANTIFIER
• In a statement, the word some and the phrases there exists and
at least one are called existential quantifiers. Existential
quantifiers are used as prefixes to assert the existence of
something.
• Order does not matter if we are using the same quantifier. i.e., ∀𝑥,
∀𝑦, 𝑃(𝑥, 𝑦) = ∀𝑦∀𝑥, 𝑃(𝑥. 𝑦)