LMD Async Tutoring

OK. Summarize what you’ve done in the past. You can mention some things you think you know or don’t know.

Also, do this assignment Eternity Async Tutoring - #446 by Elliot

Oh and for math, another thing you can do is take a function that only takes 2 inputs and maps them to specific outputs. like 3->8, 5->20. And then you can create that function with arithmetic. There are some general concepts you can use to solve these with a repeatable method. Optional but related to recent stuff. It’s much harder with 3 mappings than 2 FYI, so you can create your own practice problems using 2 mappings but I don’t recommend 3. One reason is because you can always draw a straight line through 2 points on a plane, but usually can’t draw a straight line through 3 points which indicates a non-linear solution is needed. Sometimes special cases help like the number 0. like when x+y was 0, 1 or 2, you had to deal with 3 mappings, but you can multiply, divide or remainder without affecting the 0, so the 0 is partially ignorable which can help. @Eternity you might be interested in this too as well as in or(x,y) = (x+y+(x+y)%2)/2 above.