Operations

Understanding Mathematical Operations

Mathematical operations are fundamental procedures used to manipulate numbers and solve problems. As a paraprofessional, you’ll need a solid understanding of these operations to support students in their math learning. This guide covers the four basic operations (addition, subtraction, multiplication, division) and more complex operations that build upon them.

What are Mathematical Operations?

Mathematical operations are procedures that take one or more numbers (inputs) and produce a new number (output). The four basic operations form the foundation of arithmetic and more advanced mathematics:

  • Addition (+): Combining quantities
  • Subtraction (-): Finding the difference between quantities
  • Multiplication (×): Repeated addition
  • Division (÷): Splitting into equal parts

These basic operations extend to more complex operations like exponents, roots, logarithms, and various algebraic operations.

The Order of Operations

PEMDAS: The Order of Operations

When evaluating mathematical expressions with multiple operations, we follow a specific order to ensure consistent results. This order is often remembered using the acronym PEMDAS:

  1. Parentheses (or brackets)
  2. Exponents (powers, roots)
  3. Multiplication and Division (from left to right)
  4. Addition and Subtraction (from left to right)

Some students remember this as “Please Excuse My Dear Aunt Sally.”

Example 1: Order of Operations

Evaluate the expression: 3 + 5 × 2 – (4 ÷ 2)²

Step 1: Parentheses: (4 ÷ 2) = 2

Step 2: Exponents: 2² = 4

Step 3: Multiplication: 5 × 2 = 10

Step 4: Addition and subtraction (left to right): 3 + 10 – 4 = 9

Therefore, 3 + 5 × 2 – (4 ÷ 2)² = 9

Addition

Addition Concepts

Addition is the operation of combining quantities. It is indicated by the + symbol.

  • Terms: The numbers being added are called addends, and the result is called the sum.
  • Properties:
    • Commutative Property: a + b = b + a (the order doesn’t matter)
    • Associative Property: (a + b) + c = a + (b + c) (grouping doesn’t matter)
    • Identity Property: a + 0 = a (adding zero doesn’t change the value)

Addition Strategies

Standard Algorithm

The traditional column method involves lining up place values and adding from right to left, carrying when necessary.

345
678
1023

Mental Math Strategies

  • Make tens: 8 + 7 = 8 + 2 + 5 = 10 + 5 = 15
  • Decompose numbers: 28 + 35 = 20 + 8 + 30 + 5 = 50 + 13 = 63
  • Add from left to right: 47 + 25 = 40 + 20 + 7 + 5 = 60 + 12 = 72
  • Compensation: 49 + 17 = 50 + 17 – 1 = 67 – 1 = 66

Example 2: Word Problem with Addition

A class collected 237 cans in week one and 358 cans in week two for a recycling drive. How many cans did they collect in total?

Step 1: Identify the values to add: 237 cans and 358 cans

Step 2: Set up the addition: 237 + 358

Step 3: Add using the standard algorithm:

237

358


595
    

The class collected 595 cans in total.

Subtraction

Subtraction Concepts

Subtraction is the operation of finding the difference between quantities. It is indicated by the – symbol.

  • Terms: In a – b, a is the minuend, b is the subtrahend, and the result is the difference.
  • Properties:
    • Non-Commutative: a – b ≠ b – a (order matters)
    • Non-Associative: (a – b) – c ≠ a – (b – c) (grouping matters)
    • Identity Property: a – 0 = a (subtracting zero doesn’t change the value)
  • Relationship to addition: a – b = c is equivalent to a = b + c

Subtraction Strategies

Standard Algorithm

The traditional column method involves lining up place values and subtracting from right to left, borrowing when necessary.

7¹2

4 8


2 4
            

Mental Math Strategies

  • Count up: For 52 – 48, count up from 48 to 50 (2) then to 52 (2 more), for a total of 4
  • Decompose numbers: 82 – 35 = 82 – 30 – 5 = 52 – 5 = 47
  • Compensation: 80 – 49 = 80 – 50 + 1 = 30 + 1 = 31

Example 3: Word Problem with Subtraction

