Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Why prove anything

1.[2p]

Euler's expression n2+n+41 is prime for every n from 0 to 39. Why does it fail at n=40?

Correct
The answer is: $40^2 + 40 = 40 \times 41$, so the value is $40 \times 41 + 41 = 41^2$
The answer is: $40^2 + 40 = 40 \times 41$, so the value is $40 \times 41 + 41 = 41^2$
The answer is: $40^2 + 40 = 40 \times 41$, so the value is $40 \times 41 + 41 = 41^2$

2.[1p]

Six points on a circle, joined by every chord with no three chords meeting at one interior point, cut the disc into 32 regions.

The answer is: False
Correct

3.[1p]

What is the smallest n greater than 1 for which Pólya's conjecture fails, found by Minoru Tanaka in 1980?

Correct
The answer is: 906,150,257
The answer is: 906,150,257
The answer is: 906,150,257

4.[2p]

Which of these may justify a line of a proof?

Select all that apply

Correct
Correct
Correct
The answer is: A definition, An axiom, A result that has already been proved
The answer is: A definition, An axiom, A result that has already been proved

5.[3p]

Match each term to its definition.

  • Even integer

  • Odd integer

  • Prime

  • Composite

  • greater than 1, with only 1 and itself as positive divisors

  • a product of two integers each greater than 1

  • equal to 2k+1 for some integer k

  • equal to 2k for some integer k

Show the answer

Even integer: equal to 2k for some integer k Odd integer: equal to 2k+1 for some integer k Prime: greater than 1, with only 1 and itself as positive divisors Composite: a product of two integers each greater than 1

6.[1p]

By the definition of even, 0 is even.

Correct
The answer is: True

7.[2p]

Put the lines of this proof that the sum of two even integers is even in order.

  1. Let a and b be even integers.

  2. Since k and m are integers, so is k+m.

  3. Then a+b=2k+2m=2(k+m).

  4. So a+b is twice an integer, and by the definition of even, it is even.

  5. By the definition of even, a=2k and b=2m for some integers k and m.

Show the answer

a, b, c, d, e

8.[2p]

A proof that the sum of two odd integers is even begins "Let a=2k+1 and b=2k+1." What is wrong with it?

Correct
The answer is: Using the same $k$ for both forces $a = b$, so it proves the claim only for a number added to itself
The answer is: Using the same $k$ for both forces $a = b$, so it proves the claim only for a number added to itself
The answer is: Using the same $k$ for both forces $a = b$, so it proves the claim only for a number added to itself

9.[3p]

Which of these statements about evidence and proof are correct?

Select all that apply

Correct
The answer is: A single counterexample refutes a claim about every natural number, One proof can establish infinitely many cases at once, A proof's conclusions hold only under the assumptions it starts from
Correct
Correct