SECTION 0.11: SOLVING EQUATIONS. LEARNING OBJECTIVES Know how to solve linear, quadratic, rational, radical, and absolute value equations.

Size: px
Start display at page:

Download "SECTION 0.11: SOLVING EQUATIONS. LEARNING OBJECTIVES Know how to solve linear, quadratic, rational, radical, and absolute value equations."

Transcription

1 (Section 0.11: Solving Equations) SECTION 0.11: SOLVING EQUATIONS LEARNING OBJECTIVES Know how to solve linear, quadratic, rational, radical, and absolute value equations. PART A: DISCUSSION Much of precalculus is devoted to solving equations of various types. In this section, we will solve basic algebraic equations. We will solve polynomial equations more generally in Chapter 2, exponential and logarithmic equations in Chapter 3, and trigonometric equations in Chapter 4. We will solve systems of equations in Chapters 7 and 8. PART B: SOLVING EQUATIONS A solution to an equation in x is a number that makes the equation true when the number is substituted for x. For now, we only consider real solutions. We solve an equation by finding its solution set, the set of all solutions. When solving an equation, we often write a sequence of equivalent equations, which have the same solution set. Adding, subtracting, multiplying by, and dividing by the same nonzero number on both sides of an equation maintains equivalence. Example Set 1 (Solving Equations) When we solve the linear equation 2x = 6, we divide both sides by 2 and obtain the equivalent equation x = 3. The solution set of both equations is { 3}. We can check a solution by verifying that it satisfies the original equation: 2 3 ( ) = 6, so 3 checks out. The equation x = x + 1 has no real solutions. Its solution set is, the empty set (or null set). The equation x + 1 = x + 1 is solved by all real numbers. Its solution set is, so the equation is automatically called an identity. The equation 1 x = 1 x is solved by all nonzero real numbers. Its solution set is \ { 0}, also written as (, 0) ( 0, ). The equation is an identity, in part because the only excluded real number (0) corresponds to a restriction.

2 (Section 0.11: Solving Equations) WARNING 1: There is a difference between simplifying an expression and solving an equation. For example, when we simplify the expression 2x + x, we write 2x + x = 3x, and 3x is our answer. On the other hand, when we solve the equation 2x + x = 3x, we state that the solution set is. PART C: SOLVING QUADRATIC EQUATIONS The general form of a quadratic equation in x is given by: ax 2 + bx + c = 0, where a 0. Its solutions are given by the Quadratic Formula: x = b ± b2 4ac 2a Sometimes, the solutions are not real, but imaginary (see Chapter 2). The discriminant of ax 2 + bx + c is b 2 4ac, the radicand in the formula. It may be denoted by D or Δ (uppercase delta). It helps us classify (or discriminate between ) types of solutions. WARNING 2: Make sure the fraction bar in the formula goes all the way across. The formula is not: x = b ± b2 4ac. 2a WARNING 3: Here, the plus-minus sign ± indicates that we take both the result from the + case and the result from the case. (The results are equal the discriminant b 2 4ac is 0.) Sometimes in precalculus, the ± sign indicates that we do not yet know which sign to take. Example 2 (Using the Quadratic Formula) Solution Solve the equation 2x 2 7x = 15 using the Quadratic Formula. WARNING 4: We must rewrite the equation in general form before we apply the Quadratic Formula. We must isolate 0 on one side of the equation. (Sometimes, it is easier to isolate 0 on the left-hand side.) 2x 2 7x = 15 2x 2 7x 15 = 0 TIP 1: If we had been asked to solve 4x 2 14x 30 = 0, we could have easily divided both sides by 2.

3 (Section 0.11: Solving Equations) TIP 2: To avoid sign errors, we will identify a, b, and c before we apply the Quadratic Formula. Make sure to get them from the general form! Here, a = 2, b = 7, and c = 15. x = b ± = 7 b2 4ac 2a ( ) ± ( 7) 4( 2) ( 15) 2( 2) = 7 ± = 7 ± WARNING 5: We must simplify the radical. (If we had obtained, say, 7 ± 2, there would be no need 4 to simplify.) = 7 ± case : x = case: x = = 20 4 = 5 = 6 4 = 3 2 The solution set is: 3 2, 5. (Some instructors list solutions in increasing order, although solution sets are technically unordered, meaning order doesn t matter.) We also use the Factoring Method, the Square Root Method, and the Completing the Square (CTS) Method to solve quadratic equations. The Factoring Method for solving equations relies on the following Zero Factor Property. Zero Factor Property (or Zero Product Property) If a and b represent real quantities, then: ab = 0 a = 0 or b = 0 ( ). Essentially, a product is 0 a factor is 0, provided all factors are defined.

4 (Section 0.11: Solving Equations) Example 3 (Using the Factoring Method; Revisiting Example 2) Solution Solve 2x 2 7x = 15 using the Factoring Method. WARNING 6: Again, we must first isolate 0 on one side. By the Zero Factor Property, 2x + 3 = 0 x = 3 2 2x 2 7x = 15 2x 2 7x 15 = 0 ( 2x + 3) ( x 5) = 0 or x 5 = 0 Again, the solution set is: 3 2, 5. x = 5 In Example 2, the discriminant of 2x 2 7x 15 was 169, a perfect square, which led to the elimination of the radical sign. As a result, 2x 2 7x 15 = 0 had rational numbers as solutions. Also, by the Test for Factorability from Section 0.7, 2x 2 7x 15 can be factored over the integers,. In Example 3, we used the Factoring Method as a quicker alternative to the Quadratic Formula when solving 2x 2 7x 15 = 0, and we obtained the same rational numbers as solutions. Test for Factorability and Types of Solutions The Test for Factorability applies to ax 2 + bx + c, where a, b, and c are nonzero integers. (Assume the GCF is 1 or 1; otherwise, factor it out.) If the discriminant b 2 4ac is Then, ax 2 + bx + c (Distinct) solutions to ax 2 + bx + c = 0 a perfect square can be factored over two rational numbers in fact, 0 and is a PST one rational number (Perfect Square Trinomial) (a double root ) not a perfect square is prime over and positive and negative two irrational numbers two imaginary numbers (see Chapter 2)

5 Square Root Method If d > 0, then x 2 = d x = ± d. If d = 0, then x 2 = d x 2 = 0 x = 0. If d < 0, then x 2 = d has no real solutions. (Section 0.11: Solving Equations) For example, x 2 = 3 x = ± 3, while x 2 = 3 has no real solutions. WARNING 7: Remember that squares of real numbers are never negative. This method can be extended to u 2 = d, where u is an expression in x or some other variable. This is often the quickest method for solving ax 2 + bx + c = 0 when b = 0. Example 4 (Using the Square Root Method) Solution Solve 3x 2 4 = 0 using the Square Root Method. We begin by isolating x 2 on one side of the equation. 3x 2 4 = 0 3x 2 = 4 x 2 = 4 3 We now apply the Square Root Method. x = ± 4 3 WARNING 8: Do not forget the ± sign. WARNING 9: If we have a numerical fraction as a radicand, we usually have to simplify. Here, we will rationalize the denominator. x = ± 2 3 x = ± Technically, the solution set is: 2 3 3,

