![]() |
|
|
#1 |
|
Aug 2012
Mass., USA
2×3×53 Posts |
Here are a few "fun" math problems for today. Answers are due by 23:59 (11:59 PM) local time on April 1, 2015.
1. What is the largest prime number less than 20150401? 2. What is the largest twin prime pair less than 41414? 3. What is the largest twin prime pair less than 3434343434? 4. What is the largest twin prime pair less than 3434343434343434343434343434343434343? |
|
|
|
|
|
#2 | |
|
Nov 2003
164448 Posts |
Quote:
|
|
|
|
|
|
|
#3 | |
|
"Forget I exist"
Jul 2009
Dumbassville
203008 Posts |
Quote:
1)20150399 2)41411 and 41413 3)3434343431 and 3434343433 4)3434343434343434343434343434343434339 and 3434343434343434343434343434343434341 is this some type of weird April fools joke ? Last fiddled with by science_man_88 on 2015-04-01 at 12:02 |
|
|
|
|
|
|
#4 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26×131 Posts |
maybe someone should change the wikipedia then ( hint hint)
Quote:
|
|
|
|
|
|
|
#5 |
|
Aug 2012
Mass., USA
2×3×53 Posts |
Congratulations to science_man_88 for being the first to come up with the correct answers!
Yes, I guess you could say that.
Last fiddled with by cuBerBruce on 2015-04-01 at 12:15 |
|
|
|
|
|
#6 |
|
Romulan Interpreter
Jun 2011
Thailand
961110 Posts |
Sounds like april fool joke but let's give it a try
![]() Code:
gp > precprime(20150401) %1 = 20150399 gp > n=41414-41414%6; while(!isprime(n+1)||!isprime(n-1),n-=6); [n-1,n+1] %2 = [41411, 41413] gp > n=3434343434-3434343434%6; while(!isprime(n+1)||!isprime(n-1),n-=6); [n-1,n+1] %3 = [3434343431, 3434343433] gp > n=3434343434343434343434343434343434343-3434343434343434343434343434343434343%6; while(!isprime(n+1)||!isprime(n-1),n-=6); [n-1,n+1] %4 = [3434343434343434343434343434343434339, 3434343434343434343434343434343434341] gp > |
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Today, in myths! | Uncwilly | Lounge | 171 | 2019-08-19 19:45 |
| So I had an interesting experience today... | chalsall | Soap Box | 23 | 2014-02-06 18:59 |
| today ,i factoring rsa512 is ok,only 3 day | jackchina | Factoring | 7 | 2012-04-13 17:57 |
| My GHz and points are off as of today???? | Unregistered | Information & Answers | 14 | 2011-09-27 05:34 |
| Problems for displaying math formulas | alpertron | Forum Feedback | 4 | 2011-05-26 20:37 |