Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 6~30 minUnit 2 · Patterns & Algebra+90 XP

Multiplying Algebraic Terms

What is $3x \times 4y$? Multiply the numbers, multiply the variables. Learn the simple rules that make algebraic multiplication effortless.

Today's hook: A rectangle has width $3x$ and length $4y$. What is its area? Area = width × length, so the answer is a multiplication of algebraic terms.
0/5QUESTS
Think First
warm-up

What is $3a \times 4b$? Explain your reasoning about how you multiply the numbers and the letters separately.

Record in workbook.
1
The Big Idea
+5 XP to read

To multiply algebraic terms, multiply the coefficients (the numbers) and multiply the variables (the letters) separately. Then write them together.

$3x \times 4y$: coefficients $3 \times 4 = 12$, variables $x \times y = xy$. Result: $12xy$. Unlike addition, you CAN multiply unlike terms!

$3x$coeff: 3 × $4y$coeff: 4 $3 \times 4 = 12$ $x \times y = xy$ $= 12xy$ MULTIPLY: coeff & var
$3x \times 4y = (3 \times 4)(x \times y) = 12xy$
Multiply coefficients
$2 \times 5 = 10$. Always multiply the number parts first.
Multiply variables
$x \times y = xy$. $a \times a = a^2$. Write letters in alphabetical order.
Unlike terms OK!
Unlike addition, multiplication works for ANY terms. $3x \times 5y$ is fine!
2
What You'll Master
objectives

Know

  • Coefficients multiply together
  • Variables multiply together
  • Same variable = add powers

Understand

  • Why $x \times x = x^2$
  • Why order of letters doesn't matter
  • How to handle negatives

Can Do

  • Multiply two or more algebraic terms
  • Simplify products with same variables
  • Handle multiple variables
3
Words You Need
vocabulary
ProductThe result of multiplication. The product of $3x$ and $4y$ is $12xy$.
CoefficientThe number in a term. In $3x$, the coefficient is 3. Multiply coefficients together.
Variable ProductThe letter part of a product. $x \times y = xy$, $x \times x = x^2$.
PowerWhen a variable is multiplied by itself. $x \times x = x^2$ (read "x squared").
CommutativeOrder doesn't matter in multiplication. $ab = ba$ and $3x = x \cdot 3$.
SimplifyWrite a product in its shortest form. $2x \times 3x \times y = 6x^2y$.
4
Spot the Trap
heads-up

Wrong: $x \times x = 2x$

Right: $x \times x = x^2$. It's $x$ multiplied by $x$, not $x$ plus $x$.

Wrong: $3x \times 2x = 6x$

Right: $3x \times 2x = 6x^2$. Coeff: $3 \times 2 = 6$. Var: $x \times x = x^2$.

5
Same Variable: Add Powers
+5 XP

When you multiply terms with the same variable, you add the powers. $x^2 \times x^3 = x^{2+3} = x^5$.

$x^2 = x \times x$ and $x^3 = x \times x \times x$. So $x^2 \times x^3 = (x \times x)(x \times x \times x) = x \times x \times x \times x \times x =$ $x^5$.

$x^2$$x \cdot x$ × $x^3$$x \cdot x \cdot x$ $x \cdot x \cdot x \cdot x \cdot x$ $= x^5$ $x^{2+3} = x^5$ ADD THE POWERS same base: add exponents
$x^a \times x^b = x^{a+b}$
ProductCoefficientsVariablesResult
$2x \times 3x$$2 \times 3 = 6$$x \times x = x^2$$6x^2$
$3a \times 4ab$$3 \times 4 = 12$$a \times ab = a^2b$$12a^2b$
$x^2 \times x^3$$1 \times 1 = 1$$x^{2+3} = x^5$$x^5$
$5xy \times 2y$$5 \times 2 = 10$$xy \times y = xy^2$$10xy^2$
6
Multiple Variables
+5 XP

Multiply term by term. Gather same variables. Write in alphabetical order.

$2a \times 3b \times 4a$Coefficients: $2 \times 3 \times 4 = 24$   $a \times a = a^2$   $b$ stays $= 24a^2b$Rearrange: $2 \times 3 \times 4 = 24$, $a \times a = a^2$, $b$ stays
Try It: Simplify $3x \times 2y \times x$.Ans: $6x^2y$
7
Handling Negatives
+5 XP

Use the sign rules: positive × positive = positive, negative × negative = positive, positive × negative = negative.

