mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2015-04-01, 11:46   #1
cuBerBruce
 
cuBerBruce's Avatar
 
Aug 2012
Mass., USA

2×3×53 Posts
Default Fun math problems for today

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?
cuBerBruce is offline   Reply With Quote
Old 2015-04-01, 11:58   #2
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

164448 Posts
Default

Quote:
Originally Posted by cuBerBruce View Post
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?
Arithmetic is not math. These are not "math" problems.
R.D. Silverman is offline   Reply With Quote
Old 2015-04-01, 12:02   #3
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

203008 Posts
Default

Quote:
Originally Posted by cuBerBruce View Post
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?
using pari:
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
science_man_88 is offline   Reply With Quote
Old 2015-04-01, 12:04   #4
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dumbassville

26×131 Posts
Default

Quote:
Originally Posted by R.D. Silverman View Post
Arithmetic is not math. These are not "math" problems.
maybe someone should change the wikipedia then ( hint hint)
Quote:
Originally Posted by http://en.wikipedia.org/wiki/Arithmetic
Arithmetic or arithmetics (from the Greek ἀριθμός arithmos, "number") is the oldest[1] and most elementary branch of mathematics.
science_man_88 is offline   Reply With Quote
Old 2015-04-01, 12:14   #5
cuBerBruce
 
cuBerBruce's Avatar
 
Aug 2012
Mass., USA

2×3×53 Posts
Default

Congratulations to science_man_88 for being the first to come up with the correct answers!

Quote:
Originally Posted by science_man_88 View Post
is this some type of weird April fools joke ?
Yes, I guess you could say that.

Last fiddled with by cuBerBruce on 2015-04-01 at 12:15
cuBerBruce is offline   Reply With Quote
Old 2015-04-01, 12:22   #6
LaurV
Romulan Interpreter
 
LaurV's Avatar
 
Jun 2011
Thailand

961110 Posts
Default

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 >
hehe
LaurV is offline   Reply With Quote
Reply



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

All times are UTC. The time now is 18:20.


Fri Jul 16 18:20:45 UTC 2021 up 49 days, 16:08, 1 user, load averages: 2.92, 2.64, 2.23

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.