• Nie Znaleziono Wyników

Divisibility proofs

N/A
N/A
Protected

Academic year: 2021

Share "Divisibility proofs"

Copied!
25
0
0

Pełen tekst

(1)

Divisibility proofs

Tomasz Lechowski Batory preIB 21 października 2019 1 / 10

(2)

We will discuss some proofs, where we show that a number is divisible by a certain other number.

Remember that if we want to show that a number is divisible by k, then we need to show that it can be written as k × m, where m is an integer.

Tomasz Lechowski Batory preIB 21 października 2019 2 / 10

(3)

We will discuss some proofs, where we show that a number is divisible by a certain other number.

Remember that if we want to show that a number is divisible by k, then we need to show that it can be written as k × m, where m is an integer.

Tomasz Lechowski Batory preIB 21 października 2019 2 / 10

(4)

Example 1

Show that a sum of 3 consecutive integers is divisible by 3.

Three consecutive integers: n, n + 1, n + 2.

n + n + 1 + n + 2 = 3n + 3 = 3(n + 1) = 3m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 3 / 10

(5)

Example 1

Show that a sum of 3 consecutive integers is divisible by 3.

Three consecutive integers: n, n + 1, n + 2.

n + n + 1 + n + 2 = 3n + 3 = 3(n + 1) = 3m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 3 / 10

(6)

Example 1

Show that a sum of 3 consecutive integers is divisible by 3.

Three consecutive integers: n, n + 1, n + 2.

n + n + 1 + n + 2 = 3n + 3 = 3(n + 1) = 3m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 3 / 10

(7)

Example 2

Show that a sum of squares of 5 consecutive integers is divisible by 5.

Five consecutive integers: n − 2, n − 1, n, n + 1, n + 2,. (n − 2)2+ (n − 1)2+ n2+ (n + 1)2+ (n + 2)2=

=n2− 4n + 4 + n2− 2n + 1 + n2+ n2+ 2n + 1 + n2+ 4n + 4 =

=5n2+ 10 = 5(n2+ 2) = 5m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 4 / 10

(8)

Example 2

Show that a sum of squares of 5 consecutive integers is divisible by 5.

Five consecutive integers: n − 2, n − 1, n, n + 1, n + 2,.

(n − 2)2+ (n − 1)2+ n2+ (n + 1)2+ (n + 2)2=

=n2− 4n + 4 + n2− 2n + 1 + n2+ n2+ 2n + 1 + n2+ 4n + 4 =

=5n2+ 10 = 5(n2+ 2) = 5m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 4 / 10

(9)

Example 2

Show that a sum of squares of 5 consecutive integers is divisible by 5.

Five consecutive integers: n − 2, n − 1, n, n + 1, n + 2,.

(n − 2)2+ (n − 1)2+ n2+ (n + 1)2+ (n + 2)2=

=n2− 4n + 4 + n2− 2n + 1 + n2+ n2+ 2n + 1 + n2+ 4n + 4 =

=5n2+ 10 = 5(n2+ 2) = 5m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 4 / 10

(10)

Example 3

Show that a sum of squares of 4 consecutive even numbers is divisible by 8.

Four consecutive even numbers: 2n − 2, 2n, 2n + 2, 2n + 4,. (2n − 2)2+ (2n)2+ (2n + 2)2+ (2n + 4)2=

=4n2− 8n + 4 + 4n2+ 4n2+ 8n + 4 + 4n2+ 16n + 16 =

=16n2+ 16n + 24 = 8(2n2+ 2n + 3) = 8m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 5 / 10

(11)

Example 3

Show that a sum of squares of 4 consecutive even numbers is divisible by 8.

Four consecutive even numbers: 2n − 2, 2n, 2n + 2, 2n + 4,.

(2n − 2)2+ (2n)2+ (2n + 2)2+ (2n + 4)2=

=4n2− 8n + 4 + 4n2+ 4n2+ 8n + 4 + 4n2+ 16n + 16 =

=16n2+ 16n + 24 = 8(2n2+ 2n + 3) = 8m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 5 / 10

(12)

Example 3

Show that a sum of squares of 4 consecutive even numbers is divisible by 8.

Four consecutive even numbers: 2n − 2, 2n, 2n + 2, 2n + 4,.

(2n − 2)2+ (2n)2+ (2n + 2)2+ (2n + 4)2=

=4n2− 8n + 4 + 4n2+ 4n2+ 8n + 4 + 4n2+ 16n + 16 =

=16n2+ 16n + 24 = 8(2n2+ 2n + 3) = 8m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 5 / 10