6 Completing the Square ( CTS ) Method (Section 0.11: Solving Equations) This method creates a perfect square trinomial (PST), which can be factored as the square of a binomial. That square is then isolated, and the Square Root Method is applied. This method can be easy to apply if a = 1 and b is even. (Other cases will be discussed in Chapters 2 and 10.) The Quadratic Formula can be derived using this method. CTS will be used to set up standard forms for equations of conics in Sections 0.13 and Chapters 2 and 10. Example 5 (Using the CTS Method) Solution Solve x 2 + 8x + 5 = 0 using the CTS Method. We begin by isolating the x 2 and x terms on one side of the equation and isolating a constant term on the other side. x 2 + 8x + 5 = 0 x 2 + 8x = 5 The coefficient of x 2 is 1, so we may now complete the square. We accomplish this by adding 16 to both sides of the equation. Why 16? We take the coefficient of x (here, 8), halve it (resulting in 4), and then square the result (the square of 4 is 16). x 2 + 8x +16 = 5+16 WARNING 10: Remember to add 16 to the right-hand side, also. We now have a PST on the left-hand side. ( x + 4) 2 = 11 by factoring the PST x + 4 = ± 11 x = 4 ± 11 ( ) ( by the Square Root Method) Technically, the solution set is: { 4 11, }.

7 PART D: SOLVING RATIONAL EQUATIONS (Section 0.11: Solving Equations) We often solve a rational equation by first multiplying both sides by the LCD. WARNING 11: Indicate restrictions that are hidden by this step. Example 6 (Solving a Rational Equation) Solution Solve 9 x 3 = 1 4x. We multiply both sides by the LCD, 4x 3. 9 x = 1 3 4x 9 ( 4x ) 3 = 1 x 3 4x 4x3 The solution set is: { 6, 6}. ( ) ( ) ( ) 36 = x 2 x 0 x 2 = 36 x 0 x = ±6 WARNING 12: If we had obtained x = 0, we would have had to reject it. PART E: SOLVING RADICAL EQUATIONS We often solve a radical equation by isolating radicals on one or both sides of the equation and then raising both sides to the appropriate positive integer power. WARNING 13: If we raise both sides of an equation to an even power at any step, we must check any tentative solutions at the end and reject extraneous solutions. (Raising to an odd power does not require such a check.) Observe that, if we square both sides of x = 2, we obtain x 2 = 4, which has both 2 and 2 as solutions. However, 2 is an extraneous solution that must be rejected. Although x = 2 x 2 = 4, the equations x = 2 and x 2 = 4 are not equivalent. That is, x = 2 x 2 = 4. We lose reversibility here.

8 (Section 0.11: Solving Equations) Example 7 (Solving a Radical Equation) Solution Solve x + 4 = x 2 + x 21. We square both sides of the equation. Since it is cumbersome to write restrictions that are hidden by this step, namely x and x 2 + x 21 0, we will instead check our tentative solutions at the end. x + 4 = x 2 + x 21 ( ) 2 ( x + 4) 2 = x 2 + x 21 x + 4 = x 2 + x = x 2 x 2 = 25 x = ±5 We must check our tentative solutions. x = 5 checks out: ( 5) + 4 = ( 5) 2 + ( 5) 21 x = 5 does not check out: 9 = 9 3 = 3 TIP 3: Beyond mechanical errors, we need to check that radicands of even roots are nonnegative. ( 5) + 4 = ( 5) 2 + ( 5) 21 1 = 1 WARNING 14: We must reject 5, because it yields a non-real expression, The solution set is: { 5}. 1, in the check.

9 (Section 0.11: Solving Equations) PART F: SOLVING ABSOLUTE VALUE EQUATIONS Solving Absolute Value Equations If d > 0, then x = d x = ± d. If d = 0, then x = d x = 0 x = 0. If d < 0, then x = d has no solutions. For example, x = 3 x = ± 3, while x = 3 has no solutions. WARNING 15: Remember that absolute values are never negative. This method can be extended to u = d, where u is an expression in x or some other variable. Example 8 (Solving an Absolute Value Equation) Solve x 1 = 2. Solution x 1 = 2 x 1 = ± 2 + case : case: x 1 = 2 x = 3 The solution set is: { 1, 3}. x 1 = 2 x = 1 Observe that 1 and 3 lie at a distance of two units away from 1 on the real number line. This is consistent with our discussion of absolute value and distance in Section 0.4.

10 (Section 0.12: Solving Inequalities) SECTION 0.12: SOLVING INEQUALITIES LEARNING OBJECTIVES Know how to solve linear inequalities and absolute value inequalities. PART A: DISCUSSION We will solve inequalities when we perform sign analyses and find domains of radical functions (see Section 1.1 and Chapter 2). Absolute value inequalities allow us to write compound inequalities more efficiently. They also help us describe an interval on the real number line with respect to its center. We will solve nonlinear inequalities in Chapter 2. PART B: SOLVING LINEAR INEQUALITIES Strict inequalities involve the < (is less than) or the > (is greater than) signs. Weak inequalities involve the (is less than or equal to) or the (is greater than or equal to) signs. Inequations involve the (is not equal to) sign. Solving linear inequalities is similar to solving linear equations, except that: An inequality typically has infinitely many solutions, and the solution set is often written in interval form. WARNING 1: We must reverse the direction of the inequality sign if we switch the sides of an inequality, or if we multiply or divide both sides by a negative number. Solving inequations is also similar to solving equations, although never needs to be reversed.

11 Example 1 (Solving a Linear Inequality) Solve 3x > x + 8. (Section 0.12: Solving Inequalities) Solution Method 1 3x > x + 8 Now subtract x from both sides. 4x > 8 Now divide both sides by 4. x < 2 We must reverse the direction of the inequality sign. The solution set in set-builder form is: { x x < 2}, or { x : x < 2} in graphical form is: in interval form is: (, 2) Solution Method 2 3x > x > 4x 4x < 8 x < 2 Now add 3x to, and subtract 8 from, both sides. Now switch sides. We must reverse the direction of the inequality sign. See Method 1 for the solution set.

12 (Section 0.12: Solving Inequalities) PART C: SOLVING ABSOLUTE VALUE INEQUALITIES Solving Absolute Value Inequalities If d > 0, then: x < d d < x < d, and x d d x d. Also, x > d x d ( x > d or x < d), and ( x d or x d). TIP 1: Think of x as the distance between x and 0 on the real number line. For example, x < 1 1< x < 1. This is a compound inequality that means: x > 1 and x < 1. The solution set is the interval 1,1 that lie strictly within one unit of 0 on the real number line. ( ). It is the set of numbers Also, x > 1 ( x > 1 or x < 1). This is a different kind of compound inequality. The solution set is, 1 further than one unit from 0 on the real number line. ( ) ( 1, ). It is the set of numbers that are WARNING 2: Students incorrectly write 1< x < 1 here. This actually means x > 1 and x < 1 the empty (or null) set. ( ), which corresponds to, These methods can be extended to u, where u is an expression in x or some other variable.

