Question

Given any integer n, if n > 3, could n, n + 2, and n +...

Given any integer n, if n > 3, could n, n + 2, and n + 4 all be prime? Prove or give a counterexample.

Homework Answers

Answer #1

We will try to prove the result using method of contradiction.

Solution:

If possible, let n, n+2 and n+4, all three numbers are prime.

This means that the numbers have no other factors apart from one and the number itself......................(1)

Now

Consider divisibility by number 3

Dividing by three gives remainders 0, 1 and 2

This implies that out of any three continuous set of natural numbers, at least one should be divisible by 3

In our case, as n is not divisible by 3 implies that one of n+1 and n+2 must be divisible by 3

Case 1: 3 divides n+2

This is in contradction to (1)

Case 2: 3 divides n+1

This implies that [(n+1)+3=n+4] is divisible by 3

Again this is in contraction to (1)

So our assumption was wrong

Thus n, n+2 and n+4 can not all be prime.   

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1.for all integer n amd m, if n-m is even then n^3-m^3 is even 2.) for...
1.for all integer n amd m, if n-m is even then n^3-m^3 is even 2.) for all int m, ifm>2 then m^2-4 is composite 3.) for all int ab c, if a|b and b|c then a|c prove true or give counterexample asap plz,
Let n be an integer, with n ≥ 2. Prove by contradiction that if n is...
Let n be an integer, with n ≥ 2. Prove by contradiction that if n is not a prime number, then n is divisible by an integer x with 1 < x ≤√n. [Note: An integer m is divisible by another integer n if there exists a third integer k such that m = nk. This is just a formal way of saying that m is divisible by n if m n is an integer.]
Prove that if n is an integer and 3 is a factor of n 2 ,...
Prove that if n is an integer and 3 is a factor of n 2 , then 3 is a factor of n.
Problem 2: (i) Let a be an integer. Prove that 2|a if and only if 2|a3....
Problem 2: (i) Let a be an integer. Prove that 2|a if and only if 2|a3. (ii) Prove that 3√2 (cube root) is irrational. Problem 3: Let p and q be prime numbers. (i) Prove by contradiction that if p+q is prime, then p = 2 or q = 2 (ii) Prove using the method of subsection 2.2.3 in our book that if p+q is prime, then p = 2 or q = 2 Proposition 2.2.3. For all n ∈...
3.a) Let n be an integer. Prove that if n is odd, then (n^2) is also...
3.a) Let n be an integer. Prove that if n is odd, then (n^2) is also odd. 3.b) Let x and y be integers. Prove that if x is even and y is divisible by 3, then the product xy is divisible by 6. 3.c) Let a and b be real numbers. Prove that if 0 < b < a, then (a^2) − ab > 0.
Prove that if x+ \frac{1}{x} is integer then x^n+ \frac{1}{x^n} is also integer for any positive...
Prove that if x+ \frac{1}{x} is integer then x^n+ \frac{1}{x^n} is also integer for any positive integer n. KEY NOTE: PROVE BY INDUCTION
a) Prove: If n is the square of some integer, then n /≡ 3 (mod 4)....
a) Prove: If n is the square of some integer, then n /≡ 3 (mod 4). (/≡ means not congruent to) b) Prove: No integer in the sequence 11, 111, 1111, 11111, 111111, . . . is the square of an integer.
/* This program should check if the given integer number is prime. Reminder, an integer number...
/* This program should check if the given integer number is prime. Reminder, an integer number greater than 1 is prime if it divisible only by itself and by 1. In other words a prime number divided by any other natural number (besides 1 and itself) will have a non-zero remainder. Your task: Write a method called checkPrime(n) that will take an integer greater than 1 as an input, and return true if that integer is prime; otherwise, it should...
. For any integer n ≥ 2, let A(n) denote the number of ways to fully...
. For any integer n ≥ 2, let A(n) denote the number of ways to fully parenthesize a sum of n terms such as a1 + · · · + an. Examples: • A(2) = 1, since the only way to fully parenthesize a1 + a2 is (a1 + a2). • A(3) = 2, since the only ways to fully parenthesize a1 + a2 + a3 are ((a1 + a2) + a3) and (a1 + (a2 + a3)). • A(4)...
Show 2 different solutions to the task. Prove that for every integer n (...-3, -2, -1,...
Show 2 different solutions to the task. Prove that for every integer n (...-3, -2, -1, 0, 1, 2, 3, 4...), the expression n2 + n will always be even.