this post was submitted on 23 Nov 2024
248 points (97.0% liked)

Math Memes

1156 readers
429 users here now

Memes related to mathematics.

Rules:
1: Memes must be related to mathematics in some way.
2: No bigotry of any kind.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 hours ago

To expand on what superkret said, in math there is the concept of "order of operations". That is to say, every function in math (add, multiply, divide) has to be done in a specific order. Since multiplication comes before addition and subtraction, if you have a formula like a-xb-x, you will do xb first, then a minus the result of x*b, which would give a very different result than if you did a-x and multiplied that by b-x. This is where the parenthesis come in. You are basically saying, resolve every section in parenthesis first using the proper order, then resolve the rest.

My original example (a)(b) was over simplified, because there is no conflict there. You can also do things like (ax)-(bx). If there is no operator though, it is assumed multiplication, and I'm unsure why that is.