$(-3x)(-2y)$neg × neg = pos$= 6xy$ $(-4a)(3b)$neg × pos = neg$= -12ab$ $(2x)(-5x)$pos × neg = neg$= -10x^2$
8
Quick Reference Table
+5 XP
ProductWorkingAnswer
$3x \times 4y$$3 \times 4 = 12$, $xy$$12xy$
$2a \times 5a$$2 \times 5 = 10$, $a^2$$10a^2$
$(-3x)(2y)$$-3 \times 2 = -6$, $xy$$-6xy$
$x^2 \times x^4$$1$, $x^{2+4}$$x^6$
$4xy \times 3x$$4 \times 3 = 12$, $x^2y$$12x^2y$
Watch Me Solve It · Complex product
+15 XP per step
Q
PROBLEM
Simplify $(-2x)(3xy)(-y)$.
  1. 1
    Multiply the coefficients
    $(-2) \times 3 \times (-1) = +6$
    $-2 \times 3 = -6$. Then $-6 \times (-1) = +6$. Two negatives make a positive!
  2. 2
    Multiply the $x$ variables
    $x \times x = x^2$
    The first term has $x^1$ (just $x$), the second has $x^1$. $x^1 \times x^1 = x^{1+1} = x^2$.
  3. 3
    Multiply the $y$ variables
    $y \times y = y^2$
    The second term has $y^1$, the third has $y^1$. $y^1 \times y^1 = y^2$.
  4. 4
    Combine all parts
    $6x^2y^2$
    Coefficient: 6. $x$-part: $x^2$. $y$-part: $y^2$. Write in alphabetical order: $x$ before $y$.
Answer$6x^2y^2$
9
Common Pitfalls
heads-up
$x \times x = 2x$
Multiplication is not addition! $x \times x = x^2$, not $2x$.
Fix: write out $x \times x = x^2$. Only add powers, not variables.
$3x \times 2x = 6x$
Forgot to multiply the variables! $x \times x = x^2$, not $x$.
Fix: coeff $ imes$ coeff AND var $ imes$ var. Always do both.
$(-3x)(-2y) = -6xy$
Two negatives make a positive! $-3 \times -2 = +6$.
Fix: neg × neg = pos. Count the negatives: even = positive, odd = negative.

How are you completing this lesson?

D
Brain Trainer · Mixed
4 problems
  1. 1 Simplify $4x \times 3y$.

    $4 \times 3 = 12$, $x \times y = xy$. $12xy$$12xy$
  2. 2 Simplify $2a \times 5a$.

    $2 \times 5 = 10$, $a \times a = a^2$. $10a^2$$10a^2$
  3. 3 Simplify $(-3x)(-2y)$.

    $-3 \times -2 = +6$. $6xy$$6xy$
  4. 4 Simplify $x^2 \times x^3 \times 2x$.

    Coeff: $1 \times 1 \times 2 = 2$. $x$-part: $x^{2+3+1} = x^6$. $2x^6$$2x^6$
Complete in workbook.
1
Multiple Choice
+10 XP
$3a \times 4b = $
2
Multiple Choice
+10 XP
$2x \times 5x = $
3
Multiple Choice
+10 XP
$(-4y)(-3y) = $
4
Multiple Choice
+10 XP
$x^3 \times x^2 = $
5
Multiple Choice
+10 XP
A rectangle has width $2x$ and length $3y$. What is its area?
Show Your Working
9 marks total
Apply Medium 2 MARKS

Q6. Simplify $5a \times 2b$.

Answer in your workbook.
Apply Medium 3 MARKS

Q7. Simplify $(-3x)(2y)(-x)$.

Answer in your workbook.
Apply Medium 4 MARKS

Q8. A box has dimensions $2x$, $3x$, and $y$. Write and simplify an expression for its volume.

Answer in your workbook.
Apply Hard 3 MARKS

Stretch. If $2x \times 3x \times k = 30x^2$, find the value of $k$.

Answer in your workbook.
Stretch Challenge · +25 XP, +10 coins

Extension Problems

Ready for a bigger challenge? Try these extension problems.

R
Quick Review

Key Concept

Review the main ideas from this lesson.

Formulas

Key formulas and rules.

Watch Out

Common mistakes to avoid.

Check

Always verify your answers.

Practice

Keep practicing to master.

Next

Build on these skills.

Interactive: Algebra Machine

Substitute numbers into algebraic expressions and see them evaluate step by step.

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.