Special Numbers Flashcards
Say -3 - 2 using addition
negative 3 plus negative 1
Adding and subtracting are inverse operations. True or False
True
On a number line what will you do to add a positive number?
To add a positive number move right on the number line
On a number line what will you do to subtract a positive number
To subtract a positive number move left on the number line
On a number line what you do to add a negative number?
To add a negative number move left on number line
On a number line what will you do to subtract a negative number?
To subtract a negative number move right on number line
What is a magic square?
A magic square is an arrangement of the numbers from 1 to n^2 (n-squared) in an nxnmatrix, with each number occurring exactly once, and such that the sum of the entries of any row, any column, or any main diagonal is the same. It is not hard to show that this sum must be n(n2+1)/2.
Multiplication and Division are inverse operations. True or False?
True
Inverse operation means one undoes the other.
Example: -6 / -3 = 2, -3 x 2 = -6
To check divisibility of larger numbers we can check divisibility by factors. True or False?
True
- Example-1: To check if 345 is divisible by 15, we can check if 345 is divisible by 3 and 5. Since 3 x 5 = 15 345 is divisible by 15.
- Example-2: To check if 1362 is divisible by 18, check for divisibility by 2 and 9. 1362 is divisible by 2 but not by 9, hence 1362 is not divisible by 9.
What are common factors?
Factors are the numbers you multiply together to get another number
When you find the factors of two or more numbers, and then find some factors are the same (“common”), then they are the “common factors”.
Example: 12 and 30
• The factors of 12 are: 1, 2, 3, 4, 6 and 12
• The factors of 30 are: 1, 2, 3, 5, 6, 10, 15 and 30
So the common factors of 12 and 30 are: 1, 2, 3 and 6
Divisibility using factors
Pranay said 410 is divisible by 20 because 410 is divisible by 2 and 10
Priya said the opposite because 410 is divisible by 5 but not 4
Who is correct?
Pranay used 2 x 10 = 20
Priya used 4 x 5 = 20
LCM of 2 and 10 is 10
LCM of 4 and 5 is 20
Hence Priya is correct.
To check 258 is divisible by 12
Pranay used 3 and 4 factors
Priya used 2 and 6
Who numbers are right?
Factors of 258 are 2, 3, 6
Factors of 12 are 2, 3, 6
Hence common factors which make up 12 are 2 x 6
Priya is correct this time
Sum of any consecutive five numbers are divisible by 5.
True of False?
True
Proof: Sum of 5 consecurituve numbers starting with n are
n + (n+1) + (n+2) + (n + 3) + (n + 4) =
5n + 10 = 5 x (n+2)
Hence sum of any consecutive five numbers are divisible by 5.
Let n be odd. Sum of any consecutive n numbers is divisible by n.
True of False?
True
Proof: Sum of n consecutive numbers starting with x (any integer) can be written as
x + (x + 1) + (x + 2) + (x +3) + … + (x + n) =
nx + (1+ 2 + 3 +4 + .. + n) =
nx + n(n+1)/2 =
n (x + (n+ 1) / 2)
Since n is odd n+1 is even and hence divisible by 2. Thus x + (n+1) /2 is an integer. Hence proved.
Largest factor of a given integer n is n/2
True or False?
True
Proof: Say n = a x b
- if a has be the largest number then b has to be smallest number.
- b cannot be 1 because a then will be = n
- hence smallest number b can take is 2. Hence a = n / 2