My daughter is in 3rd grade and is bored with her math lessons, so I started to do my own nightly math lessons. Long division was a big hit, but what I really want is to find some accessable number theory material, preferably about interesting patterns. Any recommendations? Probably something in the 10-15 age range, or 8-10 and originally in Russian
Teenager solves stubborn riddle about prime number look-alikes
171–180 of 264 posts
Re: Teenager solves stubborn riddle about prime number look-alikes
#172Earlier quoted context omitted.
And how does "no closed form solution" imply "no solution"?
No closed form solution means you cannot write a program that will, given an arbitrary polynomial, tell you the solution. Which is what was claimed above. Obviously the solution exists, but there is no single algorithm that can tell you what it is.
Re: Teenager solves stubborn riddle about prime number look-alikes
#173I've known quite a few families where both parents are scientists or software engineers or quantitative engineers. Very frequently, their children will have a scary intuitive understanding of concepts that took my many years to understand (I'm a slow learner; didn't really understand hash tables until my 30s) and then apply their abilities to be in the higher echelons at science in a very young age. I see a similar t…
Re: Teenager solves stubborn riddle about prime number look-alikes
#174I knew a guy in high school that carried around a sub-compact notebook and one day in science class we were learning about how to factor quadratic equations (a review of old math we should know) and this guy was not paying attention at all, just typing away. The teacher asked him what he was doing that was so important that he couldn't listen, and to please come up and solve the problem. This kid walked straight up t…
Someone once told me, “comparison is the thief of joy.” I’m confident this is a famous quote. But once I heard it, it kept resonating. Then years later I watched Bluey with my kids and mom says, “just run your own race” and it all clicked. I’m so thankful that it clicked because I feel liberated from this self-imposed sense that I need to absolutely maximize my time here, which is an impossible task.
"However much you possess there's someone else who has more, and you'll be fancying yourself to be short of things you need to exact extent to which you lag behind him."
Lucius Annaeus Seneca, Letters from a Stoic
Re: Teenager solves stubborn riddle about prime number look-alikes
#175Earlier quoted context omitted.
I wasn't as cool as this kid, but I wrote a binomial expansion program in TI BASIC back in high school that I was pretty proud of. Teacher said it was neat, but then banned calculators on our tests/ quizzes after I demoed it.
I wrote programs too. Even had them print out the work. Checked with the teacher at the beginning of the year and she said no problem. After rampant cheating, mostly people just writing notes in the programs section, she instituted a policy of deleting everyone’s calculator before any test. but let me keep mine too, I had asked to not delete it and I’d take a class calculator if she insisted.
So I memorised my quadratic-solver-with-intermediate-steps and tapped it back in while we were waiting for the test to start :)
The calculation was not hard, but it was still faster just to run my program and scribble down the steps it spat out than to do the solving manually each time it came up. IIRC I had one for simultaneous equations too.
Re: Teenager solves stubborn riddle about prime number look-alikes
#176Earlier quoted context omitted.
Someone once told me, “comparison is the thief of joy.” I’m confident this is a famous quote. But once I heard it, it kept resonating. Then years later I watched Bluey with my kids and mom says, “just run your own race” and it all clicked. I’m so thankful that it clicked because I feel liberated from this self-imposed sense that I need to absolutely maximize my time here, which is an impossible task.
Reminds me of Seneca: "However much you possess there's someone else who has more, and you'll be fancying yourself to be short of things you need to exact extent to which you lag behind him." Lucius Annaeus Seneca, Letters from a Stoic
There are many people who are fortunate in material or circumstantial ways, but you see ways in which they’re enslaved by it or it somehow dictates their life. The classic “owned by what your own” paradigm which is eerily common in western culture.
This can have the effect of making you feel fortunate for having less, rather than envious.
I love Seneca. What I haven’t got a good grip on is time. On the Shortness of Life is a bit of a gut punch for me.
Re: Teenager solves stubborn riddle about prime number look-alikes
#177Earlier quoted context omitted.
> I would rather guess that it is some genetic defect in the brain causing a person to prefer playing with abstract problems to booze, smoke and sexual gratification. But I doubt that having such a guess is allowed. Understandable given it's a comically elitist point of view. Fun fact: Richard Feynman experimented with both LSD and Ketamine, among other things. Shame, imagine how much he could have achieved if he had…
Elitist?? I doubt that any American family has a lower standard of living, than a Soviet math post-graduate student, single mother of two. We have no permanent beds only folding ones, I made my studies on a drawing board put over a sewing machine (do you know what sewing machine is for? It’s to repair your old clothing) our apartment was shared by two families, it has no hot water and water itself was de facto ration…
Do you find these condescending tactics work well when you're trying to change someone's view?
Re: Teenager solves stubborn riddle about prime number look-alikes
#178Re: Teenager solves stubborn riddle about prime number look-alikes
#179Earlier quoted context omitted.
This isn't eugenics. People are allowed to choose their mates for their phenotypes, and we don't sterilize (except in very rare, extreme circumstances, with legal approvals) people who don't have specific phenotypes. It's a gedanken experiment, but I would expect that people who measure low on IQ tests but are raised immersed in an technical or artistic environment have as much potential to become masters as people w…
> This isn't eugenics. People are allowed to choose their mates for their phenotypes The fact that something is allowed doesn't make it not eugenics. Choosing your mate for their phenotype is eugenics.
Re: Teenager solves stubborn riddle about prime number look-alikes
#180Earlier quoted context omitted.
No closed form solution means you cannot write a program that will, given an arbitrary polynomial, tell you the solution. Which is what was claimed above. Obviously the solution exists, but there is no single algorithm that can tell you what it is.
No closed form solution means we can't write out the solution cleanly using standard algebraic operations. You can still write iterative algorithms that converge on the solution, such as by solving for the eigenvalues of a matrix.
When the solution is irrational, as is common for polynomials, it might be difficult to guess what it is based on knowing an approximation of it.