A school library has 1,250 books. If 326 books are checked out, how many books remain in the library?

Step 1: Identify the values: Total books = 1,250, Books checked out = 326

Step 2: Set up the subtraction: 1,250 – 326

Step 3: Subtract using the standard algorithm:

1,250

326

924
    

There are 924 books remaining in the library.

Multiplication

Multiplication Concepts

Multiplication is the operation of repeated addition. It is indicated by the × or * symbol.

  • Terms: In a × b, a and b are factors, and the result is the product.
  • Properties:
    • Commutative Property: a × b = b × a (order doesn’t matter)
    • Associative Property: (a × b) × c = a × (b × c) (grouping doesn’t matter)
    • Identity Property: a × 1 = a (multiplying by 1 doesn’t change the value)
    • Zero Property: a × 0 = 0 (any number multiplied by 0 equals 0)
    • Distributive Property: a × (b + c) = (a × b) + (a × c)

Multiplication Strategies

Standard Algorithm

The traditional column method involves multiplying each digit of the multiplicand by each digit of the multiplier, and then adding the partial products.

  34
× 27
----
 238 (34 × 7)
+680 (34 × 20)
----
 918
            

Mental Math Strategies

  • Doubling and halving: 25 × 8 = 50 × 4 = 200
  • Factoring: 7 × 16 = 7 × (8 × 2) = (7 × 8) × 2 = 56 × 2 = 112
  • Distributive property: 8 × 13 = 8 × (10 + 3) = 8 × 10 + 8 × 3 = 80 + 24 = 104
  • Multiplying by 10, 100, 1000: Add zeros to the end of the number

Example 4: Word Problem with Multiplication

A teacher needs 24 pencils for each of the 15 students in her class. How many pencils does she need in total?

Step 1: Identify the values: 24 pencils per student, 15 students

Step 2: Set up the multiplication: 24 × 15

Step 3: Multiply using the standard algorithm:

  24
× 15
----
 120 (24 × 5)
+240 (24 × 10)
----
 360
    

The teacher needs 360 pencils in total.

Division

Division Concepts

Division is the operation of splitting into equal parts or finding how many groups. It is indicated by the ÷, / or ) symbols.

  • Terms: In a ÷ b, a is the dividend, b is the divisor, and the result is the quotient. Any amount left over is the remainder.
  • Properties:
    • Non-Commutative: a ÷ b ≠ b ÷ a (order matters)
    • Non-Associative: (a ÷ b) ÷ c ≠ a ÷ (b ÷ c) (grouping matters)
    • Identity Property: a ÷ 1 = a (dividing by 1 doesn’t change the value)
    • Zero Property: 0 ÷ a = 0 (zero divided by any non-zero number equals 0)
    • Undefined: a ÷ 0 is undefined (division by zero is not defined)
  • Relationship to multiplication: a ÷ b = c is equivalent to a = b × c

Division Strategies

Long Division Algorithm

The traditional method involves dividing the dividend by the divisor, one digit at a time.

     24 R3
  25)603
    -50
     10
     -0
     103
    -100
       3
            

603 ÷ 25 = 24 remainder 3, or 24.12

Mental Math Strategies

  • Repeated subtraction: Count how many times you can subtract the divisor
  • Factoring: 84 ÷ 4 = 84 ÷ (2 × 2) = (84 ÷ 2) ÷ 2 = 42 ÷ 2 = 21
  • Dividing by 10, 100, 1000: Move the decimal point left
  • Halving: Division by 2 is the same as halving

Example 5: Word Problem with Division

A school has 144 students who need to be divided equally into 8 classrooms. How many students will be in each classroom?

Step 1: Identify the values: 144 students, 8 classrooms

Step 2: Set up the division: 144 ÷ 8

Step 3: Divide:

     18
   8)144
    -8
     64
    -64
      0
    

There will be 18 students in each classroom.

Fractions, Decimals, and Percentages in Operations

Operations with Fractions

Addition and Subtraction of Fractions

  1. Find a common denominator (LCD – Least Common Denominator)
  2. Convert all fractions to equivalent fractions with the LCD
  3. Add or subtract the numerators
  4. Simplify the result if possible

