prove that isn't prime

Prove that 14n+1114^{n}+ 11 is never prime

#Algebra #Prime

Note by Abdulrahman El Shafei
6 years, 7 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

I am assuming that you wish this proved for integers n1n \ge 1, (for 140+11=1214^{0} + 11 = 12 is not prime).

If nn is odd then the last digit of 14n14^{n} will be 44 and thus the last digit of 14n+1114^{n} + 11 will be 55, implying that 14n+1114^{n} + 11 is divisible by 55.

If nn is even then let n=2kn = 2k for some integer kk. Then 14n+11=196k+11=(195+1)k+1114^{n} + 11 = 196^{k} + 11 = (195 + 1)^{k} + 11, (A).

Now in the binomial expansion of (195+1)k(195 + 1)^{k} we will have a factor of 195195 in every term except for the term 1k=11^{k} = 1. We can then write equation (A) as 1+195m+11=12+195m=3(4+65m)1 + 195*m + 11 = 12 + 195*m = 3*(4 + 65*m) for some integer mm. Thus in this case 14n+1114^{n} + 11 is divisible by 33.

So for all integers n1n \ge 1 we can conclude that 14n+1114^{n} + 11 is not prime.

Brian Charlesworth - 6 years, 7 months ago

Log in to reply

Great proof! Although I think for the last half, you can look at the equation mod 3, and this get (1)n1(mod3)(-1)^n-1 \pmod{3} which for all even n, we get 11=0(mod3)1-1=0 \pmod{3}. It's similar to your method but just a tad simplier.

Trevor Arashiro - 6 years, 6 months ago

Log in to reply

Good point. Also, for the first part we could have looked at the expression mod 5, to get (1)n+10mod5(-1)^{n} + 1 \equiv 0 \mod{5} for all odd n.

It takes a bit of intuition to guess at which mod values to 'filter' with, but it makes for a more elegant approach. :)

Brian Charlesworth - 6 years, 6 months ago

14 gives remainder 2 when divided by 3.So,when n=1,2,3,4... , 14n14^n will give remainder 2,1,2,1 .... So every even power gives remainder 1. This means 14^nn+11 will be of the form 3m+12 which cant be a prime. 14 gives remainder 4 when divided by 5.when n=1,2,3,4...14n14^n will give rem. 4,1,4,1.. So every odd power gives remainder 4. this means 14n14^n+11 will be of the form 5m+15 which cant be prime.

Rutwik Dhongde - 6 years, 6 months ago
×

Problem Loading...

Note Loading...

Set Loading...