13 Example 2 (Solving an Absolute Value Inequality; Related to Section 0.11, Example 8) Solution Solve x 1 < 2. The solution set x 1 < 2 2 < x 1 < 2 1 < x < 3 (Section 0.12: Solving Inequalities) We can add 1 to all three parts of this compound inequality. in set-builder form is: { x 1 < x < 3}, or { x : 1 < x < 3} in graphical form is: in interval form is: ( 1, 3) The solution set is the set of numbers that lie strictly within two units of 1 on the real number line. This is consistent with our discussion of absolute value and distance in Section 0.4.

14 (Section 0.13: The Cartesian Plane and Circles) SECTION 0.13: THE CARTESIAN PLANE and CIRCLES LEARNING OBJECTIVES Understand the Cartesian plane and associated terminology. Know how to plot points and graph equations in the Cartesian plane. Know the Distance and Midpoint Formulas. Be able to recognize, write, standardize, and graph equations of circles. PART A: DISCUSSION We typically graph an equation in x and y in the Cartesian (or rectangular) plane, named after René Descartes. We plot points using their Cartesian coordinates. There are alternate coordinate systems. We will discuss polar coordinates in Chapter 6. In three dimensions, we use Cartesian, cylindrical, and spherical coordinates. PART B: THE CARTESIAN (OR RECTANGULAR) PLANE The Cartesian (or rectangular) plane is a plane with the Cartesian coordinate system imposed on it. We usually graph in the Cartesian xy-plane, though other variables could be used. We locate a horizontal line called the x-axis and a vertical line called the y-axis. These coordinate axes are real number lines; at least one nonzero tick mark should be placed on each axis to indicate scale. The axes intersect at the origin, O. A point in the plane corresponds to an ordered pair of the form ( x-coordinate, y-coordinate). For example, the origin O corresponds to the ordered pair ( 0, 0), and the red point below corresponds to ( 2, 3). If we name the red point P, we can write P( 2, 3).

15 PART C: DISTANCE AND MIDPOINT FORMULAS Distance Formula The distance between points P x 1, y 1 plane is given by: (Section 0.13: The Cartesian Plane and Circles) ( ) and Q( x 2, y 2 ) in the Cartesian d = ( x 2 x 1 ) 2 + ( y 2 y 1 ) 2 or, equivalently, ( x 1 x 2 ) 2 + ( y 1 y 2 ) 2 This is proven using the Pythagorean Theorem, which we will discuss in Chapter 4 on trigonometry. Midpoint Formula The midpoint of PQ, the line segment with endpoints P and Q, is given by: x 1 + x 2, y + y Observe that the x-coordinate is the average of the x-coordinates of the endpoints, and the y-coordinate is the average of the y-coordinates. ( ) For example, in the figure below, the distance between the points 2,1 ( ) is: d = ( 3 ( 2) ) and 3, 3 scaled in (say) meters, then the distance is ( ) 2 = 29. If the coordinate axes are 29 meters. The midpoint M of the red line segment is: , = 1 2,2

16 (Section 0.13: The Cartesian Plane and Circles) PART D: THE GRAPH OF AN EQUATION and CIRCLES The Graph of an Equation; the Basic Principle of Graphing Circles The graph of an equation consists of all points whose coordinates satisfy the equation. The points correspond to solutions of the equation. A circle is the set of all points in a plane that are a fixed distance (r, the radius) away from a fixed point (the center). The diameter d is twice the radius. Distance and Squared Distance from the Origin x 2 + y 2 is the distance between a point ( x, y) and the origin ( 0, 0). x 2 + y 2 is the squared distance between them. Equation of a Circle with Center ( 0, 0) The standard form of the equation of a circle (in the xy-plane) with center 0, 0 ( ) and radius r, where r > 0, is given by: x 2 + y 2 = r 2 This is because such a circle consists of all points x, y distance from 0, 0 ( ) is r 2. ( ) whose squared

17 (Section 0.13: The Cartesian Plane and Circles) Example 1 (The Graph of an Equation; A Circle Centered at the Origin) The graph of x 2 + y 2 = 9 is the circle below with center ( 0, 0) and radius 3. The ordered pairs ( 3, 0), ( 3, 0), ( 0, 3), and ( 0, 3) are all solutions of the equation x 2 + y 2 = 9, and their corresponding points lie on the circle. ( ) Other points such as 7, 2 also lie on the circle. Equation of a Circle with Center ( h, k) More generally, if the circle has center ( h, k), the standard form is given by: ( x h) 2 + ( y k) 2 = r 2 ( ) and ( ) whose squared distance from The left-hand side is the squared distance between the points x, y ( h, k). The circle consists of all points x, y ( h, k) is r 2.

18 Example 2 (Finding the Equation of a Circle) Solution (Section 0.13: The Cartesian Plane and Circles) Find an equation of the circle in the xy-plane with center ( 2,1) and radius 3. We obtain the equation x 2 rewrite as: ( x + 2) 2 + ( y 1) 2 = 9. ( ( )) 2 + ( y 1) 2 = ( 3) 2, which we usually WARNING 1: The center of the circle is ( 2,1), not ( 2, 1). If we are given the equation of a circle in standard form, we can find the center by asking, What makes the left-hand side equal to 0? (The center has a squared distance of 0 from itself.) The circles from Examples 1 and 2 are graphed below: The circles are translations of one another. (See Section 1.4.)

19 (Section 0.13: The Cartesian Plane and Circles) Example 3 (Finding the Standard Form of the Equation of a Circle) Solution A circle has as its equation: 4x 2 + 4y 2 16x + 4y 11 = 0 Find the standard form of this equation, and identify the center and the radius of the circle. The common coefficient of x 2 and y 2 is 4, so we will divide both sides of the equation by 4. 4x 2 + 4y 2 16x + 4y 11 = 0 x 2 + y 2 4x + y 11 4 = 0 Now, we group together the x 2 and x terms, and we group together the y 2 and y terms. We isolate constant terms on the right-hand side. ( x 2 4x)+ ( y 2 + y)= 11 4 We now Complete the Square (CTS) in both groups. ( x 2 4x + 4)+ y 2 + y = WARNING 2: Do not forget to add 4 and 1 4 to the right-hand side, also. We now factor both of the resulting Perfect Square Trinomials (PSTs). ( x 2) 2 + y = 7 We now have the desired form, although the equation could be rewritten as: ( x 2) 2 + y = 7 The circle has center 2, 1 2 and radius 7.