Multiplication of Fractions

  1. Multiply the numerators
  2. Multiply the denominators
  3. Simplify the result if possible

Division of Fractions

  1. Invert the second fraction (find its reciprocal)
  2. Multiply the first fraction by the reciprocal of the second
  3. Simplify the result if possible

Example 6: Operations with Fractions

Addition: 2/5 + 1/3

Step 1: Find LCD of 5 and 3, which is 15

Step 2: Convert fractions: 2/5 = 6/15, 1/3 = 5/15

Step 3: Add numerators: 6/15 + 5/15 = 11/15

Therefore, 2/5 + 1/3 = 11/15

Multiplication: 3/4 × 2/5

Step 1: Multiply numerators: 3 × 2 = 6

Step 2: Multiply denominators: 4 × 5 = 20

Step 3: Simplify if possible: 6/20 = 3/10

Therefore, 3/4 × 2/5 = 3/10

Division: 2/3 ÷ 4/5

Step 1: Invert the second fraction: 4/5 becomes 5/4

Step 2: Multiply: 2/3 × 5/4

Step 3: Multiply numerators: 2 × 5 = 10

Step 4: Multiply denominators: 3 × 4 = 12

Step 5: Simplify: 10/12 = 5/6

Therefore, 2/3 ÷ 4/5 = 5/6

Operations with Decimals

Addition and Subtraction of Decimals

  1. Align the decimal points
  2. Add or subtract as with whole numbers
  3. Place the decimal point in the result directly below the aligned decimal points

Multiplication of Decimals

  1. Multiply as with whole numbers (ignore decimal points)
  2. Count the total number of decimal places in both factors
  3. Place the decimal point in the product so it has the same total number of decimal places

Division of Decimals

  1. Move the decimal point in the divisor to make it a whole number
  2. Move the decimal point in the dividend the same number of places
  3. Divide as with whole numbers
  4. Place the decimal point in the quotient directly above the decimal point in the dividend

Example 7: Operations with Decimals

Addition: 3.45 + 2.7

Step 1: Align decimal points:

3.45

2.70


6.15

Therefore, 3.45 + 2.7 = 6.15

Multiplication: 2.3 × 1.5

Step 1: Multiply as with whole numbers: 23 × 15 = 345

Step 2: Count decimal places: 2.3 has 1 decimal place, 1.5 has 1 decimal place, total = 2

Step 3: Place decimal point: 345 becomes 3.45

Therefore, 2.3 × 1.5 = 3.45

Division: 5.6 ÷ 0.8

Step 1: Move decimal in divisor: 0.8 becomes 8 (moved 1 place)

Step 2: Move decimal in dividend: 5.6 becomes 56 (moved 1 place)

Step 3: Divide: 56 ÷ 8 = 7

Therefore, 5.6 ÷ 0.8 = 7

Operations with Percentages

Converting Between Percentages, Decimals, and Fractions

  • Percentage to decimal: Divide by 100 (move decimal point 2 places left)
  • Decimal to percentage: Multiply by 100 (move decimal point 2 places right)
  • Percentage to fraction: Express as n/100 and simplify
  • Fraction to percentage: Divide numerator by denominator and multiply by 100

Key Percentage Calculations

  • Finding a percentage of a number: Multiply the number by the percentage expressed as a decimal
  • Finding what percentage one number is of another: Divide the first number by the second, then multiply by 100
  • Finding the original number when a percentage is given: Divide the percentage amount by the percentage expressed as a decimal

Example 8: Operations with Percentages

Finding a percentage of a number: Find 25% of 80

Step 1: Convert percentage to decimal: 25% = 0.25

Step 2: Multiply: 80 × 0.25 = 20

Therefore, 25% of 80 is 20

Finding what percentage one number is of another: What percentage of 50 is 12?

Step 1: Divide: 12 ÷ 50 = 0.24

Step 2: Convert to percentage: 0.24 = 24%

Therefore, 12 is 24% of 50

Finding the original number: If 30% of a number is 15, what is the number?

