Math Placement Practice - Stage 1: Refresh and Learn

How to Use This Guide

  • Use as much or as little as you need.
  • Familiarize yourself with the process to solve the problems.
  • Write out the steps — it helps you absorb the material.
  • Use the linked YouTube videos (created by us) as a mini-lesson.

Arithmetic

Multiplication and Division of Integers

Example 1: 436×52

You need to multiply 436 and 52. In this example 1 video, the traditional multiplication algorithm is demonstrated — but use any method you are comfortable with.

Example 2: 624÷16

You need to divide 624 by 16. In this example 2 video, long division is demonstrated. Again, use any method that you are comfortable with.

Fractions

Example 3: (56)2

Example 3 video. An exponent is shorthand for repeated multiplication. Since the exponent is 2, multiply the fraction by itself twice: (56)(56). When multiplying fractions, multiply straight across — numerators with numerators and denominators with denominators.

(56)2=(56)(56)=5(5)6(6)=2536

Since 25 and 36 share no common factors, the fraction is in simplest form.

Example 4: 78÷13

Example 4 video. As a general strategy, we do not perform division of fractions directly. Instead, multiply the first fraction by the reciprocal of the second — “keep, change, flip.” Keep the first fraction, change division to multiplication, and flip the second fraction.

78÷13=78·31=7(3)8(1)=218

Since 21 and 8 share no common factors, this fraction is in simplest form.

Example 5: 29+37

Example 5 video. The fractions 29 and 37 do not share a denominator, so we find equivalent fractions with matching denominators. Multiply ninths by 77 and sevenths by 99 so both denominators become 63: 29·77=1463 and 37·99=2763. With a common denominator, add the numerators over the common denominator.

1463+2763=4163

Since 41 and 63 share no common factors, this fraction is in simplest form.

Example 6: Write 0.6 as a fraction in simplest terms

Example 6 video. Remember place value. 0.6 is read as “six tenths,” which is 610. Since 6 and 10 share a common factor of 2, this is not in simplest terms. Dividing out the common factor gives 35.

Similarly, to write 0.35 as a fraction in simplest terms: 0.35 is “thirty-five hundredths,” written 35100. Both share a factor of 5, so it simplifies to 720.

Absolute Value

Example 7: |15+8|

Example 7 video. Any operation inside absolute-value bars must be computed first. Compute 15+8=7, then take |7|=7.

|15+8|=|7|=7

Prealgebra and Algebra

Evaluate (Order of Operations)

Order of operations video. The order of operations exists so we arrive at a unique answer. Other orderings can give different results, so it’s important to follow the order correctly.

Recall the order of operations: PEMDAS

  • Parentheses: Compute any operation in parentheses
  • Exponents: Evaluate powers and roots
  • Multiplication and Division: Whichever comes first, left to right
  • Addition and Subtraction: Whichever comes first, left to right
Example 8: 16÷2(1+3)
  1. Add inside the parentheses first: 16÷2(4).
  2. Handle multiplication and division left to right. Division comes first: 16÷2=8.
  3. Multiply: 8(4)=32.

Simplify the Expression

Example 9: 7x3+8x+9

Example 9 video. There are two kinds of terms:

  • Terms with x: 7x+8x=15x.
  • Constant terms: 3+9=6.
7x3+8x+9=15x+6

In the form ax+b: a=15, b=6.

Example 10: x2+7x2+5x2+3x6

Example 10 video. There are three 'types' of terms here:

  • Terms with x2: x2+5x2=4x2.
  • Terms with x: 7x+3x=10x.
  • Constants: 26=8.

In the form ax2+bx+c: 4x2+10x8, so a=4, b=10, c=8.

Substitution

Example 11: Evaluate 7x+5 when x=3

Example 11 video. Replace x with 3, then simplify using the order of operations.

7(3)+5=21+5=26

Solving Equations

The goal is to isolate the variable. Undo the order of operations one step at a time using opposite operations.

Example 12: Solve 5x=30

Example 12 video. Since x is multiplied by 5, divide both sides by 5 to isolate x: x=6. Check: 5(6)=30. ✓

Example 13: Solve x3=17

Example 13 video. Add 3 to both sides: x=20. Check: 203=17. ✓

Examples 12 and 13 are one-step equations. Combinations of these steps solve multi-step equations. Work from the terms farthest from the variable inward, moving x terms to one side and constants to the other.

Example 14: Solve 4x+6=16
  1. Subtract 6 from both sides: 4x=10.
  2. Divide both sides by 4: x=104=52.

Check: 4·52+6=10+6=16. ✓

Example 14 video

Example 15: Solve 2x+11=5x+9
  1. Subtract 5x from both sides: 7x+11=9.
  2. Subtract 11 from both sides: 7x=2.
  3. Divide both sides by 7: x=27.

Check — left side:

2(27)+11=47+777=737

Right side:

5(27)+9=107+637=737

Both sides match. ✓

Example 15 video

Example 16: Solve 16(x+8)+56(2x1)=3

Example 16 video. When fractions sit outside parentheses, multiply both sides by the common denominator to clear them. (This trick works only for equations — not for expressions without an equal sign.) Both fractions have denominator 6, so multiply every term by 6.

6·16(x+8)=(x+8)
6·56(2x1)=5(2x1)=10x5
6·3=18

So the equation becomes:

(x+8)+(10x5)=1811x+3=1811x=15x=1511

Check — left side:

16(1511+8)+56(2·15111)=19866=3

Right side is 3. ✓

Slope

The slope between two points (x1,y1) and (x2,y2) is:

m=y2y1x2x1
Example 17: Slope between (1,6) and (7,2)

Example 17 video. Pick either point as the first; just stay consistent. Let x1=1, y1=6 and x2=7, y2=2.

m=267(1)=48=12

Equation of a Line in y=mx+b Form

You always need two things to write the equation of a line:

  • The slope. If provided, you’re done with step one. Otherwise, calculate it from two points.
  • One point on the line. Then use point-slope form:

    yy1=m(xx1)

    (The x and y without subscripts remain as variables.) Then simplify and isolate y to identify m and b.

Example 18: Equation of the line through (2,5) and (8,1)

Step 1 — calculate the slope with x1=2, y1=5, x2=8, y2=1:

m=1(5)82=66=1

Step 2 — plug into point-slope form:

y(5)=1(x2)y+5=x2y=x7

So m=1 and b=7.

Example 18 video