20 SECTION 0.14: LINES (Section 0.14: Lines) LEARNING OBJECTIVES Understand and compute the slope of a line. Distinguish between equations of horizontal lines and those of vertical lines. Know how to write equations of lines in various forms, including Point-Slope Form, Slope-Intercept Form, and Two-Intercept Form. Understand parallel and perpendicular lines and relate their slopes. Know how to find the intercepts of a line. PART A: DISCUSSION We frequently graph lines in precalculus and calculus. In this section, we will graph lines in the xy-plane, though we can work with different variables. There are many ways to write an equation for a line. The form we select may depend on the information we have about the line, or on the information we want to find or display. In Section 1.11, we will discuss linear approximations of functions and graphs by tangent lines, a crucial idea in calculus.

21 (Section 0.14: Lines) PART B: NOTATION Assume that m, a, b, c, x 1, x 2, y 1, y 2, A, B, and C represent real numbers. Let ( x 1, y 1 ) and ( x 2, y 2 ) be two distinct points on a line. m is the slope of the line (if defined). a, or the point ( a,0), is the x-intercept of the line (if there is exactly one), and b, or the point ( 0, b), is the y-intercept of the line (if there is exactly one).

22 (Section 0.14: Lines) PART C: m, THE SLOPE OF A LINE Formulas for m, the Slope of a Line m = rise run = y x = y y 2 1 or, equivalently, y y 1 2 x 2 x 1 x 1 x 2 If the line is vertical, then m is undefined. A negative rise can be interpreted as a drop. (uppercase delta) denotes change in. Interpretation of Slope m as Marginal Change For every unit increase in x along the line, y changes by m. This idea will be developed in Section 1.11.

23 (Section 0.14: Lines) Interpreting the Sign of Slope m m > 0 The line slopes upward (from left to right). Think: / m = 0 The line is horizontal ( flat ). Think: m < 0 The line slopes downward. Think: \ m measures the steepness of the line.

24 (Section 0.14: Lines) PART D: HORIZONTAL AND VERTICAL LINES Equations of Horizontal and Vertical Lines The graph of y = c is a horizontal line. For instance, the graph of y = 0 is the x-axis. The graph of x = c is a vertical line. For instance, the graph of x = 0 is the y-axis. WARNING 1: The two equation forms are frequently confused. TIP 1: Remember the Basic Principle of Graphing. For example, the graph of x = 2 consists of all points with x-coordinate 2. The graph is a vertical line. The graph of y = 2 is a horizontal line. Slopes of Horizontal and Vertical Lines m = 0 for a horizontal line. m is undefined for a vertical line.

25 (Section 0.14: Lines) PART E: FORMS FOR THE EQUATION OF A LINE The following forms are used to write the equation of a line in the xy-plane. General Form Ax + By = C, where A and B are not both 0 Point-Slope Form y y 1 = m( x x 1 ), where m is defined This is derived from the idea that m = y x. Slope-Intercept Form y = mx + b, where m is defined Two-Intercept Form x a + y b = 1, where the line has a unique x-intercept a, or ( a,0), and a unique y-intercept b, or ( 0, b), and neither a nor b is 0. For example, the Two-Intercept Form of the equation of the line below is: x 2 + y = 1. Observe that ( 2,0) and ( 0,4) satisfy this equation. 4

26 (Section 0.14: Lines) Two distinct points determine a line. In other words, given two different points, exactly one line can pass through them. Example 1 (Finding Forms of the Equation of a Line) Solution Find the Slope-Intercept Form of the equation of the line passing through the points ( 4, 5) and ( 2, 6). Find m, the slope of the line: m = y x = = 2 ( 4) 6 Method 1 (First Find a Point-Slope Form) Either of the two given points may be used as our point. TIP 2: There are infinitely many Point-Slope Forms for the equation of this line, since any point on the line can be used as our point. However, the Slope-Intercept Form is unique, because a nonvertical line has only one slope and one y-intercept. Let s use the first given point, ( 4,5). y y 1 = m( x x 1 ) ( Point-Slope Form) y 5 = 11 6 ( x ( 4 )) We now solve for y and write the equation in Slope-Intercept Form, y = mx + b.

27 (Section 0.14: Lines) y = 11 ( 6 x + 4)+ 5 y = 11 6 x y = 11 6 x y = 11 6 x 7 3 Method 2 (Substitute Directly into Slope-Intercept Form) In Slope-Intercept Form, y = mx + b, x and y are variables that must stay in the final equation. We know that m = We need to find b. According to the Basic Principle of Graphing, ( x = 4, y = 5) must satisfy the equation of the line. We now solve for b: y = mx + b ( 5 )= 11 6 ( 4)+ b 5 = b b = 7 3 Replace m and b in y = mx + b with their values. Again, x and y must stay in the final equation. y = 11 6 x 7 3

28 (Section 0.14: Lines) PART F: PARALLEL AND PERPENDICULAR LINES Parallel and Perpendicular Lines Vertical lines are parallel. Otherwise, two lines are parallel ( ) their slopes are equal. A horizontal line and a vertical line are perpendicular. Otherwise, two lines are perpendicular ( ) their slopes are opposite reciprocals of each other. For example, any line of slope 3 is parallel to any line of slope 3 in the same plane, and it is perpendicular to any line of slope 1 3 plane. in the same Also, any line of slope 4 7 is perpendicular to any line of slope 7 4 same plane. in the WARNING 2: A pair of perpendicular lines may not appear perpendicular if the x- and y-axes are scaled differently.

29 (Section 0.14: Lines) PART G: FINDING INTERCEPTS Finding Intercepts Consider the graph of an equation in x and y. To find its x-intercept(s), set y equal to 0 (the x-axis has equation y = 0 ), and solve for x. To find its y-intercept(s), set x equal to 0 (the y-axis has equation x = 0 ), and solve for y. WARNING 3: Remember which variable to set equal to 0 and which variable to solve for.

30 (Section 0.14: Lines) Example 2 (Finding Intercepts) Find the x- and y-intercepts of the line 2x y = 4. Solution Find the x-intercept. We substitute y = 0 and solve for x. 2x y = 4 2x ( 0)= 4 x = 2 The x-intercept is 2, or the point ( 2,0). Find the y-intercept. We substitute x = 0 and solve for y. 2x y = 4 20 ( ) y = 4 y = 4 The y-intercept is 4, or the point ( 0,4). x The equation 2x y = 4 has as its Two-Intercept Form: 2 + y 4 = 1. (To see this, divide both sides of the first equation by the right-hand side, 4.) These are equivalent equations, and they have the same graph.

31 (Section 0.15: Plane and Solid Geometry) SECTION 0.15: PLANE AND SOLID GEOMETRY LEARNING OBJECTIVES Know formulas for area, perimeter, and circumference in plane geometry. Know formulas for volume and surface area in solid geometry. Be able to use dimensional analysis to check the validity of formulas. PART A: DISCUSSION A number of geometric formulas must be memorized in preparation for calculus. We use them in the study of rates of change, related rates, optimization, and mass. PART B: PLANE GEOMETRY Description Plane Figure Formulas Square with side length s Rectangle with base b and height h (covers Square) Parallelogram with base b and height h (covers Rectangle, Square) Triangle with base b and height h (think: half a Parallelogram) Trapezoid with bases b 1 and b 2 and height h Circle with radius r Area = s 2 Perimeter = 4s (the distance around) Area = bh Perimeter = 2b + 2h Area = bh Area = 1 2 bh Area = b + b h (the average of the bases times the height) Area = r 2 Circumference = 2r (the distance around)