Step 1: Convert percentage to decimal: 30% = 0.3

Step 2: Divide: 15 ÷ 0.3 = 50

Therefore, if 30% of a number is 15, the number is 50

Integers and Signed Numbers

Operations with Integers

Integers are whole numbers and their negatives, including zero: {…, -3, -2, -1, 0, 1, 2, 3, …}

Addition of Integers
  • Same signs: Add absolute values and keep the sign
  • Different signs: Subtract the smaller absolute value from the larger, and use the sign of the larger absolute value
Subtraction of Integers
  • Change the operation to addition and change the sign of the second number: a – b = a + (-b)
  • Then follow the rules for addition of integers
Multiplication of Integers
  • Same signs (positive × positive or negative × negative): Result is positive
  • Different signs (positive × negative or negative × positive): Result is negative
Division of Integers
  • Same signs (positive ÷ positive or negative ÷ negative): Result is positive
  • Different signs (positive ÷ negative or negative ÷ positive): Result is negative

Example 9: Operations with Integers

Addition: -8 + 5

Step 1: Different signs, so subtract absolute values: |8| – |5| = 8 – 5 = 3

Step 2: Use sign of larger absolute value (negative): -3

Therefore, -8 + 5 = -3

Subtraction: 4 – (-6)

Step 1: Change to addition and change sign: 4 + 6

Step 2: Add: 4 + 6 = 10

Therefore, 4 – (-6) = 10

Multiplication: -7 × (-3)

Step 1: Same signs (both negative), so result is positive

Step 2: Multiply absolute values: 7 × 3 = 21

Therefore, -7 × (-3) = 21

Division: -24 ÷ 6

Step 1: Different signs, so result is negative

Step 2: Divide absolute values: 24 ÷ 6 = 4

Therefore, -24 ÷ 6 = -4

Exponents and Roots

Exponents

An exponent indicates how many times a number (the base) is multiplied by itself. For example, 2³ = 2 × 2 × 2 = 8.

Rules of Exponents
  • Product rule: xa × xb = xa+b
  • Quotient rule: xa ÷ xb = xa-b
  • Power rule: (xa)b = xa×b
  • Zero exponent: x0 = 1 (for any non-zero x)
  • Negative exponent: x-a = 1/xa

Roots

A root is the inverse operation of an exponent. For example, the square root of 9, written as √9, is 3 because 3² = 9.

Types of Roots
  • Square root: √x (or x1/2)
  • Cube root: ∛x (or x1/3)
  • Fourth root: ∜x (or x1/4)
  • General: nth root of x is x1/n

Example 10: Exponents and Roots

Evaluate 2⁴ × 2³

Method 1: Calculate each power and multiply

2⁴ = 16, 2³ = 8, so 16 × 8 = 128

Method 2: Use the product rule

2⁴ × 2³ = 2⁴⁺³ = 2⁷ = 128

Evaluate √25 + ∛8

√25 = 5 (because 5² = 25)

∛8 = 2 (because 2³ = 8)

So √25 + ∛8 = 5 + 2 = 7

Algebraic Operations

Variables and Expressions

Basic Algebraic Concepts

Algebra uses letters (variables) to represent unknown values. Algebraic expressions are combinations of variables, numbers, and operations.

Simplifying Expressions
  • Combine like terms: Terms with the same variables raised to the same powers
  • Apply the distributive property: a(b + c) = ab + ac
  • Apply rules of exponents
Evaluating Expressions

To evaluate an expression, substitute values for variables and calculate the result.

Solving Equations

Basic Equation-Solving Principles

  • Equality principle: Performing the same operation on both sides of an equation maintains the equality.
  • Isolation goal: Solve for the variable by isolating it on one side of the equation.
Steps for Solving Linear Equations
  1. Simplify both sides of the equation (combine like terms)
  2. Move all variable terms to one side and all constant terms to the other side
  3. Divide both sides by the coefficient of the variable

Example 11: Algebraic Operations

Simplify the expression: 3x + 5 + 2x – 8

Step 1: Combine like terms

3x + 2x = 5x

5 – 8 = -3

