Module 2 Study Guide. The second module covers the following sections of the textbook: , 4.1, 4.2, 4.5, and

Size: px
Start display at page:

Download "Module 2 Study Guide. The second module covers the following sections of the textbook: , 4.1, 4.2, 4.5, and"

Transcription

1 Module 2 Study Guide The second module covers the following sections of the textbook: , 4.1, 4.2, 4.5, and Sections This is a continuation of the study of linear functions that we started in the first module. Specifically, we're covering graphing linear functions by multiple methods (points, intercepts, slopes), working with slope, computing the equation of a line given some information about that line, and working with parallel and perpendicular lines. Graphing Linear Functions This is a continuation of objective B in section 3.2. Make sure that, given an equation, you can determine that it's LINEAR FUNCTION based on its characteristics. Namely, you should be able to rewrite it in y=mx + b, or f(x) = mx + b, form. For instance: 3x + 2y = 6 is a linear function because it can be re-written as y = 3 2 x + 3, but y=x 2 5 is not linear because of the "squared". One strategy for graphing linear functions is to put the function in y = mx + b form, then find 3 ordered pair solutions. In this example, the x-values were chosen for convenience, since the fraction will cancel. You need a minimum of two points to construct the graph of a line, 3 points are used for safety. Another approach to graphing includes computing x and y intercepts, then plotting just those points. You find an x-intercept by setting y=0 and solving for x. The opposite is true for the y-intercept.

2 In addition to these methods, you should be able to work with linear equations that represent horizontal and vertical lines. The equations of these lines are y = k and x = k respectively, where k is some number. Application Problems You should be able to work with simple application problems that describe a linear relationship. For instance, Fahrenheit and Celsius temperatures are related by the following formula: 5F - 9C = 160. Give a measurement in Fahrenheit (for instance, 68 degrees F), you should be able to compute the corresponding Celsius measurement. Also, you should be able to plot a graph of these values, where Fahrenheit lies along the X axis, and Celsius the Y. Slope The notion of slope underpins a lot of mathematics going forward, up to and through calculus. The idea is simple, slope is a numerical measurement of how "steep" a line is. More specifically, from one point to another on a line, slope measures: change in y values change in x values = Rise Run = y y 2 1 x 2 x 1 where (x 1, y 1 ) and ( x 2, y 2 ) are two points on the line Common Mistake: x 2 does NOT mean x squared, it means "the x-coordinate of point # 2". So, you should understand, intuitively, what slope means: is steeper than so it must have a "greater" slope, as well as being able to compute the value of slope (m) using the slope formula m= y 2 y 1 x 2 x 1 Careful with negative numbers, please!

3 Understand what a positive and negative slopes indicate (as well as zero and undefined): And be able to graph a linear function based solely on information about the slope and a point on the line. Note: y = m x + b formula indicates that m = slope and b = the y-intercept. Computing Equations of Lines Once you understand slope, you can start figuring out the equation of a line given two pieces of information. Besides the y = m x + b formula, you can use the more powerful y y 1 =m( x x 1 ) For example, given two points (2,4) and (8, 1), you should be able to determine the equation of the line by 1) computing the slope of the line: (you should get -1/2) 2) plugging this answer, along with EITHER (2,4) or (8,1) into y y 1 =m( x x 1 ) Let me plug in the (2, 4): y 4 = 1 2 ( x 2) 3) simplify result to y = mx + b. You should get y = 1 2 x+5 NOTE: if you had plugged in (8, 1) in part 2 above, you would have gotten the same result!

