Math Misery
@mathmisery.bsky.social
330 followers 290 following 160 posts
Mathematician in Industry, Fractional Executive, Math Education #MTBoS #elemmathchat #iTeachMath #mathsky #mathchat #mathed #educoach #datascience #machinelearning #EduSky
Posts Media Videos Starter Packs
mathmisery.bsky.social
today is a nice silly date for some number fun

10/10/25

10 = 5*2
25 = 5^2

and if you want to make one of those stupid viral math problems because of ambiguous notation, then resolve this:

5*2/5*2/5^2 = ? Is it 1/25 or 4?

also, 1010 as a base 2 number is 8 + 2 = 10 :)
mathmisery.bsky.social
Data Modeling event in DC called the Washington Copulas
visualalgebra.bsky.social
Mathematical Finance event in Wellington called the New Zealand All Black-Scholes
mathmisery.bsky.social
Combinatorics event in Flushing called the New York Stem
mathmisery.bsky.social
Combinatorics event in Flushing called the New York Stem
visualalgebra.bsky.social
Numerical Linear Algebra event in Florida called the Tampa Bay Rayleigh quotients
syncingsinking.bsky.social
Probability Theory event in Nevada called the Las Vegas Sample Spaces
Reposted by Math Misery
visualalgebra.bsky.social
Numerical Linear Algebra event in Florida called the Tampa Bay Rayleigh quotients
syncingsinking.bsky.social
Probability Theory event in Nevada called the Las Vegas Sample Spaces
visualalgebra.bsky.social
Back-to-back topology events in the Twin Cities called the Minnesota Hopf Lynx and the Minnesota Wild Knots
Reposted by Math Misery
algocompsynth.bsky.social
Computational algebra event in Ontario called the Toronto Maple
visualalgebra.bsky.social
Back-to-back topology events in the Twin Cities called the Minnesota Hopf Lynx and the Minnesota Wild Knots
algocompsynth.bsky.social
Differential equation solvers event in Alberta called the Edmonton Euler Method
Reposted by Math Misery
algocompsynth.bsky.social
Differential equation solvers event in Alberta called the Edmonton Euler Method
mathmisery.bsky.social
Simulation event in Ohio called The Cleveland Brownian Motion
visualalgebra.bsky.social
Algebraic number theory event in Southern California called The Los Angeles Ramified Primes
Reposted by Math Misery
syncingsinking.bsky.social
An Apollonian geometry event in Wisconsin called The Green Bay Circle Packers
mathmisery.bsky.social
Simulation event in Ohio called The Cleveland Brownian Motion
visualalgebra.bsky.social
Algebraic number theory event in Southern California called The Los Angeles Ramified Primes
syncingsinking.bsky.social
Higher-dimensional quadric surfaces event in Washington state called The Seattle Superconics
mathmisery.bsky.social
For me, it was the "undoing of the product rule"

(fg)' = f'g + g'f
so that when I write integrals around everything it's
fg = ∫f'g + ∫g'f and then depending on the problem, it's either a u,v thought or a u, dv thought.
mathmisery.bsky.social
Do you feel that some of the aversion about collinearity is a function of which statistical methods were taught / available to the individuals working with the data and the underlying assumptions about those methods?
mathmisery.bsky.social
Brew HaHa! In Wilmington, DE :)
mathmisery.bsky.social
we can do a bunch of inspection. y = 2x^2 + x from the 1st eq. the 2nd eq becomes (2x^2 + x)*x^2 + 7x = 10. by inspection x = 1 solves it and so y = 3. another solution is x = -2 making y = 6. and both give x + y = 4. eq 2 is also y = (10 - 7x)/x^2, so eq 1 and 2 coincide in two spots (1,3), (-2,6)
Reposted by Math Misery
mathtechcoach.bsky.social
Enjoy this square rollin' 'round a non-regular pentagon.
Reposted by Math Misery
mathtechcoach.bsky.social
Here is another of my favorite triangle things
mathmisery.bsky.social
i enjoy these with the tracer the most!
Reposted by Math Misery
mathtechcoach.bsky.social
Enjoy this pentagon rolling around an internal equilateral triangle.
mathmisery.bsky.social
I had a boss who would say "apples and elephants" and that's been my phrase ever since
adamcsharp.bsky.social
An English phrase for describing two things (or people) that are completely different is “like chalk and cheese.” A similar phrase in Czech is jako nebe a dudy. It means “like heaven and bagpipes.”
mathmisery.bsky.social
Do "pineapple" next [unless if you already did it!] :D
mathmisery.bsky.social
cute, three contact checks :)
Reposted by Math Misery
mathtechcoach.bsky.social
Enjoy this pentagon rolling around a square.
mathmisery.bsky.social
true, for non-prime odds there's the scaled version of the prime one, for example:

(3,4,5) --> (9,12,15) but we can also have (9,40,41)

the difference by 1 is by design:

a^2 + b^2 = c^2 --> a^2 = c^2 - b^2 = (c+b)(c-b) and we can set c-b = 1 forcing c+b = a^2; for prime a, c-b has to be 1.

#math
mathmisery.bsky.social
A fun little thing you can do with this is to chain various Pythagorean triples into a larger sum of squares. For example,

13^2 + 84^2 = 85^2
and knowing that 5 * 17 = 85
we also have (5*17)^2 + (12*17)^2 = (13*17)^2 by scaling (5, 12, 13)
so, then we have 13^2 + 84^2 + 204^2 = 221^2

#math
mathmisery.bsky.social
Happy Pythagorean Triple Day!

7^2 + 24^2 = 25^2

How to generate a Pythagorean Triple when the small side is a prime number:

p^2 + ((p^2 - 1)/2)^2 = ((p^2 + 1)/2)^2

so the triple is (p, (p^2 - 1)/2, (p^2 + 1)/2)

5^2 + 12^2 = 13^2 (notice 12 + 13 = 5^2)
11^2 + 60^2 = 61^2 (60 + 61 = 11^2)

#math