(13)

Example 4

Show that the number 52019+ 52020+ 52021 is divisible by 31.

We need to factor out a common term. In this case it is 52019, we get: 52019+52020+52021= 52019(1+5+52) = 52019×31 = 31m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 6 / 10

(14)

Example 4

Show that the number 52019+ 52020+ 52021 is divisible by 31.

We need to factor out a common term. In this case it is 52019, we get:

52019+52020+52021= 52019(1+5+52) = 52019×31 = 31m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 6 / 10

(15)

Example 4

Show that the number 52019+ 52020+ 52021 is divisible by 31.

We need to factor out a common term. In this case it is 52019, we get:

52019+52020+52021= 52019(1+5+52) = 52019×31 = 31m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 6 / 10

(16)

Example 5

Show that the number 3200+ 2 × 3199− 4 × 3198 is divisible by 11.

The common term is 3198, we factor it out and get:

3200+2×3199−4×3198= 3198(32+2×3−4) = 3198×11 = 11m, where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 7 / 10

(17)

Example 5

Show that the number 3200+ 2 × 3199− 4 × 3198 is divisible by 11.

The common term is 3198, we factor it out and get:

3200+2×3199−4×3198= 3198(32+2×3−4) = 3198×11 = 11m, where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 7 / 10

(18)

Example 5

Show that the number 3200+ 2 × 3199− 4 × 3198 is divisible by 11.

The common term is 3198, we factor it out and get:

3200+2×3199−4×3198= 3198(32+2×3−4) = 3198×11 = 11m, where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 7 / 10

(19)

Example 6

Show that the number 230+ 229+ 227is divisible by 13.

The common term is 227, when we factor it out we get:

230+ 229+ 227= 227(23+ 22+ 1) = 227× 13 = 13m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 8 / 10

(20)

Example 6

Show that the number 230+ 229+ 227is divisible by 13.

The common term is 227, when we factor it out we get:

230+ 229+ 227= 227(23+ 22+ 1) = 227× 13 = 13m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 8 / 10

(21)

Example 6

Show that the number 230+ 229+ 227is divisible by 13.

The common term is 227, when we factor it out we get:

230+ 229+ 227= 227(23+ 22+ 1) = 227× 13 = 13m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 8 / 10

(22)

Example 7

Show that the number 2100+ 3 × 299− 298 is divisible by 18.

The common term is 298, when we factor it out we get: 2100+ 3 × 299− 298= 298(22+ 3 × 2 − 1) =

=298× 9 = 297× 2 × 9 = 297× 18 = 18m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 9 / 10

(23)

Example 7

Show that the number 2100+ 3 × 299− 298 is divisible by 18.

The common term is 298, when we factor it out we get:

2100+ 3 × 299− 298= 298(22+ 3 × 2 − 1) =

=298× 9 = 297× 2 × 9 = 297× 18 = 18m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 9 / 10

(24)

Example 7

Show that the number 2100+ 3 × 299− 298 is divisible by 18.

The common term is 298, when we factor it out we get:

2100+ 3 × 299− 298= 298(22+ 3 × 2 − 1) =

=298× 9 = 297× 2 × 9 = 297× 18 = 18m where m ∈ Z

Tomasz Lechowski Batory preIB 21 października 2019 9 / 10

(25)

The short test at the beginning of the class will be similar to the examples above.

Tomasz Lechowski Batory preIB 21 października 2019 10 / 10

Cytaty

Powiązane dokumenty

We also show that the List Coloring Conjecture holds for a planar graph that contains no kites and has ∆ ≥ 9.. In Section 5 we prove results about list total coloring, which we

The elements in F ∩ C are splitters and in the case of Harrison’s classical cotorsion theory these are the torsion-free, algebraically compact groups.. For the trivial cotorsion

The first result implies that there is a model of set theory in which all normal locally compact metacompact spaces are paracompact, yet there is a normal locally compact

Thus eigenfunctions of the Fourier transform defined by the negative definite form −x 2 in one variable are the same as eigenfunctions of the classical in- verse Fourier

4.5.. Denote this difference by R.. In a typical problem of combinatorial num- ber theory, the extremal sets are either very regular, or random sets. Our case is different. If A is

In those given by Bass, Connell and Wright [1] and Dru˙zkowski and Rusek [2], the components G (d) i are expressed as Q-linear combinations of polynomials indexed by rooted trees..

[r]

Show that two dierent ane parametrizations are connected with a linear transformation.... Rostworowski