32 (Section 0.15: Plane and Solid Geometry) PART C: SOLID GEOMETRY Description Solid Formulas Rectangular Box with dimensions l, w, and h Right Circular Cylinder with base radius r and height h Volume = lwh Surface Area = 2lw + 2wh + 2lh (See Note 1.) Volume = r 2 h Lateral Surface Area = 2rh Total Surface Area = 2rh + 2r 2 (See Note 2.) Volume = 1 3 r 2 h Right Circular Cone with base radius r and height h Lateral Surface Area = rl, with slant height l = r 2 + h 2 Total Surface Area = rl + r 2 (See Note 3.) Sphere with radius r Volume = 4 3 r 3 Surface Area = 4r 2 In calculus, you may verify some of these formulas. We can use dimensional analysis to help check our formulas. If lengths are measured in meters, say, then surface areas are measured in square meters, and volumes are measured in cubic meters. For example, if the radius r of a sphere is measured in meters, then the volume formula V = 4 3 r 3 does, in fact, yield a volume in cubic meters. This analysis prevents us from accidentally switching this formula with the formula for surface area. Note 1 (Box) The volume equals the rectangular base area times the height. The surface area is the sum of the areas of the six sides. Think of the walls, floor, and ceiling of a room.

33 (Section 0.15: Plane and Solid Geometry) Note 2 (Cylinder) The volume equals the circular base area times the height. The total surface area equals the sum of the lateral surface area and the two circular base areas. The lateral surface area equals the base circumference times the height. Consider the area of a soup can label. Imagine slitting the label along the red dashed line segment below and spreading it out as the rectangle on the right. Note 3 (Cone) The volume equals one-third of the volume of the right circular cylinder with the same base radius and height. (The cone fits snugly within this cylinder.) The total surface area equals the sum of the lateral surface area and the circular base area.

34 SECTION 0.16: VARIATION (Section 0.16: Variation) LEARNING OBJECTIVES Know how to model direct, inverse, and joint variation. Be able to find constants of proportionality (or variation). PART A: DISCUSSION The terminology and modeling techniques of this section are used in physics and calculus, particularly in applications involving mass and force. PART B: VARIATION y is directly proportional to x (or y varies directly as x) y = kx for some nonzero constant of proportionality (or constant of variation) k. WARNING 1: k could be negative, so y does not necessarily increase as x increases. y is inversely proportional to x (or y varies inversely as x) y = k x for some nonzero k. z is jointly proportional to x and y (or z varies jointly as x and y) z = kxy for some nonzero k.

35 (Section 0.16: Variation) Example 1 (Modeling Using Variation) Solution h is directly proportional to V and is inversely proportional to the square of r. Find the particular mathematical model related to this statement if h is 2 when V is 18 and r is 3. Our general model is: h = kv r 2, where k is the (nonzero) constant of proportionality. To find k, we use the fact that h = 2 when V = 18 and r = 3. ( ) ( 3) 2 2 = k 18 2 = 18 k 9 2 = 2 k 2 2 = k k = 1 To obtain our particular model, we must substitute this value of k into our general model. 1 V h = r 2 h = V r 2 Note: If we solve for V, we get V = r 2 h. What formula is this?

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers. Math 0980 Chapter Objectives Chapter 1: Introduction to Algebra: The Integers. 1. Identify the place value of a digit. 2. Write a number in words or digits. 3. Write positive and negative numbers used

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education)

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) Accurately add, subtract, multiply, and divide whole numbers, integers,

More information

Algebra and Geometry Review (61 topics, no due date)

Algebra and Geometry Review (61 topics, no due date) Course Name: Math 112 Credit Exam LA Tech University Course Code: ALEKS Course: Trigonometry Instructor: Course Dates: Course Content: 159 topics Algebra and Geometry Review (61 topics, no due date) Properties

More information

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

More information

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS (Section 0.6: Polynomial, Rational, and Algebraic Expressions) 0.6.1 SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS LEARNING OBJECTIVES Be able to identify polynomial, rational, and algebraic

More information

of surface, 569-571, 576-577, 578-581 of triangle, 548 Associative Property of addition, 12, 331 of multiplication, 18, 433

of surface, 569-571, 576-577, 578-581 of triangle, 548 Associative Property of addition, 12, 331 of multiplication, 18, 433 Absolute Value and arithmetic, 730-733 defined, 730 Acute angle, 477 Acute triangle, 497 Addend, 12 Addition associative property of, (see Commutative Property) carrying in, 11, 92 commutative property

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

Mathematics Placement

Mathematics Placement Mathematics Placement The ACT COMPASS math test is a self-adaptive test, which potentially tests students within four different levels of math including pre-algebra, algebra, college algebra, and trigonometry.

More information

Florida Math for College Readiness

Florida Math for College Readiness Core Florida Math for College Readiness Florida Math for College Readiness provides a fourth-year math curriculum focused on developing the mastery of skills identified as critical to postsecondary readiness

More information

SAT Subject Math Level 2 Facts & Formulas