4 Parallel and Perpendicular Lines Just remember the following when dealing with parallel and perpendicular lines: Parallel lines have EQUAL SLOPES. Perpendicular lines have slopes that are NEGATIVE RECIPROCALS Example: for the line 3x + 2y = 6, it's slope is -3/2 (because you put it into y = mx + b form, right?) Any line parallel has a slope equal to -3/2, and any perpendicular line has a slope of 2/3. That's it! With this information, you should be able to answer questions like: "What is the equation of the line perpendicular to 3x + 2y = 6 that passes through the point (-12, 6)?" Answer: y= 2 3 x+14 Section 3.7 This section deals with linear inequalities in two variables. You definitely need to view the videos for this topic, since it will probably be quite new to you. This topic gets revisited in section 4.5. The concept is that there are a LOT of solutions to something like x + 3y > 6. In fact, if you graph x + 3y = 6 (and use a dashed line because it's >, and not ), you'll see that one "side" of this line solves this inequality, and the other side doesn't. You can make this determination by plugging the point (0,0) into the inequality: x + 3y > (0) > 6 FALSE! and noticing the result is FALSE. Since it's FALSE, (0, 0) doesn't "work", and neither do any of its immediate neighbors. So it's the other side of the dashed line that solves this inequality! Sections 4.1, 4.2 Here, we solve systems of inequalities by various methods: graphing, substitution, and addition. Typically, two lines intersect at a single point. This is called an independent system. However, it's easy to see that there may be systems where the lines never intersect (parallel lines - inconsistent system), or overlap each other (infinitely number of solutions - all the points on either line - a dependent system). IMPORTANT: Algebraically, most of the time, you'll get an independent system ( a single solution). However, if you solve your system and the variables CANCEL EACH OTHER OUT, then the resulting values will clue you in to whether the system is inconsistent or dependent. Here's an example:

5 Starting with: Starting with: 3x + 2y = 8 3x + 2y = 8-3x - 2y = 12-3x - 2y = -8 you'll do some work and determine that all your variables disappear, leading to something like this: you'll do some work and determine that all your variables disappear, leading to something like this: 0 = 20, which is NEVER true 0 = 0, which is ALWAYS true (how can zero equal 20???) (when does zero NOT equal itself???) so the solution is NO SOLUTION or inconsistent system! so the solution set is INFINITE, or a dependent system. Note: I'm not going to ask you to express dependent systems in the form (x, -3x + 4), see Example 6, section 4.1. If the system is dependent, that's all you need to tell me. For algebraic solution methods, we'll cover two of them: substitution, where you plug one of the equations into the other, and addition, where you add together MULTIPLES of the equations together to ELIMINATE one of the variables! That's the key, to reduce the system of 2 equations and 2 variables down to a single equation with one variable! Example of Addition method: 2x + 3y = 11 4x - 2y = -2 If you just "add" these as-is, you would get 6x + 1y = 9. This is NO GOOD, because you reduce the number of variables. However, if you multiply the first equation by -2: 2x + 3y = 11 becomes -4x - 6y = -22, and then add it to the second equation: -4x - 6y = -22 4x - 2y = y = -24 (notice the x's are GONE)... solve for y: y = 3, figure out x from either original equation. So the solution set here is x = 1, y = 3, or (1, 3). 3 by 3 Linear Systems These systems (at the end of section 4.2) look hard, but in fact you're going to follow the same principal you did before... creatively add together multiples of the original equations in such a way that the same variable gets eliminated twice. In other words: reduces a 3 by 3 system down to a 2 by 2 system. Since you know how to solve 2 by 2 systems already, you should be all set.

6 Example: x + 2y - 2z = 8 (equation 1) 2x + 3y + 2z = 2 (equation 2) x - y - 2z = -6 (equation 3) The easiest variable to cancel twice is "z", since the coefficients are all similar. In fact, if you add equation1 + equation2 (3x + 5y = 10) then add equation2 + equation3 (3x + 2y = -4), you now have a nice, easy 2 by 2 system to solve. 3x + 5y = 10 3x + 2y = -4 I'll let you work through the rest of the problem. Again, view the videos! Systems of Linear Inequalities If you master the material in section 3.7, then this section is trivial. The idea is that we have a system of 2 linear inequalities. Simply solve each inequality separately, then determine the overlapping region. Quick example. Note the overlapping region on the right hand graph. That's the solution set! Exponential Expressions A lot of material here, but much, if not all, should be review. In the first section, it's crucial that you know your rules of exponents! Practice lots of problems. An expression is not considered simplified until: all bases are combined as much as possible, so x 3 y 2 x simplifies to x 4 y 2 no negative exponents, so x 5 y 3 5 z 2 should become x 5 z 2 5 y 3 no parentheses, so ( 4 x 2 y 3 ) 2 should become y 6 16 x 4

7 One of the applications of working with exponents and monomials in section 5.1 is scientific notation. You've probably done some work with scientific notation in the past, so again, this is probably a review. You should be able to convert to, and from, scientific notation. Polynomials You need to be able to add, subtract, and multiply polynomials for this test. The idea of adding and subtracting is to 1) remove parentheses, and 2) combine like terms. For adding and subtracting, I don't care if you use a horizontal or vertical format, either way is fine. When subtracting polynomials, make sure you add the OPPOSITE of the second polynomial: (3 x 2 5 x+2) (6 x 2 7 x 9) = 3 x 2 5 x x 2 +7 x+9 Multiplication of polynomials is handled by the FOIL method for binomial time binomial, and extended appropriately for larger polynomials (binomial times trinomial). There are lots of examples in the videos, practice up! Finally, don't get fooled by something like this: (x +2) 2... the answer is NOT x The square of a polynomial is that polynomial, times itself! So: (x+2) 2 = (x+2)( x+2) = x 2 +2 x+2 x+4 = x 2 +4 x+4 Good luck with this module!

Geometry 21 Summer Work Packet Review and Study Guide

Geometry 21 Summer Work Packet Review and Study Guide Geometry Summer Work Packet Review and Study Guide This study guide is designed to accompany the Geometry Summer Work Packet. Its purpose is to offer a review of the ten specific concepts covered in the

More information

Algebra 2 Summer Work Packet Review and Study Guide

Algebra 2 Summer Work Packet Review and Study Guide Algebra Summer Work Packet Review and Study Guide This study guide is designed to accompany the Algebra Summer Work Packet. Its purpose is to offer a review of the nine specific concepts covered in the

More information

ALGEBRA 2 Summer Review Assignments Graphing

ALGEBRA 2 Summer Review Assignments Graphing ALGEBRA 2 Summer Review Assignments Graphing To be prepared for algebra two, and all subsequent math courses, you need to be able to accurately and efficiently find the slope of any line, be able to write

More information

Algebra 31 Summer Work Packet Review and Study Guide

Algebra 31 Summer Work Packet Review and Study Guide Algebra Summer Work Packet Review and Study Guide This study guide is designed to accompany the Algebra Summer Work Packet. Its purpose is to offer a review of the ten specific concepts covered in the

More information

Module 3 Study Guide. GCF Method: Notice that a polynomial like 2x 2 8 xy+9 y 2 can't be factored by this method.

Module 3 Study Guide. GCF Method: Notice that a polynomial like 2x 2 8 xy+9 y 2 can't be factored by this method. Module 3 Study Guide The second module covers the following sections of the textbook: 5.4-5.8 and 6.1-6.5. Most people would consider this the hardest module of the semester. Really, it boils down to your

More information

Math 1 Unit 1 EOC Review

Math 1 Unit 1 EOC Review Math 1 Unit 1 EOC Review Name: Solving Equations (including Literal Equations) - Get the variable to show what it equals to satisfy the equation or inequality - Steps (each step only where necessary):

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

Algebra 2 Honors Unit 1 Review of Algebra 1

Algebra 2 Honors Unit 1 Review of Algebra 1 Algebra Honors Unit Review of Algebra Day Combining Like Terms and Distributive Property Objectives: SWBAT evaluate and simplify expressions involving real numbers. SWBAT evaluate exponents SWBAT combine

More information

SCIE 4101 Fall Math Review Packet #2 Notes Patterns and Algebra I Topics

SCIE 4101 Fall Math Review Packet #2 Notes Patterns and Algebra I Topics SCIE 4101 Fall 014 Math Review Packet # Notes Patterns and Algebra I Topics I consider Algebra and algebraic thought to be the heart of mathematics everything else before that is arithmetic. The first

More information

SCIE 4101 Spring Math Review Packet #2 Notes Algebra I

SCIE 4101 Spring Math Review Packet #2 Notes Algebra I SCIE 4101 Spring 011 Math Review Packet # Notes Algebra I I consider Algebra and algebraic thought to be the heart of mathematics everything else before that is arithmetic. The first characteristic of

More information

Geometry Summer Assignment 2018

Geometry Summer Assignment 2018 Geometry Summer Assignment 2018 The following packet contains topics and definitions that you will be required to know in order to succeed in Geometry this year. You are advised to be familiar with each

More information

ACCUPLACER MATH 0311 OR MATH 0120

ACCUPLACER MATH 0311 OR MATH 0120 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 0 OR MATH 00 http://www.academics.utep.edu/tlc MATH 0 OR MATH 00 Page Factoring Factoring Eercises 8 Factoring Answer to Eercises

More information

Part 2 - Beginning Algebra Summary

Part 2 - Beginning Algebra Summary Part - Beginning Algebra Summary Page 1 of 4 1/1/01 1. Numbers... 1.1. Number Lines... 1.. Interval Notation.... Inequalities... 4.1. Linear with 1 Variable... 4. Linear Equations... 5.1. The Cartesian

More information

MA094 Part 2 - Beginning Algebra Summary

MA094 Part 2 - Beginning Algebra Summary MA094 Part - Beginning Algebra Summary Page of 8/8/0 Big Picture Algebra is Solving Equations with Variables* Variable Variables Linear Equations x 0 MA090 Solution: Point 0 Linear Inequalities x < 0 page

More information

Rising 8th Grade Math. Algebra 1 Summer Review Packet

Rising 8th Grade Math. Algebra 1 Summer Review Packet Rising 8th Grade Math Algebra 1 Summer Review Packet 1. Clear parentheses using the distributive property. 2. Combine like terms within each side of the equal sign. Solving Multi-Step Equations 3. Add/subtract

More information

College Algebra Through Problem Solving (2018 Edition)

College Algebra Through Problem Solving (2018 Edition) City University of New York (CUNY) CUNY Academic Works Open Educational Resources Queensborough Community College Winter 1-25-2018 College Algebra Through Problem Solving (2018 Edition) Danielle Cifone

More information

Study Guide for Math 095

Study Guide for Math 095 Study Guide for Math 095 David G. Radcliffe November 7, 1994 1 The Real Number System Writing a fraction in lowest terms. 1. Find the largest number that will divide into both the numerator and the denominator.

More information

2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY

2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY 2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY The following are topics that you will use in Geometry and should be retained throughout the summer. Please use this practice to review the topics you

More information

MA.8.1 Students will apply properties of the real number system to simplify algebraic expressions and solve linear equations.

MA.8.1 Students will apply properties of the real number system to simplify algebraic expressions and solve linear equations. Focus Statement: Students will solve multi-step linear, quadratic, and compound equations and inequalities using the algebraic properties of the real number system. They will also graph linear and quadratic

More information

OBJECTIVES UNIT 1. Lesson 1.0

OBJECTIVES UNIT 1. Lesson 1.0 OBJECTIVES UNIT 1 Lesson 1.0 1. Define "set," "element," "finite set," and "infinite set," "empty set," and "null set" and give two examples of each term. 2. Define "subset," "universal set," and "disjoint

More information

3: Linear Systems. Examples. [1.] Solve. The first equation is in blue; the second is in red. Here's the graph: The solution is ( 0.8,3.4 ).

3: Linear Systems. Examples. [1.] Solve. The first equation is in blue; the second is in red. Here's the graph: The solution is ( 0.8,3.4 ). 3: Linear Systems 3-1: Graphing Systems of Equations So far, you've dealt with a single equation at a time or, in the case of absolute value, one after the other. Now it's time to move to multiple equations

More information

Solving Equations Quick Reference

Solving Equations Quick Reference Solving Equations Quick Reference Integer Rules Addition: If the signs are the same, add the numbers and keep the sign. If the signs are different, subtract the numbers and keep the sign of the number

More information

Basic ALGEBRA 2 SUMMER PACKET

Basic ALGEBRA 2 SUMMER PACKET Name Basic ALGEBRA SUMMER PACKET This packet contains Algebra I topics that you have learned before and should be familiar with coming into Algebra II. We will use these concepts on a regular basis throughout

More information

Chapter 1-2 Add and Subtract Integers

Chapter 1-2 Add and Subtract Integers Chapter 1-2 Add and Subtract Integers Absolute Value of a number is its distance from zero on the number line. 5 = 5 and 5 = 5 Adding Numbers with the Same Sign: Add the absolute values and use the sign

More information

Algebra 1 Seamless Curriculum Guide

Algebra 1 Seamless Curriculum Guide QUALITY STANDARD #1: REAL NUMBERS AND THEIR PROPERTIES 1.1 The student will understand the properties of real numbers. o Identify the subsets of real numbers o Addition- commutative, associative, identity,

More information

Algebra One Dictionary

Algebra One Dictionary Algebra One Dictionary Page 1 of 17 A Absolute Value - the distance between the number and 0 on a number line Algebraic Expression - An expression that contains numbers, operations and at least one variable.

More information

MAT30S Grade 10 Review Mr. Morris

MAT30S Grade 10 Review Mr. Morris GRADE 11 PRECALCULUS REVIEW OF GRADE 10 The following Grade 10 concepts should be reviewed for Grade 11 Precal: 1. Slopes of the Graphs of Linear Functions 2. Powers and Roots 3. Simplifying Radicals 4.

More information

Writing Equations 98 Slope Intercept Form...98 Standard Form Word Problems..107 Using Slope and a Point 109 Given Two Points..

Writing Equations 98 Slope Intercept Form...98 Standard Form Word Problems..107 Using Slope and a Point 109 Given Two Points.. Table of Contents Algebra Readiness Test... 4 Basic Algebra... 11 Integers and Absolute Value... 11 Adding Integers... 13 Subtracting Integers... 15 Multiplying and Dividing Integers 16 The Distributive

More information

Solving Multi-Step Equations

Solving Multi-Step Equations 1. Clear parentheses using the distributive property. 2. Combine like terms within each side of the equal sign. Solving Multi-Step Equations 3. Add/subtract terms to both sides of the equation to get the

More information

Chapter 7: Exponents

Chapter 7: Exponents Chapter : Exponents Algebra Chapter Notes Name: Notes #: Sections.. Section.: Review Simplify; leave all answers in positive exponents:.) m -.) y -.) m 0.) -.) -.) - -.) (m ) 0.) 0 x y Evaluate if a =

More information

Bishop Kelley High School Summer Math Program Course: Honors Pre-Calculus

Bishop Kelley High School Summer Math Program Course: Honors Pre-Calculus 017 018 Summer Math Program Course: Honors Pre-Calculus NAME: DIRECTIONS: Show all work in the packet. Make sure you are aware of the calculator policy for this course. No matter when you have math, this

More information

ANSWER KEY. Checklist Do I understand? Test Date: A-Day 2/7. Algebra 1 Benchmark Review study guide is due on test day!

ANSWER KEY. Checklist Do I understand? Test Date: A-Day 2/7. Algebra 1 Benchmark Review study guide is due on test day! ANSWER KEY Name: Algebra 1 Benchmark Review study guide is due on test day! Test Date: A-Day 2/7 Checklist Do I understand? Unit 1 Solving Equations and Inequalities Two Step Equations Properties of Real

More information

Herndon High School Geometry Honors Summer Assignment

Herndon High School Geometry Honors Summer Assignment Welcome to Geometry! This summer packet is for all students enrolled in Geometry Honors at Herndon High School for Fall 07. The packet contains prerequisite skills that you will need to be successful in

More information

Algebra 1. Math Review Packet. Equations, Inequalities, Linear Functions, Linear Systems, Exponents, Polynomials, Factoring, Quadratics, Radicals

Algebra 1. Math Review Packet. Equations, Inequalities, Linear Functions, Linear Systems, Exponents, Polynomials, Factoring, Quadratics, Radicals Algebra 1 Math Review Packet Equations, Inequalities, Linear Functions, Linear Systems, Exponents, Polynomials, Factoring, Quadratics, Radicals 2017 Math in the Middle 1. Clear parentheses using the distributive

More information

MATH 1130 Exam 1 Review Sheet

MATH 1130 Exam 1 Review Sheet MATH 1130 Exam 1 Review Sheet The Cartesian Coordinate Plane The Cartesian Coordinate Plane is a visual representation of the collection of all ordered pairs (x, y) where x and y are real numbers. This

More information

Algebra 1 S1 Lesson Summaries. Lesson Goal: Mastery 70% or higher

Algebra 1 S1 Lesson Summaries. Lesson Goal: Mastery 70% or higher Algebra 1 S1 Lesson Summaries For every lesson, you need to: Read through the LESSON REVIEW which is located below or on the last page of the lesson and 3-hole punch into your MATH BINDER. Read and work

More information

Chetek-Weyerhaeuser High School

Chetek-Weyerhaeuser High School Chetek-Weyerhaeuser High School Unit 1 Variables and Expressions Math RtI Units and s Math RtI A s 1. I can use mathematical properties to evaluate expressions. I can use mathematical properties to evaluate

More information

Unit 4 Systems of Equations Systems of Two Linear Equations in Two Variables

Unit 4 Systems of Equations Systems of Two Linear Equations in Two Variables Unit 4 Systems of Equations Systems of Two Linear Equations in Two Variables Solve Systems of Linear Equations by Graphing Solve Systems of Linear Equations by the Substitution Method Solve Systems of

More information

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software Practical Algebra A Step-by-step Approach Brought to you by Softmath, producers of Algebrator Software 2 Algebra e-book Table of Contents Chapter 1 Algebraic expressions 5 1 Collecting... like terms 5

More information

Math 75 Mini-Mod Due Dates Spring 2016

Math 75 Mini-Mod Due Dates Spring 2016 Mini-Mod 1 Whole Numbers Due: 4/3 1.1 Whole Numbers 1.2 Rounding 1.3 Adding Whole Numbers; Estimation 1.4 Subtracting Whole Numbers 1.5 Basic Problem Solving 1.6 Multiplying Whole Numbers 1.7 Dividing

More information

Bishop Kelley High School Summer Math Program Course: Algebra 2 A

Bishop Kelley High School Summer Math Program Course: Algebra 2 A 06 07 Bishop Kelley High School Summer Math Program Course: Algebra A NAME: DIRECTIONS: Show all work in packet!!! The first 6 pages of this packet provide eamples as to how to work some of the problems

More information

SUMMER REVIEW PACKET. Name:

SUMMER REVIEW PACKET. Name: Wylie East HIGH SCHOOL SUMMER REVIEW PACKET For students entering Regular PRECALCULUS Name: Welcome to Pre-Calculus. The following packet needs to be finished and ready to be turned the first week of the

More information

MATH 0960 ELEMENTARY ALGEBRA FOR COLLEGE STUDENTS (8 TH EDITION) BY ANGEL & RUNDE Course Outline

MATH 0960 ELEMENTARY ALGEBRA FOR COLLEGE STUDENTS (8 TH EDITION) BY ANGEL & RUNDE Course Outline MATH 0960 ELEMENTARY ALGEBRA FOR COLLEGE STUDENTS (8 TH EDITION) BY ANGEL & RUNDE Course Outline 1. Real Numbers (33 topics) 1.3 Fractions (pg. 27: 1-75 odd) A. Simplify fractions. B. Change mixed numbers

More information

FOR STUDENTS WHO HAVE COMPLETED ALGEBRA 1 (Students entering Geometry)

FOR STUDENTS WHO HAVE COMPLETED ALGEBRA 1 (Students entering Geometry) FOR STUDENTS WHO HAVE COMPLETED ALGEBRA (Students entering Geometry) Dear Parent/Guardian and Student, Name: Date: Period: Attached you will find a review packet of skills which each student is expected

More information

6: Polynomials and Polynomial Functions

6: Polynomials and Polynomial Functions 6: Polynomials and Polynomial Functions 6-1: Polynomial Functions Okay you know what a variable is A term is a product of constants and powers of variables (for example: x ; 5xy ) For now, let's restrict

More information

Algebra 2 Segment 1 Lesson Summary Notes

Algebra 2 Segment 1 Lesson Summary Notes Algebra 2 Segment 1 Lesson Summary Notes For each lesson: Read through the LESSON SUMMARY which is located. Read and work through every page in the LESSON. Try each PRACTICE problem and write down the

More information

Pre-Calculus Summer Packet Instructions

Pre-Calculus Summer Packet Instructions Pre-Calculus Summer Packet Instructions Dear Student, You are receiving this summer packet as a review of previously covered math topics needed to be successful in the upcoming math class you will be taking

More information

NOTES. [Type the document subtitle] Math 0310

NOTES. [Type the document subtitle] Math 0310 NOTES [Type the document subtitle] Math 010 Cartesian Coordinate System We use a rectangular coordinate system to help us map out relations. The coordinate grid has a horizontal axis and a vertical axis.

More information

A Correlation of. Pearson. Mathematical Ideas. to the. TSI Topics

A Correlation of. Pearson. Mathematical Ideas. to the. TSI Topics A Correlation of Pearson 2016 to the A Correlation of 2016 Table of Contents Module M1. Linear Equations, Inequalities, and Systems... 1 Module M2. Algebraic Expressions and Equations (Other Than Linear)...

More information

A. Incorrect! Replacing is not a method for solving systems of equations.

A. Incorrect! Replacing is not a method for solving systems of equations. ACT Math and Science - Problem Drill 20: Systems of Equations No. 1 of 10 1. What methods were presented to solve systems of equations? (A) Graphing, replacing, and substitution. (B) Solving, replacing,

More information

June If you want, you may scan your assignment and convert it to a.pdf file and it to me.

June If you want, you may scan your assignment and convert it to a.pdf file and  it to me. Summer Assignment Pre-Calculus Honors June 2016 Dear Student: This assignment is a mandatory part of the Pre-Calculus Honors course. Students who do not complete the assignment will be placed in the regular

More information

ACCUPLACER MATH 0310

ACCUPLACER MATH 0310 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 00 http://www.academics.utep.edu/tlc MATH 00 Page Linear Equations Linear Equations Eercises 5 Linear Equations Answer to

More information

Rational and Radical Relationships

Rational and Radical Relationships Advanced Algebra Rational and Radical Relationships Rational and Radical Relationships Many people have an interest in pastimes such as diving, photography, racing, playing music, or just getting a tan.

More information

Along the way, you learned many manipulative skills using the Properties of Real Numbers.

Along the way, you learned many manipulative skills using the Properties of Real Numbers. A LOOK at Algebra ============================= In a nutshell, you have learned how to: 1. solve linear equations and inequalities. solve quadratic equations and inequalities 3. solve systems of linear

More information

Pre-Calculus Summer Packet

Pre-Calculus Summer Packet 2013-2014 Pre-Calculus Summer Packet 1. Complete the attached summer packet, which is due on Friday, September 6, 2013. 2. The material will be reviewed in class on Friday, September 6 and Monday, September

More information

Systems of Equations and Inequalities. College Algebra

Systems of Equations and Inequalities. College Algebra Systems of Equations and Inequalities College Algebra System of Linear Equations There are three types of systems of linear equations in two variables, and three types of solutions. 1. An independent system

More information

5.3. Polynomials and Polynomial Functions

5.3. Polynomials and Polynomial Functions 5.3 Polynomials and Polynomial Functions Polynomial Vocabulary Term a number or a product of a number and variables raised to powers Coefficient numerical factor of a term Constant term which is only a

More information

Unit 7: Factoring Quadratic Polynomials

Unit 7: Factoring Quadratic Polynomials Unit 7: Factoring Quadratic Polynomials A polynomial is represented by: where the coefficients are real numbers and the exponents are nonnegative integers. Side Note: Examples of real numbers: Examples

More information

Put the following equations to slope-intercept form then use 2 points to graph

Put the following equations to slope-intercept form then use 2 points to graph Tuesday September 23, 2014 Warm-up: Put the following equations to slope-intercept form then use 2 points to graph 1. 4x - 3y = 8 8 x 6y = 16 2. 2x + y = 4 2x + y = 1 Tuesday September 23, 2014 Warm-up:

More information

evaluate functions, expressed in function notation, given one or more elements in their domains

evaluate functions, expressed in function notation, given one or more elements in their domains Describing Linear Functions A.3 Linear functions, equations, and inequalities. The student writes and represents linear functions in multiple ways, with and without technology. The student demonstrates

More information

Lesson 3 Algebraic expression: - the result obtained by applying operations (+, -,, ) to a collection of numbers and/or variables o

Lesson 3 Algebraic expression: - the result obtained by applying operations (+, -,, ) to a collection of numbers and/or variables o Lesson 3 Algebraic expression: - the result obtained by applying operations (+, -,, ) to a collection of numbers and/or variables o o ( 1)(9) 3 ( 1) 3 9 1 Evaluate the second expression at the left, if

More information

Elementary Algebra Sample Final Exam Spring 2017

Elementary Algebra Sample Final Exam Spring 2017 Elementary Algebra NAME: Sample Final Exam Spring 2017 You will have 2 hours to complete this exam. You may use a calculator but must show all algebraic work in the space provided to receive full credit.

More information

Linear Equations in One Variable *

Linear Equations in One Variable * OpenStax-CNX module: m64441 1 Linear Equations in One Variable * Ramon Emilio Fernandez Based on Linear Equations in One Variable by OpenStax This work is produced by OpenStax-CNX and licensed under the

More information

Math 1 Unit 1 EOC Review

Math 1 Unit 1 EOC Review Math 1 Unit 1 EOC Review Solving Equations (including Literal Equations) - Get the variable to show what it equals to satisfy the equation or inequality - Steps (each step only where necessary): 1. Distribute

More information

SOLUTIONS FOR PROBLEMS 1-30

SOLUTIONS FOR PROBLEMS 1-30 . Answer: 5 Evaluate x x + 9 for x SOLUTIONS FOR PROBLEMS - 0 When substituting x in x be sure to do the exponent before the multiplication by to get (). + 9 5 + When multiplying ( ) so that ( 7) ( ).

More information

Topics Covered in Math 115

Topics Covered in Math 115 Topics Covered in Math 115 Basic Concepts Integer Exponents Use bases and exponents. Evaluate exponential expressions. Apply the product, quotient, and power rules. Polynomial Expressions Perform addition

More information

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable.

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable. C H A P T E R 6 Algebra Review This chapter reviews key skills and concepts of algebra that you need to know for the SAT. Throughout the chapter are sample questions in the style of SAT questions. Each

More information

Algebra 1: Hutschenreuter Chapter 10 Notes Adding and Subtracting Polynomials

Algebra 1: Hutschenreuter Chapter 10 Notes Adding and Subtracting Polynomials Algebra 1: Hutschenreuter Chapter 10 Notes Name 10.1 Adding and Subtracting Polynomials Polynomial- an expression where terms are being either added and/or subtracted together Ex: 6x 4 + 3x 3 + 5x 2 +

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

More information

Watertown Public Schools Algebra 2 Honors/CP Summer Packet

Watertown Public Schools Algebra 2 Honors/CP Summer Packet Name Date Teacher Watertown Public Schools Algebra 2 Honors/CP Summer Packet Summer 2018 This packet contains topics that you are expected to know prior to entering Algebra 2. You have learned these skills

More information

STUDY GUIDE Math 20. To accompany Intermediate Algebra for College Students By Robert Blitzer, Third Edition

STUDY GUIDE Math 20. To accompany Intermediate Algebra for College Students By Robert Blitzer, Third Edition STUDY GUIDE Math 0 To the students: To accompany Intermediate Algebra for College Students By Robert Blitzer, Third Edition When you study Algebra, the material is presented to you in a logical sequence.

More information

Systems of Linear Equations and Inequalities

Systems of Linear Equations and Inequalities Systems of Linear Equations and Inequalities Alex Moore February 4, 017 1 What is a system? Now that we have studied linear equations and linear inequalities, it is time to consider the question, What

More information

Answers to the problems will be posted on the school website, go to Academics tab, then select Mathematics and select Summer Packets.

Answers to the problems will be posted on the school website, go to Academics tab, then select Mathematics and select Summer Packets. Name Geometry SUMMER PACKET This packet contains Algebra I topics that you have learned before and should be familiar with coming into Geometry. We will use these concepts on a regular basis throughout

More information

Watertown Public Schools Algebra 2 Summer Packet

Watertown Public Schools Algebra 2 Summer Packet Name Date Teacher Watertown Public Schools Algebra 2 Summer Packet Summer 2017 Attn: In coming Algebra II Cohort, Honors, College Prep Students & Parents/Guardians This packet contains topics that you

More information

Chapter R - Basic Algebra Operations (94 topics, no due date)

Chapter R - Basic Algebra Operations (94 topics, no due date) Course Name: Math 00024 Course Code: N/A ALEKS Course: College Algebra Instructor: Master Templates Course Dates: Begin: 08/15/2014 End: 08/15/2015 Course Content: 207 topics Textbook: Barnett/Ziegler/Byleen/Sobecki:

More information

Chapter One: Pre-Geometry

Chapter One: Pre-Geometry Chapter One: Pre-Geometry Index: A: Solving Equations B: Factoring (GCF/DOTS) C: Factoring (Case Two leading into Case One) D: Factoring (Case One) E: Solving Quadratics F: Parallel and Perpendicular Lines

More information

Cartesian Plane. Analytic Geometry. Unit Name

Cartesian Plane. Analytic Geometry. Unit Name 3.1cartesian Unit Name Analytic Geometry Unit Goals 1. Create table of values in order to graph &/or determine if a relation is linear. Determine slope 3. Calculate missing information for linearelationships.

More information

Consistent and Dependent

Consistent and Dependent Graphing a System of Equations System of Equations: Consists of two equations. The solution to the system is an ordered pair that satisfies both equations. There are three methods to solving a system;

More information

PERT Practice Test #2

PERT Practice Test #2 Class: Date: PERT Practice Test #2 Multiple Choice Identify the choice that best completes the statement or answers the question. Ê 1. What is the quotient of 6y 6 9y 4 + 12y 2 ˆ Ê 3y 2 ˆ? a. 2y 4 + 3y

More information

Module 1: Whole Numbers Module 2: Fractions Module 3: Decimals and Percent Module 4: Real Numbers and Introduction to Algebra

Module 1: Whole Numbers Module 2: Fractions Module 3: Decimals and Percent Module 4: Real Numbers and Introduction to Algebra Course Title: College Preparatory Mathematics I Prerequisite: Placement with a score below 20 on ACT, below 450 on SAT, or assessing into Basic Applied Mathematics or Basic Algebra using Accuplacer, ASSET

More information

Regents Review Session #3 Functions

Regents Review Session #3 Functions Regents Review Session #3 Functions A relation is a set of ordered pairs. A function is a relation in which each element of the domain corresponds t exactly one element in the range. (Each x value is paired

More information

ASSIGNMENT. Please complete only the assignment for the class you will begin in September 2018.

ASSIGNMENT. Please complete only the assignment for the class you will begin in September 2018. ASSIGNMENT Attached is an assignment containing items necessary for you to have mastered to do well in Algebra II. Please complete only the assignment for the class you will begin in September 2018. Practicing

More information

Factoring Review Types of Factoring: 1. GCF: a. b.

Factoring Review Types of Factoring: 1. GCF: a. b. Factoring Review Types of Factoring: 1. GCF: a. b. Ex. A. 4 + 2 8 B. 100 + 25 2. DOS: a. b. c. Ex. A. 9 B. 2 32 3. Plain x Trinomials: Start Signs Factors 1. 2. 3. 4. Ex. A. + 7 + 12 B. 2 3 4. Non-Plain

More information

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying Math 1050 2 ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying General Tips for Studying: 1. Review this guide, class notes, the

More information

Algebra I Unit Report Summary

Algebra I Unit Report Summary Algebra I Unit Report Summary No. Objective Code NCTM Standards Objective Title Real Numbers and Variables Unit - ( Ascend Default unit) 1. A01_01_01 H-A-B.1 Word Phrases As Algebraic Expressions 2. A01_01_02

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

Lesson 6: Algebra. Chapter 2, Video 1: "Variables"

Lesson 6: Algebra. Chapter 2, Video 1: Variables Lesson 6: Algebra Chapter 2, Video 1: "Variables" Algebra 1, variables. In math, when the value of a number isn't known, a letter is used to represent the unknown number. This letter is called a variable.

More information

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers CLASSIFICATIONS OF NUMBERS NATURAL NUMBERS = N = {1,2,3,4,...}

More information

Graphical Solutions of Linear Systems

Graphical Solutions of Linear Systems Graphical Solutions of Linear Systems Consistent System (At least one solution) Inconsistent System (No Solution) Independent (One solution) Dependent (Infinite many solutions) Parallel Lines Equations

More information

Bishop Kelley High School Summer Math Program Course: Algebra 2 A

Bishop Kelley High School Summer Math Program Course: Algebra 2 A 015 016 Bishop Kelley High School Summer Math Program Course: Algebra A NAME: DIRECTIONS: Show all work in packet!!! The first 16 pages of this packet provide eamples as to how to work some of the problems

More information

Pacing Guide Algebra 1

Pacing Guide Algebra 1 Pacing Guide Algebra Chapter : Equations and Inequalities (one variable) Section Section Title Learning Target(s) I can. Evaluate and Simplify Algebraic Expressions. Evaluate and simplify numeric and algebraic

More information

Algebra 2 Honors: Final Exam Review

Algebra 2 Honors: Final Exam Review Name: Class: Date: Algebra 2 Honors: Final Exam Review Directions: You may write on this review packet. Remember that this packet is similar to the questions that you will have on your final exam. Attempt

More information

Course Number 420 Title Algebra I Honors Grade 9 # of Days 60

Course Number 420 Title Algebra I Honors Grade 9 # of Days 60 Whitman-Hanson Regional High School provides all students with a high- quality education in order to develop reflective, concerned citizens and contributing members of the global community. Course Number

More information

Beginning Algebra. 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions

Beginning Algebra. 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions 1. Review of Pre-Algebra 1.1 Review of Integers 1.2 Review of Fractions Beginning Algebra 1.3 Review of Decimal Numbers and Square Roots 1.4 Review of Percents 1.5 Real Number System 1.6 Translations:

More information

Algebra I+ Pacing Guide. Days Units Notes Chapter 1 ( , )

Algebra I+ Pacing Guide. Days Units Notes Chapter 1 ( , ) Algebra I+ Pacing Guide Days Units Notes Chapter 1 (1.1-1.4, 1.6-1.7) Expressions, Equations and Functions Differentiate between and write expressions, equations and inequalities as well as applying order

More information

Day 28 linear functions Day 29 linear functions. integers Day 30 non-linear functions Day 31 non-linear functions. Multiply and divide integers Day

Day 28 linear functions Day 29 linear functions. integers Day 30 non-linear functions Day 31 non-linear functions. Multiply and divide integers Day Algebra 1 Credits:1 Prerequisite:Pre-algebra Recommended:8th, 9th Course Description:Students will engage in real world and hands-on problem solving while using their developing skills in algebra. Students

More information

P.1: Algebraic Expressions, Mathematical Models, and Real Numbers

P.1: Algebraic Expressions, Mathematical Models, and Real Numbers Chapter P Prerequisites: Fundamental Concepts of Algebra Pre-calculus notes Date: P.1: Algebraic Expressions, Mathematical Models, and Real Numbers Algebraic expression: a combination of variables and

More information

Chapter 7: Exponents

Chapter 7: Exponents Chapter : Exponents Algebra Chapter Notes Name: Algebra Homework: Chapter (Homework is listed by date assigned; homework is due the following class period) HW# Date In-Class Homework M / Review of Sections.-.

More information

Pre-AP Algebra II Summer Packet

Pre-AP Algebra II Summer Packet Summer Packet Pre-AP Algebra II Name Period Pre-AP Algebra II 2018-2019 Summer Packet The purpose of this packet is to make sure that you have the mathematical skills you will need to succeed in Pre-AP

More information

Algebra II Chapter 5: Polynomials and Polynomial Functions Part 1

Algebra II Chapter 5: Polynomials and Polynomial Functions Part 1 Algebra II Chapter 5: Polynomials and Polynomial Functions Part 1 Chapter 5 Lesson 1 Use Properties of Exponents Vocabulary Learn these! Love these! Know these! 1 Example 1: Evaluate Numerical Expressions

More information