Therefore, 3x + 5 + 2x – 8 = 5x – 3

Solve the equation: 2x + 7 = 15

Step 1: Subtract 7 from both sides

2x + 7 – 7 = 15 – 7

2x = 8

Step 2: Divide both sides by 2

2x ÷ 2 = 8 ÷ 2

x = 4

Therefore, the solution is x = 4

Word Problems and Applications

Solving Word Problems

Word problems require translating verbal descriptions into mathematical operations. Follow these general steps:

  1. Read the problem carefully to understand what is being asked
  2. Identify the known information and what you need to find
  3. Assign variables for unknown quantities if needed
  4. Write equations or set up operations to represent the relationships in the problem
  5. Solve the equations or perform the operations
  6. Check your answer to ensure it makes sense in the context of the problem

Example 12: Multi-Step Word Problem

A school fundraiser sells tickets for $5 each. They have already sold 120 tickets and raised $600. Their goal is to raise a total of $1,500. How many more tickets do they need to sell to reach their goal?

Step 1: Identify known information

  • Ticket price: $5 each
  • Tickets already sold: 120
  • Money already raised: $600
  • Total goal: $1,500

Step 2: Determine what we need to find

  • Number of additional tickets needed

Step 3: Set up the calculations

Money still needed: $1,500 – $600 = $900

Number of tickets needed: $900 ÷ $5 = 180 tickets

Therefore, they need to sell 180 more tickets to reach their goal.

Common Errors and Misconceptions

Common Errors with Operations

  • Order of operations errors:
    • Incorrect: 2 + 3 × 4 = 5 × 4 = 20
    • Correct: 2 + 3 × 4 = 2 + 12 = 14
  • Sign errors with negative numbers:
    • Incorrect: 6 – (-3) = 6 – 3 = 3
    • Correct: 6 – (-3) = 6 + 3 = 9
  • Fraction operations errors:
    • Incorrect addition: 1/2 + 1/3 = 2/5
    • Correct: 1/2 + 1/3 = 3/6 + 2/6 = 5/6
  • Decimal placement errors:
    • Incorrect: 2.3 × 1.5 = 34.5
    • Correct: 2.3 × 1.5 = 3.45
  • Distributing errors:
    • Incorrect: 2(x + 3) = 2x + 3
    • Correct: 2(x + 3) = 2x + 6

Strategies for Teaching Operations

Effective Teaching Strategies

  • Use visual models: Arrays, number lines, area models, and manipulatives help students visualize operations
  • Connect to real-world contexts: Use examples from everyday life that are relevant to students
  • Teach multiple strategies: Expose students to different approaches for solving the same problem
  • Emphasize mathematical reasoning: Focus on understanding why procedures work, not just memorizing steps
  • Practice estimation: Encourage students to estimate answers as a way to check reasonableness
  • Build on prior knowledge: Connect new concepts to what students already know
  • Provide meaningful practice: Use varied problem types that require different levels of thinking
  • Address common misconceptions: Anticipate and discuss typical errors

Key Points to Remember

  • The four basic operations—addition, subtraction, multiplication, and division—form the foundation of mathematics
  • The order of operations (PEMDAS) ensures consistent evaluation of expressions
  • Each operation has specific properties that can be leveraged for mental math and problem-solving
  • Operations with fractions, decimals, and percentages follow specific rules based on their representations
  • Operations with signed numbers require attention to sign rules
  • Algebraic operations extend the basic operations to include variables
  • Word problems require translating verbal descriptions into mathematical operations
  • Being aware of common misconceptions helps in addressing student difficulties

Interactive Quiz: Mathematical Operations

1. Evaluate: 24 ÷ 4 × 3 + 5 – 8

2. Simplify: 2/5 + 3/10

3. Calculate: -8 + (-3) × 2

4. If a class sells tickets for a play at $8 each and needs to raise at least $960, what is the minimum number of tickets they need to sell?

5. Solve for x: 3(x – 2) + 4 = 16

6. Convert 3.75 to a percentage.

7. Simplify: 2³ × 2²

8. Find the value of y in the equation: 5y – 12 = 3y + 8