SAT Subject Math Level 2 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Arithmetic Sequences: PEMDAS (Parentheses

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

More information

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form Goal Graph quadratic functions. VOCABULARY Quadratic function A function that can be written in the standard form y = ax 2 + bx+ c where a 0 Parabola

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

EQUATIONS and INEQUALITIES

EQUATIONS and INEQUALITIES EQUATIONS and INEQUALITIES Linear Equations and Slope 1. Slope a. Calculate the slope of a line given two points b. Calculate the slope of a line parallel to a given line. c. Calculate the slope of a line

More information

Review of Intermediate Algebra Content

Review of Intermediate Algebra Content Review of Intermediate Algebra Content Table of Contents Page Factoring GCF and Trinomials of the Form + b + c... Factoring Trinomials of the Form a + b + c... Factoring Perfect Square Trinomials... 6

More information

HIBBING COMMUNITY COLLEGE COURSE OUTLINE

HIBBING COMMUNITY COLLEGE COURSE OUTLINE HIBBING COMMUNITY COLLEGE COURSE OUTLINE COURSE NUMBER & TITLE: - Beginning Algebra CREDITS: 4 (Lec 4 / Lab 0) PREREQUISITES: MATH 0920: Fundamental Mathematics with a grade of C or better, Placement Exam,

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

Algebra 1 Course Title

Algebra 1 Course Title Algebra 1 Course Title Course- wide 1. What patterns and methods are being used? Course- wide 1. Students will be adept at solving and graphing linear and quadratic equations 2. Students will be adept

More information

CRLS Mathematics Department Algebra I Curriculum Map/Pacing Guide

CRLS Mathematics Department Algebra I Curriculum Map/Pacing Guide Curriculum Map/Pacing Guide page 1 of 14 Quarter I start (CP & HN) 170 96 Unit 1: Number Sense and Operations 24 11 Totals Always Include 2 blocks for Review & Test Operating with Real Numbers: How are

More information

SAT Subject Math Level 1 Facts & Formulas

SAT Subject Math Level 1 Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Reals: integers plus fractions, decimals, and irrationals ( 2, 3, π, etc.) Order Of Operations: Aritmetic Sequences: PEMDAS (Parenteses

More information

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

MATH 0110 Developmental Math Skills Review, 1 Credit, 3 hours lab

MATH 0110 Developmental Math Skills Review, 1 Credit, 3 hours lab MATH 0110 Developmental Math Skills Review, 1 Credit, 3 hours lab MATH 0110 is established to accommodate students desiring non-course based remediation in developmental mathematics. This structure will

More information

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express

More information

SECTION 2.5: FINDING ZEROS OF POLYNOMIAL FUNCTIONS

SECTION 2.5: FINDING ZEROS OF POLYNOMIAL FUNCTIONS SECTION 2.5: FINDING ZEROS OF POLYNOMIAL FUNCTIONS Assume f ( x) is a nonconstant polynomial with real coefficients written in standard form. PART A: TECHNIQUES WE HAVE ALREADY SEEN Refer to: Notes 1.31

More information

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross

Example SECTION 13-1. X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross CHAPTER 13 SECTION 13-1 Geometry and Algebra The Distance Formula COORDINATE PLANE consists of two perpendicular number lines, dividing the plane into four regions called quadrants X-AXIS - the horizontal

More information

Florida Math 0028. Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper

Florida Math 0028. Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper Florida Math 0028 Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper Exponents & Polynomials MDECU1: Applies the order of operations to evaluate algebraic

More information

Students will be able to simplify and evaluate numerical and variable expressions using appropriate properties and order of operations.

Students will be able to simplify and evaluate numerical and variable expressions using appropriate properties and order of operations. Outcome 1: (Introduction to Algebra) Skills/Content 1. Simplify numerical expressions: a). Use order of operations b). Use exponents Students will be able to simplify and evaluate numerical and variable

More information

TSI College Level Math Practice Test

TSI College Level Math Practice Test TSI College Level Math Practice Test Tutorial Services Mission del Paso Campus. Factor the Following Polynomials 4 a. 6 8 b. c. 7 d. ab + a + b + 6 e. 9 f. 6 9. Perform the indicated operation a. ( +7y)

More information

G r a d e 1 0 I n t r o d u c t i o n t o A p p l i e d a n d P r e - C a l c u l u s M a t h e m a t i c s ( 2 0 S ) Final Practice Exam

G r a d e 1 0 I n t r o d u c t i o n t o A p p l i e d a n d P r e - C a l c u l u s M a t h e m a t i c s ( 2 0 S ) Final Practice Exam G r a d e 1 0 I n t r o d u c t i o n t o A p p l i e d a n d P r e - C a l c u l u s M a t h e m a t i c s ( 2 0 S ) Final Practice Exam G r a d e 1 0 I n t r o d u c t i o n t o A p p l i e d a n d

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

Factoring Polynomials

Factoring Polynomials UNIT 11 Factoring Polynomials You can use polynomials to describe framing for art. 396 Unit 11 factoring polynomials A polynomial is an expression that has variables that represent numbers. A number can

More information

Brunswick High School has reinstated a summer math curriculum for students Algebra 1, Geometry, and Algebra 2 for the 2014-2015 school year.

Brunswick High School has reinstated a summer math curriculum for students Algebra 1, Geometry, and Algebra 2 for the 2014-2015 school year. Brunswick High School has reinstated a summer math curriculum for students Algebra 1, Geometry, and Algebra 2 for the 2014-2015 school year. Goal The goal of the summer math program is to help students

More information

56 questions (multiple choice, check all that apply, and fill in the blank) The exam is worth 224 points.

56 questions (multiple choice, check all that apply, and fill in the blank) The exam is worth 224 points. 6.1.1 Review: Semester Review Study Sheet Geometry Core Sem 2 (S2495808) Semester Exam Preparation Look back at the unit quizzes and diagnostics. Use the unit quizzes and diagnostics to determine which

More information

CAMI Education linked to CAPS: Mathematics

CAMI Education linked to CAPS: Mathematics - 1 - TOPIC 1.1 Whole numbers _CAPS curriculum TERM 1 CONTENT Mental calculations Revise: Multiplication of whole numbers to at least 12 12 Ordering and comparing whole numbers Revise prime numbers to

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line College Algebra in Context with Applications for the Managerial, Life, and Social Sciences, 3rd Edition Ronald J. Harshbarger, University of South Carolina - Beaufort Lisa S. Yocco, Georgia Southern University

More information

Graphing Linear Equations

Graphing Linear Equations Graphing Linear Equations I. Graphing Linear Equations a. The graphs of first degree (linear) equations will always be straight lines. b. Graphs of lines can have Positive Slope Negative Slope Zero slope

More information

Algebra 1. Curriculum Map

Algebra 1. Curriculum Map Algebra 1 Curriculum Map Table of Contents Unit 1: Expressions and Unit 2: Linear Unit 3: Representing Linear Unit 4: Linear Inequalities Unit 5: Systems of Linear Unit 6: Polynomials Unit 7: Factoring

More information

Big Bend Community College. Beginning Algebra MPC 095. Lab Notebook

Big Bend Community College. Beginning Algebra MPC 095. Lab Notebook Big Bend Community College Beginning Algebra MPC 095 Lab Notebook Beginning Algebra Lab Notebook by Tyler Wallace is licensed under a Creative Commons Attribution 3.0 Unported License. Permissions beyond

More information

North Carolina Math 2

North Carolina Math 2 Standards for Mathematical Practice 1. Make sense of problems and persevere in solving them. 2. Reason abstractly and quantitatively 3. Construct viable arguments and critique the reasoning of others 4.

More information

MATH 100 PRACTICE FINAL EXAM

MATH 100 PRACTICE FINAL EXAM MATH 100 PRACTICE FINAL EXAM Lecture Version Name: ID Number: Instructor: Section: Do not open this booklet until told to do so! On the separate answer sheet, fill in your name and identification number

More information

LAKE ELSINORE UNIFIED SCHOOL DISTRICT

LAKE ELSINORE UNIFIED SCHOOL DISTRICT LAKE ELSINORE UNIFIED SCHOOL DISTRICT Title: PLATO Algebra 1-Semester 2 Grade Level: 10-12 Department: Mathematics Credit: 5 Prerequisite: Letter grade of F and/or N/C in Algebra 1, Semester 2 Course Description:

More information

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Algebra 2 Year-at-a-Glance Leander ISD 2007-08 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Essential Unit of Study 6 weeks 3 weeks 3 weeks 6 weeks 3 weeks 3 weeks

More information

The Point-Slope Form

