
r/CasualMath

This is the official thread for the puzzle on March 8, 2026 - Puzzle 87 - Sports GOATs. This is a thread for discussing today's puzzle, the glyphs, your aha moments or the solutions that made you groan.
The frequency ratio 17:6 forces this curve to close perfectly and creates 11 loops (17-6=11) [OC]
Most people expect chaos from a double pendulum. But if both arms rotate at constant angular velocity, the result is pure deterministic symmetry. Change the ratio, change the number of loops : it's that simple. Coded with Manim & Python.
More on the channel : Visualizing Mathematics
Squaring a number repeatedly, subtracting one, and divisibility by 17
If you take any number (that is not itself divisible by 17), and then square it, square its product, etc, you will always get a number that is one more than a number that is divisible by 17.
In six or less steps, I believe, which still leads to very high numbers.
I don't know what (((((89^2)^2)^2)^2)^2)^2)-1 is, but I do know it is divisible by 17. (Also, more easily, by 2, 3 and 5)
How many digits after decimal of pi do you know?
reddit.comCan someone give me a crazy long equation that equals 20?
So my friend is turning 20, and he loves math and is really smart, i want to write a crazy looking equation on his present that equals 20. Any tips how to make one? Or does someone know of one?
Fractions are beautiful
Any number divided by 7 follows a recurring pattern after decimal. For example,
1/7 = 0.142857 (whole set recurring)
2/7 = 0.285714 (whole set recurring)
3/7 = 0.428571 (whole set recurring)
4/7 = 0.571428 (whole set recurring)
5/7 = 0.714285 (whole set recurring)
6/7 = 0.857142 (whole set recurring)
Also notice that the first digit after decimal increments to the next larger digit with every numerator increase.
Note: by recurring I mean this --
⅐ = 0.142857142857142857142857142857...
I learned this when I was young from my dad, decades ago. He passed away a few years ago. He was a professor.
Base-64 RNA encoding chart: mapping codons to 6-bit values
This is a Base-64 RNA numbering chart I made as part of a larger codon K-map project. Each RNA base is assigned a two-bit value: U=00, C=01, A=10, G=11. A three-base codon therefore becomes a six-bit input, giving 64 possible values from 0 to 63.
This is not meant as a secret cipher or a claim that biology literally uses this numbering system. It is an encoding/visualization scheme for organizing codon space.
Example: AUG maps to 10 00 11, which gives position 35 in this chart.
Full K-map and amino-acid companion charts are linked on my profile for context.
Numerical reasoning
I really need some help with this kind of maths problem.
Im doing a timed assessment for a role I’m applying for. I cant use a calculator. I dont find the maths particularly hard. I can work it out when i have the time. The problem is i cant seem to do it at the speed i need to and i keep getting below average on practice questions because im taking so long.
Are there any tips or advice for ways to quickly work out this kind of question. Assuming i have 12 minutes to answer 20 questions.
Mrs Fuller wants to return a t-shirt, a pair of designer shoes, a dress and a pair of jeans, which cost £12.95, £85.99, £17.99 and £22.99 respectively. How much does she stand to gain if all the items are returned?
£149.92
£133.92
£132.92
£139.91
£139.92
I built a Chrome Extension to Solve Math Problems from your Browser
Hey, just shipped my first ever Chrome extension and wanted to share it here since this community helped me understand a lot of how extensions work.
It's called SnapSolve. You drag to select any math problem on your screen and it gives you a full step by step solution with proper math notation. I made it because I kept getting annoyed at retyping equations just to get help while studying.
It is completely free to use, and only takes a quick minute to setup.
Took way longer than expected mostly because of Chrome permission bugs with the side panel and screenshot capturing, but it's finally live. Would love any feedback on the extension itself or the UI.