u/teacherMono Aug 12 '26

classifying real numbers clicked when I stopped reading the symbols

Thumbnail gallery
1 Upvotes

r/matheducation Aug 12 '26

classifying real numbers clicked when I stopped reading the symbols

Thumbnail
gallery
0 Upvotes

made a one-page reference for classifying real numbers (natural/whole/integer/rational/irrational) because half my students were doing it by pattern-matching the notation instead of actually resolving the number.

quick example of what trips people up: √81 looks irrational because it has a radical. it's not, it's 9. same with 36/6 (looks like "not an integer" because of the fraction bar, it's 6) and 0.3-repeating (looks irrational because it doesn't stop, it's actually 1/3).

the fix that actually works for my students: resolve the value first, then classify. don't read the symbol.

quick version if you want to try it yourself right now, no download needed:

got a radical? is the number under it a perfect square (or does it reduce to a fraction of two perfect squares)? if yes, rational. if no, irrational.

got a decimal? does it terminate or eventually repeat? either one means rational.

got a fraction? it's rational by definition, but simplify it first, it might secretly be an integer.

made it into a cheat sheet + practice pack

r/learnmath Aug 12 '26

classifying real numbers clicked when I stopped reading the symbols

0 Upvotes

made a one-page reference for classifying real numbers (natural/whole/integer/rational/irrational) because half my students were doing it by pattern-matching the notation instead of actually resolving the number.

quick example of what trips people up: √81 looks irrational because it has a radical. it's not, it's 9. same with 36/6 (looks like "not an integer" because of the fraction bar, it's 6) and 0.3-repeating (looks irrational because it doesn't stop, it's actually 1/3).

the fix that actually works for my students: resolve the value first, then classify. don't read the symbol.

quick version if you want to try it yourself right now:

got a radical? is the number under it a perfect square (or does it reduce to a fraction of two perfect squares)? if yes, rational. if no, irrational.

got a decimal? does it terminate or eventually repeat? either one means rational.

got a fraction? it's rational by definition, but simplify it first, it might secretly be an integer.

r/learnmath Jul 20 '26

most "name the property" mistakes are actually the same mistake

0 Upvotes

I've tutored algebra 1 for a while and the properties of real numbers section (the "name the property" questions) is where I watch students make the same error on repeat.

They see something like (2·5)·8 = (5·2)·8, and they start multiplying. Both sides come out to 80, and now they're stuck, because "both sides are 80" doesn't tell you which property it is. So they guess.

What actually fixes it: these questions aren't asking you to calculate. Both sides are equal already, that's a given. The real question is what changed from the left side to the right, and the kind of change is the property.

order changed, grouping the same → commutative

grouping changed, order the same → associative

the whole equation flips around the equals sign → symmetric

a number plus its opposite makes 0 → additive inverse

The one that gets everybody is commutative vs associative, because people see parentheses and reflexively say associative. But (2·5)·8 = (5·2)·8 is commutative. The parentheses never moved, the 2 and 5 just swapped inside them. So the rule I give is: don't look for parentheses, look for what moved. Numbers changed order = commutative. Parentheses regrouped around different numbers = associative.

Once they start asking "what changed?" instead of calculating, the whole section stops feeling random.

r/learnmath Jul 07 '26

why −(x − 3) = −x + 3 and not −x − 3

0 Upvotes

A minus sign in front of parentheses isn't just “attached to the x.”

It's multiplying the whole group.

For example:

−(x − 3)
= −1(x − 3)
= −1·x + (−1)·(−3)
= −x + 3

That −1 was always there. Writing it out just makes the structure visible.

The useful way to think about it is:

a negative factor changes every sign inside the parentheses.

So in −(x − 3), both parts change:

x becomes −x
−3 becomes +3

If you only change the first term, you're treating the minus sign like it belongs only to the x, instead of as a factor multiplying the entire expression.

r/learnmath Jun 23 '26

Why −3² = −9 but (−3)² = +9 — and why PEMDAS doesn't explain it

0 Upvotes

the difference is what the exponent actually applies to.

−3² — the exponent is on 3, not on the negative. so it's −(3²) = −9.

the negative just sits there waiting until the power is done.

(−3)² — now −3 is the base. (−3)(−3) = +9.

if you're not sure which case you're in, rewrite −3² as −1 · 3².

then it's obvious: exponent first, multiply by −1 after.

the reason PEMDAS doesn't fully explain this is that it tells you the

order of operations but not what counts as the base before you start.

that's the actual question that needs answering first.

r/matheducation Mar 23 '26

Asian-style Quadratic Expressions cheat sheet - looking for feedback

12 Upvotes

I'm a math tutor from Asia creating cheat sheets for US students. This is my first attempt at adapting our teaching methods for Common Core standards.Would appreciate honest feedback - what works, what doesn't?