The Point-Slope Form 7. The Point-Slope Form 7. OBJECTIVES 1. Given a point and a slope, find the graph of a line. Given a point and the slope, find the equation of a line. Given two points, find the equation of a line y Slope

More information

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only Algebra II End of Course Exam Answer Key Segment I Scientific Calculator Only Question 1 Reporting Category: Algebraic Concepts & Procedures Common Core Standard: A-APR.3: Identify zeros of polynomials

More information

1.3 LINEAR EQUATIONS IN TWO VARIABLES. Copyright Cengage Learning. All rights reserved.

1.3 LINEAR EQUATIONS IN TWO VARIABLES. Copyright Cengage Learning. All rights reserved. 1.3 LINEAR EQUATIONS IN TWO VARIABLES Copyright Cengage Learning. All rights reserved. What You Should Learn Use slope to graph linear equations in two variables. Find the slope of a line given two points

More information

SUNY ECC. ACCUPLACER Preparation Workshop. Algebra Skills

SUNY ECC. ACCUPLACER Preparation Workshop. Algebra Skills SUNY ECC ACCUPLACER Preparation Workshop Algebra Skills Gail A. Butler Ph.D. Evaluating Algebraic Epressions Substitute the value (#) in place of the letter (variable). Follow order of operations!!! E)

More information

1.1 Practice Worksheet

1.1 Practice Worksheet Math 1 MPS Instructor: Cheryl Jaeger Balm 1 1.1 Practice Worksheet 1. Write each English phrase as a mathematical expression. (a) Three less than twice a number (b) Four more than half of a number (c)

More information

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)}

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)} Linear Equations Domain and Range Domain refers to the set of possible values of the x-component of a point in the form (x,y). Range refers to the set of possible values of the y-component of a point in

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

KEANSBURG SCHOOL DISTRICT KEANSBURG HIGH SCHOOL Mathematics Department. HSPA 10 Curriculum. September 2007

KEANSBURG SCHOOL DISTRICT KEANSBURG HIGH SCHOOL Mathematics Department. HSPA 10 Curriculum. September 2007 KEANSBURG HIGH SCHOOL Mathematics Department HSPA 10 Curriculum September 2007 Written by: Karen Egan Mathematics Supervisor: Ann Gagliardi 7 days Sample and Display Data (Chapter 1 pp. 4-47) Surveys and

More information

Anchorage School District/Alaska Sr. High Math Performance Standards Algebra

Anchorage School District/Alaska Sr. High Math Performance Standards Algebra Anchorage School District/Alaska Sr. High Math Performance Standards Algebra Algebra 1 2008 STANDARDS PERFORMANCE STANDARDS A1:1 Number Sense.1 Classify numbers as Real, Irrational, Rational, Integer,

More information

Indiana State Core Curriculum Standards updated 2009 Algebra I

Indiana State Core Curriculum Standards updated 2009 Algebra I Indiana State Core Curriculum Standards updated 2009 Algebra I Strand Description Boardworks High School Algebra presentations Operations With Real Numbers Linear Equations and A1.1 Students simplify and

More information

REVIEW OF ANALYTIC GEOMETRY

REVIEW OF ANALYTIC GEOMETRY REVIEW OF ANALYTIC GEOMETRY The points in a plane can be identified with ordered pairs of real numbers. We start b drawing two perpendicular coordinate lines that intersect at the origin O on each line.

More information

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009 Content Area: Mathematics Grade Level Expectations: High School Standard: Number Sense, Properties, and Operations Understand the structure and properties of our number system. At their most basic level

More information

McDougal Littell California:

McDougal Littell California: McDougal Littell California: Pre-Algebra Algebra 1 correlated to the California Math Content s Grades 7 8 McDougal Littell California Pre-Algebra Components: Pupil Edition (PE), Teacher s Edition (TE),

More information

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20 Lecture 8 : Coordinate Geometry The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 0 distance on the axis and give each point an identity on the corresponding

More information

Unit 1: Integers and Fractions

Unit 1: Integers and Fractions Unit 1: Integers and Fractions No Calculators!!! Order Pages (All in CC7 Vol. 1) 3-1 Integers & Absolute Value 191-194, 203-206, 195-198, 207-210 3-2 Add Integers 3-3 Subtract Integers 215-222 3-4 Multiply

More information

Math 1. Month Essential Questions Concepts/Skills/Standards Content Assessment Areas of Interaction

Math 1. Month Essential Questions Concepts/Skills/Standards Content Assessment Areas of Interaction Binghamton High School Rev.9/21/05 Math 1 September What is the unknown? Model relationships by using Fundamental skills of 2005 variables as a shorthand way Algebra Why do we use variables? What is a

More information

Common Core Unit Summary Grades 6 to 8

Common Core Unit Summary Grades 6 to 8 Common Core Unit Summary Grades 6 to 8 Grade 8: Unit 1: Congruence and Similarity- 8G1-8G5 rotations reflections and translations,( RRT=congruence) understand congruence of 2 d figures after RRT Dilations

More information

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

Administrative - Master Syllabus COVER SHEET

Administrative - Master Syllabus COVER SHEET Administrative - Master Syllabus COVER SHEET Purpose: It is the intention of this to provide a general description of the course, outline the required elements of the course and to lay the foundation for

More information

7.1 Graphs of Quadratic Functions in Vertex Form

7.1 Graphs of Quadratic Functions in Vertex Form 7.1 Graphs of Quadratic Functions in Vertex Form Quadratic Function in Vertex Form A quadratic function in vertex form is a function that can be written in the form f (x) = a(x! h) 2 + k where a is called

More information

Pre-Algebra 2008. Academic Content Standards Grade Eight Ohio. Number, Number Sense and Operations Standard. Number and Number Systems

Pre-Algebra 2008. Academic Content Standards Grade Eight Ohio. Number, Number Sense and Operations Standard. Number and Number Systems Academic Content Standards Grade Eight Ohio Pre-Algebra 2008 STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express large numbers and small

More information

Parallel and Perpendicular. We show a small box in one of the angles to show that the lines are perpendicular.

Parallel and Perpendicular. We show a small box in one of the angles to show that the lines are perpendicular. CONDENSED L E S S O N. Parallel and Perpendicular In this lesson you will learn the meaning of parallel and perpendicular discover how the slopes of parallel and perpendicular lines are related use slopes

More information

Pennsylvania System of School Assessment

Pennsylvania System of School Assessment Pennsylvania System of School Assessment The Assessment Anchors, as defined by the Eligible Content, are organized into cohesive blueprints, each structured with a common labeling system that can be read

More information

3 e) x f) 2. Precalculus Worksheet P.1. 1. Complete the following questions from your textbook: p11: #5 10. 2. Why would you never write 5 < x > 7?

3 e) x f) 2. Precalculus Worksheet P.1. 1. Complete the following questions from your textbook: p11: #5 10. 2. Why would you never write 5 < x > 7? Precalculus Worksheet P.1 1. Complete the following questions from your tetbook: p11: #5 10. Why would you never write 5 < > 7? 3. Why would you never write 3 > > 8? 4. Describe the graphs below using

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

