mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

2.8K
active users

#math

279 posts85 participants2 posts today

Hello,
The hectoc of the hour is:

634792

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Greetings fellow humans,
The hectoc of the hour is:

752877

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Hello everyone,
Your hourly hectoc is here:

766361

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Dear mental calculators,
Your hourly hectoc is here:

866336

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Hello math fans,
The hectoc of the hour is:

738884

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Hello everyone,
Here is a new hectoc challenge for you:

266578

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Hello,
The hectoc of the hour is:

265354

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Hi!
Your hourly hectoc is here:

432118

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Hi!
Here is a new hectoc challenge for you:

222429

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

"Sans un minimum d’ouverture à la beauté des choses, j’aurais été bien incapable de "fonctionner" comme mathématicien, même à un régime des plus modestes – et je doute que quiconque puisse faire travail utile en mathématiques, s’il ne reste vivant en lui, tant soit peu, ce sens de la beauté." – Alexandre Grothendieck (1928-2014)

"Without a minimum of openness to the beauty of things, I would have been quite unable to "function" as a mathematician, even at a modest level – and I doubt that anyone could do useful work in mathematics if that sense of beauty didn't remain alive in them, at least to some extent." – Alexandre Grothendieck (1928-2014)

Hello everyone,
Your hourly hectoc is here:

596732

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Hello math fans,
A new hectoc for you:

437444

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

☆ Π MTH ~Ci~✧⁰¹⁰¹ Π∞ßτ З²⁶⁶ ⁰⁰כ

Innocent question ...

In the expression

rm+r+m=n
When are m, r and n integers?

Squaring
(rm+r+m)2=n2
We have
(rm)2+2rmr+m+(r+m)2=n2
That is
rm+2r2(m)2+r+m=n2
Or
2r+2r2m=n2
Finally
n=2r+2r2m

The expression was studied for m,r[0,100] using Python code ...

import math

def SimplRad():
MAX = 100
for r in range(0,MAX):
for m in range(0,MAX):
if (r**2 >= m):
n = math.sqrt(2*r + 2* math.sqrt(r**2 - m))
if (n == int(n)):
print(m,r,n)

SimplRad()

From which we get

mrn000012422044165432644874648409636106721160168641780251003612049140641608118
Just like the beautiful result
1172+11+72=6
We conjecture that if nN is odd there are no m,rN such that rm+r+m=n

αΩ

~ ∇ ~

[ BRAZIL ⋅ З²⁶⁶ LND Lunedì χχi Aprile MMχχV ⁰⁰כ ]

Hi!
Here is a new hectoc challenge for you:

697281

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc

Hi!
Here is a new hectoc challenge for you:

141148

The goal is to combine the 6 numbers to a total of 100. You can use the mathematical operations + - * / ^ and the parenthesis ( ). Numbers can be combined, but you have to use all 6 of them and are not allowed to change the order. See hectoc.seism0saurus.de for an example. Please use CW "solution".

Have fun! Your hourly hectoc bot
by @seism0saurus

hectoc.seism0saurus.deHectoc