Square Root of MATHS challenge problem

Bob Brown MSEE

Full Member
Joined
Oct 25, 2012
Messages
598
Let Sn be an infinite sequence of integers. The first 7 elements are listed below.
S1 = 11
S2 = 817
S3 = 5622
S4 = 94995
S5 = 11177247
S6 = 755535173
S7 = 13180586707
S8 = ?
S9 = ?
S10 = 436942156724195

Challenge:
1) Find values for S8 and S9
2) Is S10 the correct value?
3) If not, find the correct S10 value.

Note:
Whether or not S10 is the correct value, S10 is an extremely important clue. You can click on the value of S10 for more information.
 
Last edited:
Been hitting the jug, Bob? :rolleyes:
Hi Dennis, ha, sounds like it -- I agree.
However, I've learned a great deal about p-adic numbers recently and designed a very similar version of this challenge for my son. This problem is a painless way to get a LOT of insight.

What I like about this problem is that it is very simple. It is well within the grasp of advanced middle-school students. However, it seems completely insane!
 
Last edited:
Hints:
1) Make a list of BOTH S
n and Sn2 in base 31.
2) Notice that
Sn2 improves by exactly one digit at each step.
i.e. There are n significate digits in
Sn2
3) What do you notice about S
n in base 31?
4) Try to predict
S8 and S9 in base 31.

Comments:
This type of problem is a typical, "find the next number in this list".
I am not a fan of this type of problem, because there are usually an infinite number of solutions. This problem is not quite that trivial. The extra info like "Square root of MATHS" and what you see when you click
S10 provides sufficient constraint to uniquely solve the Challenge.
 
Last edited:
Hi Bob,
Hints:
1) Make a list of BOTH S
n and Sn2 in base 31.
2) Notice that
Sn2 improves by exactly one digit at each step.
i.e. There are n significate digits in
Sn2
3) What do you notice about S
n in base 31?
4) Try to predict
S8 and S9 in base 31.

Ok, I followed your hint and I get...

nSnSn2
1b313s31
2qb31mchs31
35qb31136ths31
435qb31a56aths31
5c35qb314meqhmaths31
6qc35qb31mee2920maths31
7eqc35qb3173hcab300maths31
8??
9??
10gg9g4irp4k318p3cias9d300000maths31

Hints Answers:
1) done (above)
2) improves if rounded by mod 31n
3) Trailing digts match Sn-1 except S10
It confuses me that S10 does not fit the pattern.
4) Here's my guesses, but don't match S1 through S​10

S8 = 9g4irp4k31
S9 = g9g4irp4k31

Are there many integer sequences that approach the "square root of maths31" in this way?
 
Hard way to solution

4) Here's my guesses, but don't match S1 through S​10 <-- you are correct

S8 = 9g4irp4k31 <-- wrong, not in this seqence
S9 = g9g4irp4k31 <-- wrong, not in this seqence
Are there many integer sequences that approach the "square root of maths31" in this way?<-- No

Very good!

There are no other integer sequences that approach the "square root of maths31" in this way.
We have found two.
The Fundamental theorem of algebra assures that there are only two square roots of an integer.

You are very close to finding S8 and S9 of the posted challenge.
The following extension of your table might be useful.

Capture.JPG


The function IntegerExponent[number, 31] can be used in WolframAlpha.
Using this "IntegerExponent", this can be used to generate both square roots from scratch.
That is how I created this challenge.


EASIER SOLUTION
You have also noticed a shortcut to the solution using S10.
I will explore that in the next section, "Shortcut to Solution"
 
Last edited:
Shortcut to Solution

4) Here's my guesses, but don't match S1 through S​10

S8 = 9g4irp4k31
S9 = g9g4irp4k31

You have discovered that S10 is the other square root. Let's call the sequence for the second square root by S2, and the original problem S1.
You also calculated S28 and S29 (see quote above). This leads to an easy way to solve the challenge using the value of S210.

You calculated Sn-1 from Sn in base 31 by dropping one leading digit. To emphasize how important your calculation is, lets build your "hints" table for BOTH roots and use your calculation to populate the entire table for S2.


nS1nS1n2nS2nS2n2
1b313s311k31cs31
2qb31mchs3124k31lhs31
35qb31136ths313p4k31kcfths31
435qb31a56aths314rp4k31otefaths31
5c35qb314meqhmaths315irp4k31bg34qmaths31
6qc35qb31mee2920maths3164irp4k31l7lib0maths31
7eqc35qb3173hcab300maths317g4irp4k318co5tkc00maths31
8??89g4irp4k312sk2nahb000maths31
9??9g9g4irp4k318hsicie9b0000maths31
10??

10gg9g4irp4k318p3cias9d300000maths31


Notice the following: for each n in [1,2,..,7]
1) There are n digits in S
2) There are n significant digits in S2
Question: What is the sum of corresponding digits in S1n and S2n.
Complete S18, S19, and S110, using your answers to this question.
 
Last edited:
Top