324
Simplify (lemmy.nz)
you are viewing a single comment's thread
view the rest of the comments
[-] SmartmanApps@programming.dev 1 points 2 years ago

Groups of terms beside each other are multiplying each other

Actually the whole thing is a single Term. Terms are separated by operators and joined by grouping symbols, and there's no operators between the successive brackets.

you have to solve what’s inside of those groups before multiplying them together

You don't have to, but it sure makes the working-out a lot easier if you do!

If a=1, b=2, c=3, d=4, then...

(a+b)(c+d)=(ac+ad+bc+bd)

(1+2)(3+4)=(1x3+1x4+2x3+2x4)=(3+4+6+8)=21

whereas...

(1+2)(3+4)=(3)(7)=(3x7)=21 :-)

this post was submitted on 23 Nov 2024
324 points (97.1% liked)

Math Memes

3901 readers
307 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 3 years ago
MODERATORS