MPT Study2017
MPT Study2017
STUDY GUIDE
The study guide is a review of the topics covered by the Columbia College Math
Placement Test. The guide includes a sample test question for each topic. The answers are
given at the end.
1. Arithmetic. Calculators may not be used for this test because part of the test involves
knowledge of basic arithmetic.
a) Adding whole numbers. You must know the sum of any two one-digit numbers:
+ 1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 7 8 9 10
2 3 4 5 6 7 8 9 10 11
3 4 5 6 7 8 9 10 11 12
4 5 6 7 8 9 10 11 12 13
5 6 7 8 9 10 11 12 13 4
6 7 8 9 10 11 12 13 14 15
7 8 9 10 11 12 13 14 15 16
8 9 10 11 12 13 14 15 16 17
9 10 11 12 13 14 15 16 7 18
You must also know how to add larger whole numbers. For example, to find the sum:
348 + 256 + 729:
First the digits in the units column are added: 8 + 6 + 9 = 23. The 2 is “carried” to the
tens column,
The digits in the tens column, including the “carried” 2 are then added:
4 + 5 + 2 + 2 = 13 and the 1 is carried to the hundreds column,
Finally the digits in the hundreds column, including the carried 1 are added:
3 + 2+ 7 + 1,to finish the sum:
Sample Question 1a)
Find the sum: 657 + 234 + 121
b) Multiplying whole numbers
You must know the product of any two one-digit numbers:
X 1 2 3 4 5 6 7 8 9
1 1 2 3 4 5 6 7 8 9
2 2 4 6 8 10 12 14 16 18
3 3 6 9 12 15 18 21 24 27
4 4 8 12 16 20 24 28 32 36
5 5 10 15 20 25 30 35 40 45
6 6 12 18 24 30 36 42 48 54
7 7 14 21 28 35 42 49 56 63
8 8 16 24 32 40 48 56 64 72
9 9 18 27 36 45 54 63 72 81
You must also know how to do “long multiplication” For example to find the product:
324 × 523 :
The cancellation consists of dividing the top and bottom by 5 (i.e. replacing 15 and 35
with 3 and 7 respectively) and also dividing the top and bottom by 4 (i.e. replacing 8 and
28 with 2 and 7 respectively). This is justified by the rules of arithmetic:
15 8 15 × 8 5 × 3 × 4 × 2 5 × 4 × 3 × 2 5 4 6 6
× = = = = × × =
28 35 28 × 35 4 × 7 × 5 × 7 5 × 4 × 7 × 7 5 4 49 49
Sample Question 1d)
6 5
×
Express 25 7 in lowest terms.
e)
a
Dividing fractions. If the numerator, a, and the denominator, b, of a fraction b are both
ac a
multiplied by the same non-zero number c, the result bc equals b because
ac a c a a a
= × = ×1 =
bc b c b b . Furthermore, if a fraction b is multiplied by its reciprocal,
b a b ab a
× = =1
a , the product equals 1: b a ab . It follows that dividing a fraction b by
c a c
another fraction d is equivalent to multiplying b by the reciprocal of d :
a c a d ad
÷ = × =
b d b c bc
because:
a a d a d
× ×
a c b b c b c = a×d
÷ = = =
b d c c d 1 b c
×
d d c
7 14 7 9 63 3
÷ = × = =
For example, 15 9 15 14 210 10
Note that in practice we use cancellation:
2. Basic Algebra
a) Order of operations. Expressions within parentheses, ( ), or brackets, [ ], are
calculated first. To reduce the number of parentheses and brackets, it is understood that
roots and powers (exponents) are computed before multiplications and divisions which in
turn are calculated before additions and subtractions.
2
For example, 3x means that 3 is multiplied by the square of x. i.e. if x = 4 then
3x 2 = 3 × 4 2 = 3 × 16 = 48 . 3x 2 does not mean: multiply 3 by x and then square the
2 2 2
result. i.e. if x = 4 then 3 x ≠ (3 × 4 ) = 12 = 144 .
and y = 3 then
x + y 2 = 4 + 32 = 4 + 13 . However, ( x + y) 2 means the square of the
2 2 2
sum of x + y:: if x = 4 and y = 3 then ( x + y) = ( 4 + 3) = 7 = 49 .
powers. For example, 3xy2 and 8xy2 are a pair of like terms and therefore can be added to get
11xy2 . The terms 2xy2 and 3x2y are not like terms and may not be added together to form a single
term. Multiplying sums of monomials requires the use of the distributive principle (i.e. each term of
one sum must be multiplied by each term of the other sum): For example:
3. Lines and linear functions. The word “line” means “straight line”. The slope of a line
in the xy-plane that contains the points ( x1 , y1 ) and ( x 2 , y 2 ) is defined to be the
y 2 − y1
x − x1 if x1 ≠ x 2 and is undefined if x1 = x 2 . If x1 = x 2 (and y1 ≠ y 2
number 2
) then the two points lie on a vertical line which has an undefined slope. If x1 ≠ x 2 and
y1 = y 2 then the points lie on a horizontal line which has a slope of 0.
2
a) The Quadratic formula: If ax + bx + c = 0 and a ≠ 0 then
2
− b ± b − 4ac
x=
2a . The quadratic formula can be used to find the x-intercepts of
2
the parabola y = ax + bx + c . If the discriminant b − 4ac is a positive number,
2
2
then the equation ax + bx + c = 0 has two real solutions, which means that the
2
parabola y = ax + bx + c has two x-intercepts. if the
2
discriminant b − 4ac equals 0, the parabola has only one x-intercept and if the
discriminant is a negative number, then the parabola has no x-intercepts which means that
it lies entirely above or entirely below the x-axis.
Sample Question 4a)
2
Find the x-intercepts of the parabola y = −2 x + 5x + 2
2
b) Completing the square. Rewriting a quadratic function y = ax + bx + c in the
2
form y = a ( x − h ) + k is known as “completing the square”. The vertex of the
parabola is (h,k) and if a < 0 then k is the maximum value of y and if a > 0 the k is the
2
minimum value of y. For example, rewriting y = 3x + 12 x + 4 as
y = 3(x + 2)2 − 8 means that the minimum value of y is − 8 when x = -2 (because 3(x
+ 2)2 ≥ 0 for all x and 3(x + 2)2 = 0 only if x = −2 . Therefore (−2,−8) is the
2
lowest point on the parabola y = 3x + 12 x + 4 and therefore is the vertex.
2
To compete the square of an expression of the form x + bx , use the identity
2 b 2 b2
x + bx = ( x − ) −
2 4 and to complete the square of an expression of the form
ax 2 + bx , first factor out the coefficient a and then use the previous identity. For
5 5 25
2x 2 + 5x + 3 = 2( x 2 + x ) + 3 = 2 ( x + ) 2 − + 3
example: 2 4 16
5 25 5 1
= 2( x + ) 2 − + 3 = 2( x + ) 2 −
4 8 4 8
Sample Question 4b)
2
Find the maximum value of the function y = −4 x + 8x + 10
2
c) Finding the equation y = ax + bx + c of a parabola given its vertex and one
other point. Since the equation of such a parabola can be expressed in the form
y = a ( x − h ) 2 + k , if the vertex (h,k) is known, only one other point is required to
determine the value of a. For example, if the vertex is (−3,4) and another point is
(4,−94) , then the equation is of the form
y = a ( x + 3) 2 + 4 and since (4,-94) is a solution,
− 94 = a (4 + 3) 2 + 4 = 49a + 4 → a = −2 . Therefore the equation of the parabola is
y = −2( x + 3) 2 + 4 which written in standard form is
y = −2 x 2 − 12x − 14 .
Sample Question 4c)
Find the equation of the parabola with vertex (3,2) that contains the point
2
(5,18). The equation must be in the form y = ax + bx + c .
5. Logarithms. Given a base b > 1, the logarithm of base b, log b ( x ) is the inverse of
values are: log b (1) = 0 (because b = 1 ) and log b (b) = 1 (because b = b ). If the
0 1
base b = 10, the logarithm is called the common logarithm and is written as log(x), and
if the base is the constant e, the logarithm is called the natural logarithm and is written
ln(x).
Properties of logarithms:
1.
log b ( x ) + log b ( y) = log b ( xy) for all positive real numbers x and y
x
log b ( x ) − log b ( y) = log b
2. y for all positive real numbers x and y
3.
log b ( x y ) = y log b ( x ) for all positive real numbers x and any real numbers y.
log b ( x )
log a ( x ) =
4. (Change of base) If a is another base, a > 1, then
log b (a )
Sample Question 5a)
Find the value of log 5 (15) − log 5 (3) + log 5 (125)
Sample Question 5b)
1
log b ( x ) + 2 log b ( y) − log b ( w )
Express 2 as a single logarithm.
Sample Question 5c)
1
5− 2 =
Express 25 in logarithmic form.
Sample Question 5d)
log 5 x = y log 25 ( x 3 )
If , express in terms of y.
6 Equations.
a) Linear equations in one variable. For example, solve 3(2 x − 1) − 5(4 x − 6) = 2 x .
Expand the left side to get:
27
x=
6x − 3 − 20 x + 30 = 2x , − 16x = −27 , 16
Sample Question 6a)
Solve for x: 2(3x − 5) + 5(2 x − 7) = −8( 4 x + 1)
b) Quadratic equations in one variable. Rewrite the equation in the standard form and
then solve by using the Quadratic formula or by factoring.
2
For example: Solve (2 x + 1)(3x − 2) = 2 x + 31 .
2 2 2
6x − x − 2 = 2x + 31 → 4 x − x − 33 = 0 → ( 4x + 11)( x − 3) = 0 →
11
x=−
4 or x = 3 .
Sample Question 6b)
Solve for x: (3x − 10)(2 x + 1) = (4 x − 9)( x + 6)
c) Equations involving rational expressions are sometimes disguised quadratic
3x + 2
=x+6
equations. e.g. Solve x − 1 .
x 2 + 2x − 8 = 0 ,
( x + 4)( x − 2) → x = −4 or x = 2.
Sample Question 6c)
2x + 4 1
− =x −3
Solve for x: x + 6 5
d) Equations involving absolute values must be considered in separate cases. For
1 1
x −3 = x +
example, to solve 3 3 the two cases to consider are:
1 1
x − 3 = x +
x − 3 = x − 3 and the equation becomes
Case 1: If x ≥ 3 , then 3 3,
3x − 9 = x + 1 ,2x = 10, x = 5 which is a solution because
5 > 3.
x − 3 = −( x − 3) = 3 − x , the equation becomes
Case 2): If x < 3 then
1 1
3− x = x +
3 3 , 9 − 3x = x + 1 , − 4 x = −8 , x = 2 which is a solution since
2 < 3. Therefore the equation has two solutions: x = 2 and x = 5.
7. Inequalities.
a) Linear inequalities in one variable. Solving a linear inequality is similar to solving a
linear equation except that when multiplying or dividing both sides of an inequality by a
negative number, the direction of the inequality must be reversed. For example, to solve
the linear inequality
3(2 x + 5) > 4(5x − 8) :
3(2 x + 5) > 4(5x − 8) → 6x + 15 > 20 x − 32 → −14x > −47 and after dividing
47
x<
both sides by − 14 we have 14 so that the solution of the inequality is the set
47 47
{x : x < } ∞ , )
(−
14 which may also be given using interval notation: 4 .
Sample Question 7a)
1
(3x − 2) > 4 x + 5
Find the set of all solutions of: 2
b) The graph of the solutions of a linear inequality in two variables x and y. The
solutions of the inequality y > mx + c is the set of points that lie above the line y = mx + c
(which is indicated with a dotted line). The solutions of the inequality y ≥ mx + c is the
set of points that are on or above the line y = mx + c (which is indicated by a solid line).
The solutions of
y < mx + c and
y ≤ mx + c are the sets of points under or under and on the line y = mx
+ c. To draw the graph a linear inequality in x and y, we first rewrite it in one of the four
forms. For example, to find the graph of the inequality 2 y − x ≥ 2 , we rewrite the
1 1
y ≥ x + 1 y = x +1
inequality as
2y ≥ x + 2 , 2 and then draw the graph of the line 2
and shade the area above the line:
2
The sign of ( x − 2)( x − 1) over each interval can be determined by using a test
number or by analyzing the factors. The solution set for the given question is
{x : − 2 ≤ x ≤ 1 or x ≥ 2} . Using interval notation, the solution set is
[− 2 ,1] ∪ [ 2 , ∞)
8. Trigonometry. You need to know the definitions of cos(θ) , sin(θ) and tan(θ) for
angles between 0˚ and 360˚, the exact values of cos(θ) , sin(θ) and tan(θ) of 30˚, 45˚,
60˚ and how to compute the exact values of
cos(θ) , sin(θ) and tan(θ) of any integer
2 2
multiple of any of these angles. You need to know the identity: cos θ + sin θ = 1 .
Sample Question 8a)
Find the exact value of tan(240˚)
2
b) The area of a circle of radius r is πr and the circumference (distance around) is
2πr .
c) Similar triangles. If a pair of triangles have the same angles, then they are said to
similar triangles and the ratios of their corresponding sides are equal..
Sample Question 9c)
Answers.
13 6 15 8
1a) 1012 1b) 3591 1c) 15 1d) 35 1e) 14 1f) 21 1g) 160.18
1h) 67.032
−15 5x 1 + 2 y 4 2d) 6x 4 + 5x 3 + x 2 − 8x − 2
2a) 95 2b) b 2c)
2 2 2 2 10 19
2e) 3xy ( x − 9 y ) = 3xy ( x − 3y)( x + 3y) 2f) 16 x y
3d) Adding two times the second equation to the first gives 11x = 22, x =2 and from
1 1
y= (2, )
either equation, 2 . Therefore the solution is 2 .
3e) Setting y = 3x − 9 where y represents f(x) and then interchanging x and y to get
1
→ f −1 ( x ) = x + 3
x = 3y − 9 where y now represents the inverse of f, 3y = x + 9 3 .
− 5 ± 25 + 16 5 ± 41
x= =
4a) Using the Quadratic formula, y = 0 if −4 4 . Therefore
5 − 41 5 + 41
,0 ÷ ,0 ÷
4 ÷ 4 ÷
the x-intercepts are and
2 2
(
4b) y = −4 x + 8x + 10 = −4( x − 2 x ) + 10 = −4 ( x − 1) − 1 + 10
2
)
= −4( x − 1) 2 + 14 . Since − 4( x − 1) 2 ≤ 0 for all x, the maximum value of y is 14.
4c) Since the vertex is (3,2), the equation of the parabola is of the form
y = a ( x − 3) 2 + 2 and since (5,18) is a solution of this equation:
2
18 = 4a + 2 → a = 4 . Therefore the equation of the parabola is y = 4( x − 3) + 2
2
which in standard form is y = 4 x − 24 x + 38 .
1 3
y y 3
log 5 x = y → 5 = x → 25 = x → 25 = x 3 → log 25 ( x 3 ) = y
y 2 2
5d) 2
6a) 2(3x − 5) + 5(2 x − 7) = −8( 4 x + 1) → 6 x − 10 + 10 x − 35 = −32 x − 8
37
→ 48x = 37 → x =
48
6b) (3x − 10)(2 x + 1) = (4 x − 9)( x + 6) → 6 x − 17 x − 10 = 4 x + 15x − 54
2 2
16 ± 256 − 88
2 2 →x=
→ 2 x − 32x + 44 = 0 → x − 16 x + 22 = 0 2
→ x = 8 ± 42
2x + 4 1
− =x −3
6c) x + 6 5 . Multiplying both sides by 5x+30 gives:
10x + 20 − ( x + 6) = ( x − 3)(5x + 30) → 9x + 14 = 5x 2 + 15x − 90
26
x=− or 4
5x + 6x − 104 = 0 → (5x + 26)( x − 4) = 0 →
2
5 and after
checking, both values are seen to be solutions of the given equation.
2 4
2x − 2 = x +
6d) 3 3
2 4
2x − 4 = x + → 6 x − 12 = 2 x + 4 → 4x = 16 → x = 4
Case 1: x ≥ 2 : 3 3 . Since 4
> 2, x= 4 is a solution of the given equation.
2 4
4 − 2x = x + → 12 − 6x = 2 x + 4 → −8x = −8x = −8 → x = 1
Case 2: x < 2 : 3 3
Since 1 < 2, x= 1 is also a solution of the given equation. Therefore the given equation
has two solutions: x= 1 and x = 4.
6e) 4 x + 2 x + 3 = 15 . After subtracting 4x from both sides and then squaring both
sides:
2x + 3 = (15 − 4x ) 2 → 2 x + 3 = 16x 2 − 120 x + 225 → 16 x 2 − 122x + 222 = 0
37
8x 2 − 61x + 111 = 0 → (8x − 37)( x − 3) = 0 → x = or 3
8 but only x = 3 is a
solution of the given equation.
2x + 3
→ log 3 = log 3 (3)
6f) log 3 ( 2 x + 3) − log 3 ( x ) = 1 x
2x + 3
→ = 3 → 2 x + 3 = 3x → x = 3
x which is indeed a solution of the given
equation.
x +1
x −2 x +3 1
16 64 =
6g) 64 Choosing 4 as a common base:
2 x − 4 3x + 9 5x + 5 − 3x − 3
4 4 = 4 − 3x − 3 → 4 =4 → 5x + 5 = −3x − 3
→ 8x = −8 → x = −1 .
1 3 5 12
(3x − 2) > 4x + 5 → x − 1 > 4x + 5 → − x > 6 → x < −
7a) 2 2 2 5 .
3
→y≥ x −3
7b) 3x − 2 y ≤ 6 → −2 y ≤ −3x + 6 2 . Therefore the solution set is the
3
y= x −3
set of points that are on or above the line 2 :
3 2 3 2
7c) x + x ≤ 6x : First find the solutions of the equality x + x − 6x = 0
3
x + x − 6x = 0 → x(x + x - 6) = 0 → x (x + 3)(x-2) = 0 -> x = -3 or x = 2
2 2
8a)
1 3
cos(240 o ) = − sin( 240 o ) = −
Using the reference angle 60˚, 2, 2 so that
tan(240 o ) = 3 .
9 4
cos(A) = − 1 − sin 2 (A) = − 1 − =−
8b) Since A is in the second quadrant, 25 5
o
8c) x = 10 cos(30 ) = 5 3
9a)
h = 10 sin(30o ) = 5 and the base b is 18. Therefore the area of the triangle is
1
bh = 45
2 .
2
9b) Area = πr = 5π → r = 5 . Therefore the circumference is 2πr = 2 5π .
BC BA BC 12
= → = → BC = 9
9c) Since ADE is similar to ABC: DE AD 6 8 .