Number theorem Flashcards

1
Q

Don’t divide by a potential negative number without flipping the inequality

A

x-1 > 6/x

square both sides or draw diagram, cant times by x as could be zero or negative

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

f(-x) = -f(x) therefore

A

odd function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

3^4^x has last digit

A

3^4 = 81

therefore last digit 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

a^b^c has last digit =

A

last digit of a^b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

a = 1 mod(n) therefore

A

a^k = 1^k mod(n) = 1 mod(n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Zeroes in n! =

A

n/5 + n/25…n/5^x

for 5^x <= n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Divisible by 3

A

sum of digits is a multiple of 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

divisible by 4

A

last two digits are multiples of 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

divisible by 6

A

divisible by 3 and 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

divisible by 7

A

double the last digit and subtract from rest of the digits. If 0 or multiple of 7 then divisible otherwise repeat to get smaller number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

divisible by 8

A

last three digits divisible by 8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

divisible by 11

A

alternating sum of digits is divisible by 11 or equals zero

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

divisible by 12

A

number divisible by 3 and by 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A number is the square if

A

the powers in its prime factorisation are even

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A number is cube if

A

its powers are divisible by 3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Number of factors a number has

A

by adding one to each power

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Square rooting gives

A

two possible solutions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

(2^7) * 5^4 =

A

(2*5)^4 * 8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Approximate the value of an expression when variables become large.

A

The key here is that constant values become inconsequential when combined with a growing variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Number of factors =

A

prime factorization + 1 timesed together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

geometric mean <

A

arithmetic mean

22
Q

A number is a square if and only if

A

the powers in its factorization are even

23
Q

a number is a cube if and only if

A

its powers are divisible by 3

24
Q

To find the number of factors a number has

A

do prime factorisation, add one to each power, times all new powers together

25
Arithmetic mean ___ geometric mean
>
26
x^2...
> 0
27
6^(x+y) x 12^(x-y) =
(3*2)^(x+y) x (2*2*3)^(x-y)
28
1/a^x is an integer for
x<=0
29
if 3(root3) > 4 then to prove
square both sides | 27 > 16
30
Two numbers, a and b, are coprime or relatively prime if
a and b share no common factors LCM(a,b) = ab, (a, b) = 1
31
K and k+1 are coprime because
suppose k had some factor q, k+1 must have a remainder of 1 when divided by q so is not divisible by q
32
k-1 and k+1 are coprime if k is
even
33
Perfect square =
square number
34
Number of zeros
via prime factorisation (2's and 5's and 10's)
35
Number of zeros on the end of n!
n/5^x
36
Every two consecutive numbers are even,
every three are divisible by 3
37
a/x + b/y = c -->
(cx-a)(cy-b)=ab
38
Integer solutions of divisions tip
put variables in denominator only
39
remeber negative
factors
40
If you have two consecutive factors i.e. (n)(n+1) then we can say
they are coprime and thus share no factors
41
moduluo arithmetic allows:
addition, multiplication, powers
42
If x divided by y gives remainder z, then
x-z is divisible by y
43
Show that if 2+2(1+12n^2)^0.5 is an integer then it is a perfect square
First note that the question says IF [..] is an integer, THEN it is a square. We need to start with the assumption, and reason towards the conclusion – don’t be tempted to prove the opposite. If it is an integer, then we can say that the bit in the root is a perfect square, since the square root has to be an integer, and that it is odd. We can therefore rewrite the root as (2k+1)^2. We can rearrange this to 3n^2 = k(k+1). The RHS are coprime, one is square the other is three times a square. If k+1 was a multiple of 3, then by modular arithmetic, k couldn’t be square. Therefore k+1 is a square, and k is three times a square
44
Let n=ab, m = abc | Represent n and m in terms of single digits
``` n = 10a + b m = 100a + 10b + c ```
45
if p is prime and a is any integer such that a is not a multiple of p then fermats little theorem states:
a^p-1 = 1(modp)
46
A square chessboard of sides 2^n is tiled with L-shapes, each of three square, such that tiles do not overlap. Show that you will always have one square on the chessboard left untiled
We are finding the remainder when we divide (2^n)^2 = 4^n by 3 4=1 (mod3) So 4^n = 1^n = 1 (mod3)
47
Show that x^2 - y^2 = 2002 has no integer solutions
``` x = 0, 1, 2, 3 (mod4) x^2 = 0, 1 (mod4) as is y^2 ``` So all possibilities of x^2 - y^2 = 0, 1, 3 (mod4) However 2002 = 2 (mod4) Thus there can be no integer solutions
48
List all the prime numbers that are one less than a square number
Let p be a prime number, p+1 = n^2  p=n^2 – 1 = (n+1)(n-1) for p to be prime one bracket must be a one, the other must be p, as p>1 we can say n-1 = 1, n=2m therefore one solution when p=3
49
List all primes that are one more than a cubed number
Let p be a prime number, p-1=n^3  p=n^3+1 = (n+1)(n^2-n+1) therefore n+1 = p or 1, but as n cant equal zero then n+1 =p, n^2-n+1 = 1 therefore n(n-1) = 0, therefore n=1 therefore p=2
50
Can K^3 + 2k^2 +2k +1 ever be a cubed number for any positive integer k
K^3 + 2k^2 +2k +1 = n^3  we can say that n^3 > K^3  n^3 = (k+1)^3 + k^2 + k therefore n^3