No history yet

Introduction to Sums and Products

Combining Numbers

At its heart, a lot of math is about combining numbers. The two most fundamental ways to do this are through addition and multiplication. When you add numbers together, the result is called a sum. When you multiply them, the result is a product.

Sum

noun

The result of adding two or more numbers together.

For example, if you have 3 apples and someone gives you 5 more, you find the total by adding them.

3+5=83 + 5 = 8

The number 8 is the sum.

Product

noun

The result of multiplying two or more numbers together.

Multiplication is like repeated addition. If you have 3 bags with 5 apples in each, you multiply to find the total.

3×5=153 \times 5 = 15

The number 15 is the product. These operations might seem simple, but they follow a few powerful rules that make all of math work.

The Rules of Operations

Imagine you're baking. It doesn't matter if you add flour then sugar, or sugar then flour. The mix ends up the same. Addition and multiplication have a similar rule called the Commutative Property. The order of the numbers doesn't change the outcome.

a+b=b+aa×b=b×aa + b = b + a \\ a \times b = b \times a

For example, 2+7=92+7=9 is the same as 7+2=97+2=9. Likewise, 2×7=142 \times 7 = 14 is the same as 7×2=147 \times 2 = 14.

Next is the Associative Property. This rule says that when you are only adding or only multiplying, you can group the numbers in any way you like. It doesn't matter which pair you combine first.

(a+b)+c=a+(b+c)(a×b)×c=a×(b×c)(a + b) + c = a + (b + c) \\ (a \times b) \times c = a \times (b \times c)

Think about (2+3)+4(2+3)+4. You first do 2+3=52+3=5, and then 5+4=95+4=9. Or you could do 2+(3+4)2+(3+4). You'd do 3+4=73+4=7, and then 2+7=92+7=9. Same answer.

The final and most interesting rule is the Distributive Property. This one connects multiplication and addition. It tells us how to handle a number that multiplies a sum in parentheses.

a×(b+c)=(a×b)+(a×c)a \times (b + c) = (a \times b) + (a \times c)

This rule says you can either add the numbers in the parentheses first and then multiply, or you can "distribute" the multiplication to each number inside and then add the products. For instance, with 4×(5+2)4 \times (5+2), you could calculate 4×7=284 \times 7 = 28. Or, you could distribute:

(4×5)+(4×2)=20+8=28(4 \times 5) + (4 \times 2) = 20 + 8 = 28

The result is identical. This property is a cornerstone of algebra because it lets us work with expressions that contain variables.

Putting It to Use

These properties aren't just abstract rules; they're shortcuts we use all the time, often without thinking. When you're adding a list of prices at the grocery store, you might group numbers that add up to 10 to make it easier (associative property). If you need to calculate 18×518 \times 5, you might find it easier to think of it as (10+8)×5(10+8) \times 5. Using the distributive property, that becomes (10×5)+(8×5)(10 \times 5) + (8 \times 5), which is 50+40=9050+40=90.

In algebra, these properties are essential for simplifying expressions. Suppose you have the expression 2(x+3)+4x2(x+3) + 4x. The distributive property lets you rewrite 2(x+3)2(x+3) as 2x+62x+6. Now the expression is 2x+6+4x2x+6+4x. Thanks to the commutative property, you can reorder this to 2x+4x+62x+4x+6. Finally, you can combine the like terms to get 6x+66x+6. Without these rules, algebra would be impossible.

Understanding sums, products, and their properties is the first step to building a solid foundation in mathematics. Every complex equation you'll ever see is built upon these simple, powerful ideas.

Ready to test your understanding? Give these questions a try.

Quiz Questions 1/5

When numbers are multiplied together, the result is called a _______.

Quiz Questions 2/5

Which equation is an example of the Commutative Property?

Mastering these basic operations and their rules opens the door to the rest of mathematics.