This is a square root. The number under the radical is 9. (An asterisk * means multiply.) Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize

More information

Geometry and Measurement

Geometry and Measurement The student will be able to: Geometry and Measurement 1. Demonstrate an understanding of the principles of geometry and measurement and operations using measurements Use the US system of measurement for

More information

1.6 A LIBRARY OF PARENT FUNCTIONS. Copyright Cengage Learning. All rights reserved.

1.6 A LIBRARY OF PARENT FUNCTIONS. Copyright Cengage Learning. All rights reserved. 1.6 A LIBRARY OF PARENT FUNCTIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Identify and graph linear and squaring functions. Identify and graph cubic, square root, and reciprocal

More information

How To Understand And Solve Algebraic Equations

How To Understand And Solve Algebraic Equations College Algebra Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. College Algebra, 8th edition, McGraw-Hill, 2008, ISBN: 978-0-07-286738-1 Course Description This course provides

More information

MATH 21. College Algebra 1 Lecture Notes

MATH 21. College Algebra 1 Lecture Notes MATH 21 College Algebra 1 Lecture Notes MATH 21 3.6 Factoring Review College Algebra 1 Factoring and Foiling 1. (a + b) 2 = a 2 + 2ab + b 2. 2. (a b) 2 = a 2 2ab + b 2. 3. (a + b)(a b) = a 2 b 2. 4. (a

More information

2.1 Increasing, Decreasing, and Piecewise Functions; Applications

2.1 Increasing, Decreasing, and Piecewise Functions; Applications 2.1 Increasing, Decreasing, and Piecewise Functions; Applications Graph functions, looking for intervals on which the function is increasing, decreasing, or constant, and estimate relative maxima and minima.

More information

absolute value function A function containing the absolute function of a variable.

absolute value function A function containing the absolute function of a variable. NYS Mathematics Glossary* Integrated Algebra (*This glossary has been amended from the full SED Commencement Level Glossary of Mathematical Terms (available at http://www.emsc.nysed.gov/ciai/mst/math/glossary/home.html)

More information

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved.

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved. 1.2 GRAPHS OF EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Sketch graphs of equations. Find x- and y-intercepts of graphs of equations. Use symmetry to sketch graphs

More information

http://www.aleks.com Access Code: RVAE4-EGKVN Financial Aid Code: 6A9DB-DEE3B-74F51-57304

http://www.aleks.com Access Code: RVAE4-EGKVN Financial Aid Code: 6A9DB-DEE3B-74F51-57304 MATH 1340.04 College Algebra Location: MAGC 2.202 Meeting day(s): TR 7:45a 9:00a, Instructor Information Name: Virgil Pierce Email: piercevu@utpa.edu Phone: 665.3535 Teaching Assistant Name: Indalecio

More information

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b.

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b. PRIMARY CONTENT MODULE Algebra - Linear Equations & Inequalities T-37/H-37 What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of

More information

Math Placement Test Study Guide. 2. The test consists entirely of multiple choice questions, each with five choices.

Math Placement Test Study Guide. 2. The test consists entirely of multiple choice questions, each with five choices. Math Placement Test Study Guide General Characteristics of the Test 1. All items are to be completed by all students. The items are roughly ordered from elementary to advanced. The expectation is that

More information

Algebra Cheat Sheets

Algebra Cheat Sheets Sheets Algebra Cheat Sheets provide you with a tool for teaching your students note-taking, problem-solving, and organizational skills in the context of algebra lessons. These sheets teach the concepts

More information

Algebra I Credit Recovery

Algebra I Credit Recovery Algebra I Credit Recovery COURSE DESCRIPTION: The purpose of this course is to allow the student to gain mastery in working with and evaluating mathematical expressions, equations, graphs, and other topics,

More information

Prerequisites: TSI Math Complete and high school Algebra II and geometry or MATH 0303.

Prerequisites: TSI Math Complete and high school Algebra II and geometry or MATH 0303. Course Syllabus Math 1314 College Algebra Revision Date: 8-21-15 Catalog Description: In-depth study and applications of polynomial, rational, radical, exponential and logarithmic functions, and systems

More information

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11}

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11} Mathematics Pre-Test Sample Questions 1. Which of the following sets is closed under division? I. {½, 1,, 4} II. {-1, 1} III. {-1, 0, 1} A. I only B. II only C. III only D. I and II. Which of the following

More information

Algebra 1 Course Information

Algebra 1 Course Information Course Information Course Description: Students will study patterns, relations, and functions, and focus on the use of mathematical models to understand and analyze quantitative relationships. Through

More information

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space 11 Vectors and the Geometry of Space 11.1 Vectors in the Plane Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. 2 Objectives! Write the component form of

More information

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds Isosceles Triangle Congruent Leg Side Expression Equation Polynomial Monomial Radical Square Root Check Times Itself Function Relation One Domain Range Area Volume Surface Space Length Width Quantitative

More information

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions.

Algebraic expressions are a combination of numbers and variables. Here are examples of some basic algebraic expressions. Page 1 of 13 Review of Linear Expressions and Equations Skills involving linear equations can be divided into the following groups: Simplifying algebraic expressions. Linear expressions. Solving linear

More information

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( 3 5 3 2 )( 3 25 3 10 3 4 ). The Odd-Root Property 498 (9 3) Chapter 9 Radicals and Rational Exponents Replace the question mark by an expression that makes the equation correct. Equations involving variables are to be identities. 75. 6 76. 3?? 1 77. 1

More information

Additional Topics in Math

Additional Topics in Math Chapter Additional Topics in Math In addition to the questions in Heart of Algebra, Problem Solving and Data Analysis, and Passport to Advanced Math, the SAT Math Test includes several questions that are

More information

with functions, expressions and equations which follow in units 3 and 4.

with functions, expressions and equations which follow in units 3 and 4. Grade 8 Overview View unit yearlong overview here The unit design was created in line with the areas of focus for grade 8 Mathematics as identified by the Common Core State Standards and the PARCC Model

More information

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary)

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary) Core Standards of the Course Standard 1 Students will acquire number sense and perform operations with real and complex numbers. Objective 1.1 Compute fluently and make reasonable estimates. 1. Simplify

More information

Successful completion of Math 7 or Algebra Readiness along with teacher recommendation.

Successful completion of Math 7 or Algebra Readiness along with teacher recommendation. MODESTO CITY SCHOOLS COURSE OUTLINE COURSE TITLE:... Basic Algebra COURSE NUMBER:... RECOMMENDED GRADE LEVEL:... 8-11 ABILITY LEVEL:... Basic DURATION:... 1 year CREDIT:... 5.0 per semester MEETS GRADUATION

More information

ACT Math Facts & Formulas

ACT Math Facts & Formulas Numbers, Sequences, Factors Integers:..., -3, -2, -1, 0, 1, 2, 3,... Rationals: fractions, tat is, anyting expressable as a ratio of integers Reals: integers plus rationals plus special numbers suc as

More information