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.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# 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"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
I am assuming that you wish this proved for integers n≥1, (for 140+11=12 is not prime).
If n is odd then the last digit of 14n will be 4 and thus the last digit of 14n+11 will be 5, implying that 14n+11 is divisible by 5.
If n is even then let n=2k for some integer k. Then 14n+11=196k+11=(195+1)k+11, (A).
Now in the binomial expansion of (195+1)k we will have a factor of 195 in every term except for the term 1k=1. We can then write equation (A) as 1+195∗m+11=12+195∗m=3∗(4+65∗m) for some integer m. Thus in this case 14n+11 is divisible by 3.
So for all integers n≥1 we can conclude that 14n+11 is not prime.
Great proof! Although I think for the last half, you can look at the equation mod 3, and this get (−1)n−1(mod3) which for all even n, we get 1−1=0(mod3). It's similar to your method but just a tad simplier.
14 gives remainder 2 when divided by 3.So,when n=1,2,3,4... , 14n will give remainder 2,1,2,1 ....
So every even power gives remainder 1.
This means 14^n+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...14n will give rem. 4,1,4,1..
So every odd power gives remainder 4.
this means 14n+11 will be of the form 5m+15 which cant be prime.
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:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
I am assuming that you wish this proved for integers n≥1, (for 140+11=12 is not prime).
If n is odd then the last digit of 14n will be 4 and thus the last digit of 14n+11 will be 5, implying that 14n+11 is divisible by 5.
If n is even then let n=2k for some integer k. Then 14n+11=196k+11=(195+1)k+11, (A).
Now in the binomial expansion of (195+1)k we will have a factor of 195 in every term except for the term 1k=1. We can then write equation (A) as 1+195∗m+11=12+195∗m=3∗(4+65∗m) for some integer m. Thus in this case 14n+11 is divisible by 3.
So for all integers n≥1 we can conclude that 14n+11 is not prime.
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)n−1(mod3) which for all even n, we get 1−1=0(mod3). It's similar to your method but just a tad simplier.
Log in to reply
Good point. Also, for the first part we could have looked at the expression mod 5, to get (−1)n+1≡0mod5 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. :)
14 gives remainder 2 when divided by 3.So,when n=1,2,3,4... , 14n will give remainder 2,1,2,1 .... So every even power gives remainder 1. This means 14^n+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...14n will give rem. 4,1,4,1.. So every odd power gives remainder 4. this means 14n+11 will be of the form 5m+15 which cant be prime.