![]() |
|
|
#1 | |
|
"Luke Richards"
Jan 2018
Birmingham, UK
28810 Posts |
As many know, I'm a high school teacher.
I have a very high ability class who are studying for the UK's extended age-16 qualification called Additional Maths. When the course required teaching iterative formulae (at a similar time to the main GCSE qualification also required them to revise basic division techniques) I decided to teach them them the Lucas Lehmer Primality Proof for Mersenne primes. They know I'm obsessed with primes anyway, so this didn't come as much of a surprise to them. They have recently been given an internal exam, NOT written by me which includes the following question: Quote:
Last fiddled with by lukerichards on 2019-05-01 at 17:29 |
|
|
|
|
|
|
#2 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
29×3×7 Posts |
Quote:
Even faster than trial division is to prove that 2pq-1 is divisible by both 2p-1 and 2q-1, thereby showing that a composite exponent can never yield a Mersenne prime. To those who have not seen the proof: 2p == 1 (mod 2p-1)Therefore, 2pq-1 == 1 - 1 == 0 (mod 2p-1)I had been taught modular arithmetic long before the age of 16 (as had everyone in my class: do they still teach "clock arithmetic" in UK schools these days?) and the above proof was known to me by the age of 15 or perhaps a year earlier. Aded in edit: I forgot that you also need to prove that 9 is composite. Most kids aged 8 or over know that 9 = 3*3. Last fiddled with by xilman on 2019-05-01 at 18:49 |
|
|
|
|
|
|
#3 | |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101Γ103 Posts
23×1,223 Posts |
Quote:
Because the first number that they should try by trial division produces the answer, you should be thrilled. Visually, not 2, 3, or 5. Thus try a few primes (3 to 6 more) quickly. Then maybe switch over. That effectively is how GIMPS handles other numbers. |
|
|
|
|
|
|
#4 |
|
"Luke Richards"
Jan 2018
Birmingham, UK
25×32 Posts |
Whilst I'm aware of this, they are not and I wouldn't expect them to be aware of xilman's proof either, modular arithmetic not being a thing which is taught in schools any more. Even I wasn't taught it and I'm 30 years old.
|
|
|
|
|
|
#5 | |
|
"Robert Gerbicz"
Oct 2005
Hungary
22×7×53 Posts |
Quote:
|
|
|
|
|
|
|
#6 |
|
"Curtis"
Feb 2005
Riverside, CA
10010111111012 Posts |
Never mind modular arithmetic: Write 2^9 -1 as 8^3 - 1 and factor as a difference of cubes.
|
|
|
|
|
|
#7 |
|
"Luke Richards"
Jan 2018
Birmingham, UK
1001000002 Posts |
|
|
|
|
|
|
#8 | |
|
Jan 2019
Tallahassee, FL
2×3×41 Posts |
Quote:
I wouldn't expect even a college student taking number theory to use Lucas Lehmer to prove 2^p-1 is not prime, they probably won't even remember the lucas lehmer sequence (is that what it is called?). |
|
|
|
|
|
|
#9 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
29·3·7 Posts |
|
|
|
|
|
|
#10 |
|
"Luke Richards"
Jan 2018
Birmingham, UK
1001000002 Posts |
I'll post the course spec for GCSE maths and GCSE Additional Maths later. Don't forget they need to cover algebra, number, geometry, statistics and calculus... so depth of study is limited.
|
|
|
|
|
|
#11 |
|
Dec 2012
The Netherlands
2·23·37 Posts |
If your students are familiar with the formula for summing finitely many terms in a geometric progression, you could show them how that gives
\[ x^{n-1}+x^{n-2}y+x^{n-3}y^2+\ldots +y^{n-1}=\frac{x^n-y^n}{x-y} \] and deduce for all integers x,y,n with n positive that \(x-y\) divides \(x^n-y^n\). |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| GMP-ECM test question | Rysiu | GMP-ECM | 5 | 2014-08-24 09:59 |
| Question about LL test | soloral | Information & Answers | 3 | 2013-02-13 02:13 |
| LL Test : dumb question | pacionet | Math | 2 | 2007-09-06 03:16 |
| Question of efficiency: Test VS Generator | synergy | Miscellaneous Math | 13 | 2004-10-14 18:14 |
| Torture test question | philmoore | Hardware | 7 | 2004-02-15 20:44 |