Number Properties Flashcards
An integer is divisible by 3 if…
The sum of digits is divisible by 3
An integer is divisible by 4 if…
Integer is divisible by 2 twice or if last 2 digits is divisible by 4
An integer is divisible by 6 if…
The integer is divisible by both 2 and 3
An integer is divisible by 8 if…
The integer is divisible by 2 three times or if last 3 digits are divisible by 8
An integer is divisible by 9 if…
The sum of digits is divisible by 9
__ factors, __ multiples
Fewer factors, more multiples
If you add or subtract multiples of N, what does that mean for the result of that equation?
The result of adding and subtracting a multiple of N is a multiple of N
What is the factor foundation rule?
If a is a factor of b, and b is a factor of c, then a is a factor of c.
The remainder is (larger/smaller) than the divisor?
Smaller
Dividend = __ x __ + ___
Dividend = Quotient x Divisor + Remainder
Even +/- Even =
Even
Odd +/- Odd =
Even
Even +/- Odd =
Odd
Even x Even =
Even
Even x Odd =
Even
Odd x Odd =
Odd
The sum of any two prime numbers is (odd / even)?
Even, unless one of the primes is 2, then the sum of 2 primes is odd
What are the steps for testing cases?
1) What possible cases are allowed?
2) Choose numbers that work for the statement.
3) Try to prove the statement is insufficient.