Section 2.0: Getting Started

Size: px
Start display at page:

Download "Section 2.0: Getting Started"

Transcription

1 Solving Linear Equations: Graphically Tabular/Numerical Solution Algebraically Section 2.0: Getting Started Example #1 on page 128. Solve the equation 3x 9 = 3 graphically. Intersection X=4 Y=3 We are only interested in the value for x, so the solution is x = 4. On your graphing calculator do the following: Set Y1 = 3x 9 Set Y2 = 3 Graph the 2 lines and to find where the lines intersect select <2 nd > <TRACE> = <CALC> and then select option 5: Intersect. Then select <ENTER> <ENTER> Now move the cursor close to the intersection point using the Arrow Keys and then press <ENTER>. The solution will be at the bottom of the screen and it will look like the following: Finding the Intersection of two lines with a TI-84 Graphing Calculator: Example #2, page 129: Solve the following equation algebraically: x5 15 x5 10x 75 2x x 75 6x 69 4x 69 x To solve this same equation numerically: Perform the following steps on your TI-84 calculator. Input the left side of the equation into Y1 and the right side into Y2. Format your table by pressing <2 nd > <WINDOW> = <TBLSET> and then select TBLSTART and ΔTBL values. Press <2 nd > <GRAPH> = <TABLE> to view the values. The solution will be the x value where Y1=Y2. You may have to scroll up/down to see more values. A Linear Inequality in one variable can be written in one of the following forms: ax + b > 0 ax + b < 0 Whereas a and b are real numbers and a 0. ax + b 0 ax + b 0 1

2 Rules for solving linear inequalities: follow the same methods you apply to solving a linear equation in one variable: Isolate the variable, remember, whatever you do to one side of the equation you must do to the other side (addition, subtraction, multiplication and division). Note: you cannot divide by zero as that is undefined. If the inequality includes fractions, eventually you may need to clear the fractions by multiplying by the LCD. If you multiply or divide an inequality by a negative number then you must reverse (change the direction) of the inequality sign. Example 5 on page 133. Solve for x, given: x x 50 x 25 Example 5 on page 133. Solve for x, given: x x 50 x 25 2

3 Solving a Linear System of Two Variables: Graphically Numerically Algebraically Section 2.1: Graphical and Numerical Solutions Graphically: the solution represents the intersection of two lines, if there is no solution, then the lines are parallel and therefore don t intersect. Classification of Linear Systems: If there is a solution, whether it s exactly one point or an infinite number of points then we say the system is consistent. If the solution includes an Infinite number of points the lines coincide. If there is no solution, then we say the system is inconsistent parallel lines. Below is a summary: If only one solution consistent and independent. If an infinite number of solutions consistent and dependent. If no solution inconsistent and independent. 3

4 Section 2.2: Substitution and Elimination Substitution method: Solve for either x or y in the 1 st equation and then substitute that expression into the 2 nd equation. The second equation is then a one-variable equation, solve for that variable and then return to the 1 st equation substitute your result and now solve for the 2 nd variable. Your solution is an ordered pair (x, y). And then check your answer by substituting your solution into the 2 nd equation. Example: Solve the following system of equations via the substitution method. 2x + 3y = 5 x + 4y = 2 Use the 2 nd equation to solve for x x = 2 4y, now substitute this expression into the 1 st equation in place of x. 2(2 4y) + 3y = 5 y Now substitute this value in for y back into the 2 nd equation and solve for x 2x 3 5 2x 5 2x x Solution: 14 5,1 5 Check by substituting result into either equation or w/calculator. Elimination method: Multiply/divide either or both equations such that coefficients for x or y are of the same magnitude but opposite in sign. Then add the two equations which will eliminate one of the variables. Solve for the remaining variable and then go back to either of the original equations, substitute the value you just found and solve for the other variable. Write answer as an ordered pair, (x, y) Check your solution by substituting your result into the equation not used above. Example from above: 2x + 3y = 5 x + 4y = 2 Multiply both sides of the 2 nd equation by 2 and then add the 2 equations together to eliminate x. 2x + 3y = 5 2x + 3y = 5 2(x + 4y = 2) 2x 8y = 4 5y = 1 y Solve for x in equation #1, solution 14 5,1 and then check your answer using equation

5 Identifying Inconsistent and Dependent Systems Algebraically Example #8 on page 159: solve the following system of equations. 10x 6y 2 10x 6y 8 Add the 2 equations together to eliminate x 0 = 10. Both variables have been eliminated and the result is an invalid equation no solution. This is an example of an inconsistent system of equations. Example #9 on page 160: solve the following system of equations. 10x 6y 12 5x 3y 62 Multiply the 2 nd equation by 2 and then add the 2 equations together to eliminate x 0 = 0. In this case, all the x and y pairs that satisfy the 1 st equation, also satisfy the 2 nd equation infinitely many solutions consistent and dependent. Example: solve the following system of equations. 3x 5y = 9 2x + 4y = 8 Example: solve the following system of equations. 3x 5y = 9 2x + 4y = 8 2(3x 5y = 9) 6x 10y = 18 2( 2x + 4y = 8) 6x + 12y = 24 2y = 6 y = 3 Now solve for x using either original equation 3x 5y = 9 3x 5(3) = 9 3x = 6 x = 2 Therefore the solution is (2, 3). Which is where the 2 lines intersect. 5

6 Section 2.3: Linear Inequalities in Two Variables A linear inequality in 2 variables can be written in one of the following forms: ax + by > c ax + by < c ax + by c ax + by c Where a, b and c are real numbers, where both a and b are not both zero. An ordered pair (x, y) will be part of the solution set if it satisfies the inequality. Technique for solving inequalities graphically Re-write the equation in slope-intercept form, isolate y (output). Graph the corresponding linear equation by replacing the inequality with an equal sign. If the inequality is either or, then the line will be part of the solution set. In this case, draw a solid line to indicate that the line is part of the solution set. If the inequality is a > or <, then the line will not be part of the solution set. In this case, draw a dashed line indicating that is not part of the solution set. Select any point that does not lie on the line to determine if that region satisfies the inequality, this is typically called a test point. Note (0, 0) can often be used and is a very easy test point. If the test point satisfies the inequality, then shade the region that contains the test point indicating all those ordered pairs are part of the solution. If it does not satisfy the inequality, then shade the opposite region. Also, if it s > or then you would shade the area above the line and vice versa. Example: graph 2y + 6x > 4 First solve for 2y > 6x 4 divide by 2 (flip the inequality sign) y < 3x + 2 Plot the line y = 3x + 2; since it s y < plot a dashed line Then shade the area below the line, since it s y <, but you can also verify that with a test point, pick (0, 0) 2(0) + 6(0) > _4? 0 > 4, therefore it s true and therefore (0,0) passes the test and therefore shade the area below the line. 6

7 Example 2 on page 166, you have $60 to purchase popcorn and sodas at a movie theater. PC costs $7.50 per bag and sodas cost $6. Graph the inequality. Let x = # of bags of popcorn and y = # of sodas 7.5x + 6y 60 y 7.5/6x + 10 y 1.25x + 10 Graph y = 1.25x + 10, but this time the line is part of the solution, use intercepts to graph line (0, 10) and (10/1.25, 0) = (8, 0) Since it is y, we will shade the area below the line. And you can also pick a test point, let s pick (0, 0) 7.5(0) + 6(0) 60?, yes, because it simplifies to 0 60, which is true and therefore passes the test, therefore we shade below line. And I stop the graph at x = 0 and x = 8, why is that? Section 2.4: System of Linear Inequalities A system of linear inequalities in two variables is a set of two or more linear inequalities that are to be solved simultaneously. Example #1 on page 177. Graph the following system of linear inequalities. y + 2x > 8 y x 1 Solution: 1) Graph each inequality as we did in section 2.3 including the shading. 2) Determine the point of intersection of the two boundary lines, this is called the vertex point (or corner point). To find the vertex graphically, we use the Intersect feature of the calculator. To find the point algebraically, we replace the inequality symbols with equal signs and solve the system of equations as we did in Section 2.1 and ) If the shaded areas overlap, then that is the region that satisfies both inequalities and therefore is the solution of the system of linear inequalities in two variables. 7

8 Solution: First find the vertex: y + 2x = 8 y x = 1 Multiply the 2 nd equation by 2 to eliminate the x and then add the 2 equations together. 3y = 10 y Solve for x Vertex, x1 x 1 x Plot the lines: since it s y + 2x > 8, use a dashed line as the line is not part of the solution and since it s y > shade the area above the line and graph y > 2x + 8. For y x 1, graph y x + 1 as a solid line and shade above the line. For the 1 st line, graph x and y intercepts (0, 8) and (4, 0) and for the 2 nd line, graph (0, 1) and the vertex point. Where the two shaded areas overlap, that is the solution region, verify w/test point (4, 6) 4 + 2(4) > 8? This is true because it is 12 > 8 and for the 2 nd equation, 6 4 1?, yes, because 2 1. Example 3 on page 181, word problem: Andrea makes $10 an hour walking dogs and $15 an hour bathing dogs. She doesn t want to work more than 12 hours per week and she wants to make at least $150 per week. How many hours must Andrea work, doing what, to earn at least $150 per week? Let x = # hours walking dogs Let y = # hours bathing dogs 8

9 Then we know the following: x + y < 12 10x + 15y 150 and we need to solve this system of inequalities. 10(x + y = 12) 10x + 15y = 150 5y = 30 y = 6 Solve for x, we know x + y = 12 x + 6 = 12 x = 6 Therefore (6, 6) is the vertex. Graph the lines y = x + 12 and y x10. Shade the appropriate regions. The y-intercepts are at (0, 10) and (0, 12), what do those points represent. The following vertices define our solution set: (6, 6); (0, 10) and (0, 12). Graphing a system of linear inequalities with a TI-84 Graphing Calculator: 9

Review for Mastery Using Graphs and Tables to Solve Linear Systems

Review for Mastery Using Graphs and Tables to Solve Linear Systems 3-1 Using Graphs and Tables to Solve Linear Systems A linear system of equations is a set of two or more linear equations. To solve a linear system, find all the ordered pairs (x, y) that make both equations

More information

SNAP Centre Workshop. Graphing Lines

SNAP Centre Workshop. Graphing Lines SNAP Centre Workshop Graphing Lines 45 Graphing a Line Using Test Values A simple way to linear equation involves finding test values, plotting the points on a coordinate plane, and connecting the points.

More information

Vertical Line Test a relationship is a function, if NO vertical line intersects the graph more than once

Vertical Line Test a relationship is a function, if NO vertical line intersects the graph more than once Algebra 2 Chapter 2 Domain input values, X (x, y) Range output values, Y (x, y) Function For each input, there is exactly one output Example: Vertical Line Test a relationship is a function, if NO vertical

More information

9.1 Linear Inequalities in Two Variables Date: 2. Decide whether to use a solid line or dotted line:

9.1 Linear Inequalities in Two Variables Date: 2. Decide whether to use a solid line or dotted line: 9.1 Linear Inequalities in Two Variables Date: Key Ideas: Example Solve the inequality by graphing 3y 2x 6. steps 1. Rearrange the inequality so it s in mx ± b form. Don t forget to flip the inequality

More information

MAT 003 Brian Killough s Instructor Notes Saint Leo University

MAT 003 Brian Killough s Instructor Notes Saint Leo University MAT 003 Brian Killough s Instructor Notes Saint Leo University Success in online courses requires self-motivation and discipline. It is anticipated that students will read the textbook and complete sample

More information

Question 2: How do you solve a linear programming problem with a graph?

Question 2: How do you solve a linear programming problem with a graph? Question : How do you solve a linear programming problem with a graph? Now that we have several linear programming problems, let s look at how we can solve them using the graph of the system of inequalities.

More information

Algebra I Notes Linear Equations and Inequalities in Two Variables Unit 04c

Algebra I Notes Linear Equations and Inequalities in Two Variables Unit 04c Big Idea: Describe the similarities and differences between equations and inequalities including solutions and graphs. Skill: graph linear equations and find possible solutions to those equations using

More information

Systems of Equations and Inequalities. Copyright Cengage Learning. All rights reserved.

Systems of Equations and Inequalities. Copyright Cengage Learning. All rights reserved. 5 Systems of Equations and Inequalities Copyright Cengage Learning. All rights reserved. 5.5 Systems of Inequalities Copyright Cengage Learning. All rights reserved. Objectives Graphing an Inequality Systems

More information

Section 18-1: Graphical Representation of Linear Equations and Functions

Section 18-1: Graphical Representation of Linear Equations and Functions Section 18-1: Graphical Representation of Linear Equations and Functions Prepare a table of solutions and locate the solutions on a coordinate system: f(x) = 2x 5 Learning Outcome 2 Write x + 3 = 5 as

More information

Math 20 Practice Exam #2 Problems and Their Solutions!

Math 20 Practice Exam #2 Problems and Their Solutions! Math 20 Practice Exam #2 Problems and Their Solutions! #1) Solve the linear system by graphing: Isolate for in both equations. Graph the two lines using the slope-intercept method. The two lines intersect

More information

Graphing Method. Graph of x + y < > y 10. x

Graphing Method. Graph of x + y < > y 10. x Graphing Method Eample: Graph the inequalities on the same plane: + < 6 and 2 - > 4. Before we graph them simultaneousl, let s look at them separatel. 10-10 10 Graph of + < 6. ---> -10 Graphing Method

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I. 2 nd Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I. 2 nd Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I 2 nd Nine Weeks, 2016-2017 1 OVERVIEW Algebra I Content Review Notes are designed by the High School Mathematics Steering Committee as a resource for

More information

Algebra Unit 2: Linear Functions Notes. Slope Notes. 4 Types of Slope. Slope from a Formula

Algebra Unit 2: Linear Functions Notes. Slope Notes. 4 Types of Slope. Slope from a Formula Undefined Slope Notes Types of Slope Zero Slope Slope can be described in several ways: Steepness of a line Rate of change rate of increase or decrease Rise Run Change (difference) in y over change (difference)

More information

Mathematics for Business and Economics - I. Chapter7 Linear Inequality Systems and Linear Programming (Lecture11)

Mathematics for Business and Economics - I. Chapter7 Linear Inequality Systems and Linear Programming (Lecture11) Mathematics for Business and Economics - I Chapter7 Linear Inequality Systems and Linear Programming (Lecture11) A linear inequality in two variables is an inequality that can be written in the form Ax

More information

Intro. To Graphing Linear Equations

Intro. To Graphing Linear Equations Intro. To Graphing Linear Equations The Coordinate Plane A. The coordinate plane has 4 quadrants. B. Each point in the coordinate plain has an x-coordinate (the abscissa) and a y-coordinate (the ordinate).

More information

Think about the pattern you used to calculate each dependent quantity value. Problem 1 As We Make Our Final Descent

Think about the pattern you used to calculate each dependent quantity value. Problem 1 As We Make Our Final Descent What Goes Up Must Come Down Analyzing Linear Functions. Learning Goals In this lesson, you will: Complete tables and graphs, and write equations to model linear situations. Analyze multiple representations

More information

Algebra I Notes Unit Six: Graphing Linear Equations and Inequalities in Two Variables, Absolute Value Functions

Algebra I Notes Unit Six: Graphing Linear Equations and Inequalities in Two Variables, Absolute Value Functions Sllabus Objective.4 The student will graph linear equations and find possible solutions to those equations using coordinate geometr. Coordinate Plane a plane formed b two real number lines (axes) that

More information

ALGEBRA II SUMMER SKILLS PACK WELCOME TO ALGEBRA II!

ALGEBRA II SUMMER SKILLS PACK WELCOME TO ALGEBRA II! ALGEBRA II SUMMER SKILLS PACK WELCOME TO ALGEBRA II! Let's fine-tune those algebra skills! This packet contains procedures, sample problems, and solutions on fundamental concepts that should be mastered

More information

,!7IA3C1-cjfcei!:t;K;k;K;k ISBN Graphing Calculator Reference Card. Addison-Wesley s. Basics. Created in conjuction with

,!7IA3C1-cjfcei!:t;K;k;K;k ISBN Graphing Calculator Reference Card. Addison-Wesley s. Basics. Created in conjuction with Addison-Wesley s Graphing Calculator Reference Card Created in conjuction with Basics Converting Fractions to Decimals The calculator will automatically convert a fraction to a decimal. Type in a fraction,

More information

2.6: Solving Systems of Linear Inequalities

2.6: Solving Systems of Linear Inequalities Quick Review 2.6: Solving Systems of Linear Inequalities = - What is the difference between an equation and an inequality? Which one is shaded? Inequality - When is the line solid?, - When is the line

More information

Solving Algebraic Equations

Solving Algebraic Equations Lesson 4. Solving Algebraic Equations 3 3 3 3 3 8 8 4 Add 3 to both sides. Divide both sides by. 4 gives the solution of the equation 3. Check: Substitute 4 for x into the original equation. 3 4 3 When

More information

Unit 1.1 Solving Systems of Equations by Graphing

Unit 1.1 Solving Systems of Equations by Graphing Unit 1.1 Solving Systems of Equations by Graphing Learning Targets: I can solve systems of equations by graphing I can determine whether a system of equations is consistent and independent, consistent

More information

A system of equations is a set of equations with the same unknowns.

A system of equations is a set of equations with the same unknowns. Unit B, Lesson.3 Solving Systems of Equations Functions can be used to model real-world situations where you may be interested in a certain event or circumstance while you are also concerned with another.

More information

Unit 2A: Systems of Equations and Inequalities

Unit 2A: Systems of Equations and Inequalities Unit A: Systems of Equations and Inequalities In this unit, you will learn how to do the following: Learning Target #1: Creating and Solving Systems of Equations Identify the solution to a system from

More information

Graphing Equations Case 1: The graph of x = a, where a is a constant, is a vertical line. Examples a) Graph: x = x

Graphing Equations Case 1: The graph of x = a, where a is a constant, is a vertical line. Examples a) Graph: x = x 06 CHAPTER Algebra. GRAPHING EQUATIONS AND INEQUALITIES Tetbook Reference Section 6. &6. CLAST OBJECTIVE Identif regions of the coordinate plane that correspond to specific conditions and vice-versa Graphing

More information

Sketching Straight Lines (Linear Relationships)

Sketching Straight Lines (Linear Relationships) Sketching Straight Lines (Linear Relationships) The slope of the line is m = y x = y 2 y 1 = rise run. Horizontal lines have the form y = b and have slope m = 0. Vertical lines have the form x = a and

More information

Algebra II Chapter 4: Quadratic Functions and Factoring Part 1

Algebra II Chapter 4: Quadratic Functions and Factoring Part 1 Algebra II Chapter 4: Quadratic Functions and Factoring Part 1 Chapter 4 Lesson 1 Graph Quadratic Functions in Standard Form Vocabulary 1 Example 1: Graph a Function of the Form y = ax 2 Steps: 1. Make

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

Hot X: Algebra Exposed

Hot X: Algebra Exposed Hot X: Algebra Exposed Solution Guide for Chapter 10 Here are the solutions for the Doing the Math exercises in Hot X: Algebra Exposed! DTM from p.137-138 2. To see if the point is on the line, let s plug

More information

How to Do Everything We Need to Do on a TI Calculator in Algebra 2 for Now (Unless Davies Forgot Something)

How to Do Everything We Need to Do on a TI Calculator in Algebra 2 for Now (Unless Davies Forgot Something) How to Do Everything We Need to Do on a TI Calculator in Algebra 2 for Now (Unless Davies Forgot Something) 10.01.17 Before you do anything, set up your calculator so that it won t get in your way. Basics:

More information

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System 3. The Rectangular Coordinate System Interpret a line graph. Objectives Interpret a line graph. Plot ordered pairs. 3 Find ordered pairs that satisfy a given equation. 4 Graph lines. 5 Find x- and y-intercepts.

More information

slope rise run Definition of Slope

slope rise run Definition of Slope The Slope of a Line Mathematicians have developed a useful measure of the steepness of a line, called the slope of the line. Slope compares the vertical change (the rise) to the horizontal change (the

More information

Practice Test - Chapter 6

Practice Test - Chapter 6 1. Write each system of equations in triangular form using Gaussian elimination. Then solve the system. Align the variables on the left side of the equal sign. Eliminate the x-term from the 2nd equation.

More information

Name Class Date. subtract 3 from each side. w 5z z 5 2 w p - 9 = = 15 + k = 10m. 10. n =

Name Class Date. subtract 3 from each side. w 5z z 5 2 w p - 9 = = 15 + k = 10m. 10. n = Reteaching Solving Equations To solve an equation that contains a variable, find all of the values of the variable that make the equation true. Use the equalit properties of real numbers and inverse operations

More information

MATH SPEAK - TO BE UNDERSTOOD AND MEMORIZED DETERMINING THE INTERSECTIONS USING THE GRAPHING CALCULATOR

MATH SPEAK - TO BE UNDERSTOOD AND MEMORIZED DETERMINING THE INTERSECTIONS USING THE GRAPHING CALCULATOR FOM 11 T15 INTERSECTIONS & OPTIMIZATION PROBLEMS - 1 1 MATH SPEAK - TO BE UNDERSTOOD AND MEMORIZED 1) INTERSECTION = a set of coordinates of the point on the grid where two or more graphed lines touch

More information

Precalculus Summer Packet

Precalculus Summer Packet Precalculus Summer Packet Name: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This packet is to help you review various topics that are considered to be prerequisite knowledge

More information

Reteaching Transforming Linear Functions

Reteaching Transforming Linear Functions Name Date Class Transforming Linear Functions INV 6 You have graphed linear functions on the coordinate plane. Now you will investigate transformations of the parent function for a linear function, f(x)

More information

Graphing Linear Equations

Graphing Linear Equations Graphing Linear Equations A.REI.10 Understand that the graph of an equation in two variables is the set of all its solutions plotted in the coordinate plane. What am I learning today? How to graph a linear

More information

SOLVING SYSTEMS OF EQUATIONS

SOLVING SYSTEMS OF EQUATIONS SOLVING SYSTEMS OF EQUATIONS GRAPHING System of Equations: 2 linear equations that we try to solve at the same time. An ordered pair is a solution to a system if it makes BOTH equations true. Steps to

More information

TI-83 Graphing Functions & Relations

TI-83 Graphing Functions & Relations To graph a function: 1. The equation must be written in functional notation in explicit (or y equals ) form. (Y is the dependent variable and X is the independent variable.) For instance, we may need to

More information

Precalculus Notes: Unit 7 Systems of Equations and Matrices

Precalculus Notes: Unit 7 Systems of Equations and Matrices Date: 7.1, 7. Solving Systems of Equations: Graphing, Substitution, Elimination Syllabus Objectives: 8.1 The student will solve a given system of equations or system of inequalities. Solution of a System

More information

Name: Date: Study Guide: Systems of Equations and Inequalities

Name: Date: Study Guide: Systems of Equations and Inequalities Name: Date: Study Guide: Systems of Equations and Inequalities Systems of Equations Linear systems consist of two or more linear equations in the same variables. A solution to the linear system of equations

More information

Integer Operations. Summer Packet 7 th into 8 th grade 1. Name = = = = = 6.

Integer Operations. Summer Packet 7 th into 8 th grade 1. Name = = = = = 6. Summer Packet 7 th into 8 th grade 1 Integer Operations Name Adding Integers If the signs are the same, add the numbers and keep the sign. 7 + 9 = 16-2 + -6 = -8 If the signs are different, find the difference

More information

Section 3.1 Graphing Using the Rectangular Coordinate System

Section 3.1 Graphing Using the Rectangular Coordinate System Objectives Section 3.1 Graphing Using the Rectangular Coordinate System n Construct a rectangular coordinate system n Plot ordered pairs and determine the coordinates of a point n Graph paired data n Read

More information

Section Graphs and Lines

Section Graphs and Lines Section 1.1 - Graphs and Lines The first chapter of this text is a review of College Algebra skills that you will need as you move through the course. This is a review, so you should have some familiarity

More information

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle.

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle. Algebra I Chapter 4 Notes Name Sec 4.1 Coordinates and Scatter Plots Coordinate Plane: Formed by two real number lines that intersect at a right angle. X-axis: The horizontal axis Y-axis: The vertical

More information

Instructor: Barry McQuarrie Page 1 of 6

Instructor: Barry McQuarrie Page 1 of 6 Questions 1. Solve the system by graphing: 3x + y = 2 2x y = 3 2. Solve the system by graphing: x + 3y = 9 y = 1 3 x 2 3. Solve the system by graphing: y = 2x + 5 3y + 6x = 15 4. Solve the system algebraically,

More information

Math 2 Coordinate Geometry Part 3 Inequalities & Quadratics

Math 2 Coordinate Geometry Part 3 Inequalities & Quadratics Math 2 Coordinate Geometry Part 3 Inequalities & Quadratics 1 DISTANCE BETWEEN TWO POINTS - REVIEW To find the distance between two points, use the Pythagorean theorem. The difference between x 1 and x

More information

2.3. Graphing Calculators; Solving Equations and Inequalities Graphically

2.3. Graphing Calculators; Solving Equations and Inequalities Graphically 2.3 Graphing Calculators; Solving Equations and Inequalities Graphically Solving Equations and Inequalities Graphically To do this, we must first draw a graph using a graphing device, this is your TI-83/84

More information

List of Topics for Analytic Geometry Unit Test

List of Topics for Analytic Geometry Unit Test List of Topics for Analytic Geometry Unit Test 1. Finding Slope 2. Rule of 4 (4 forms of a line) Graph, Table of Values, Description, Equation 3. Find the Equations- Vertical and Horizontal Lines 4. Standard

More information

1. Answer: x or x. Explanation Set up the two equations, then solve each equation. x. Check

1. Answer: x or x. Explanation Set up the two equations, then solve each equation. x. Check Thinkwell s Placement Test 5 Answer Key If you answered 7 or more Test 5 questions correctly, we recommend Thinkwell's Algebra. If you answered fewer than 7 Test 5 questions correctly, we recommend Thinkwell's

More information

Chpt 1. Functions and Graphs. 1.1 Graphs and Graphing Utilities 1 /19

Chpt 1. Functions and Graphs. 1.1 Graphs and Graphing Utilities 1 /19 Chpt 1 Functions and Graphs 1.1 Graphs and Graphing Utilities 1 /19 Chpt 1 Homework 1.1 14, 18, 22, 24, 28, 42, 46, 52, 54, 56, 78, 79, 80, 82 2 /19 Objectives Functions and Graphs Plot points in the rectangular

More information

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 1 Linear Equations and Straight Lines 2 of 71 Outline 1.1 Coordinate Systems and Graphs 1.4 The Slope of a Straight Line 1.3 The Intersection Point of a Pair of Lines 1.2 Linear Inequalities 1.5

More information

WEEK 4 REVIEW. Graphing Systems of Linear Inequalities (3.1)

WEEK 4 REVIEW. Graphing Systems of Linear Inequalities (3.1) WEEK 4 REVIEW Graphing Systems of Linear Inequalities (3.1) Linear Programming Problems (3.2) Checklist for Exam 1 Review Sample Exam 1 Graphing Linear Inequalities Graph the following system of inequalities.

More information

6 Using Technology Wisely

6 Using Technology Wisely 6 Using Technology Wisely Concepts: Advantages and Disadvantages of Graphing Calculators How Do Calculators Sketch Graphs? When Do Calculators Produce Incorrect Graphs? The Greatest Integer Function Graphing

More information

Important Things to Remember on the SOL

Important Things to Remember on the SOL Notes Important Things to Remember on the SOL Evaluating Expressions *To evaluate an expression, replace all of the variables in the given problem with the replacement values and use (order of operations)

More information

Overview for Families

Overview for Families unit: Graphing Equations Mathematical strand: Algebra The following pages will help you to understand the mathematics that your child is currently studying as well as the type of problems (s)he will solve

More information

Algebra 1 Semester 2 Final Review

Algebra 1 Semester 2 Final Review Team Awesome 011 Name: Date: Period: Algebra 1 Semester Final Review 1. Given y mx b what does m represent? What does b represent?. What axis is generally used for x?. What axis is generally used for y?

More information

In this class, we addressed problem 14 from Chapter 2. So first step, we expressed the problem in STANDARD FORM:

In this class, we addressed problem 14 from Chapter 2. So first step, we expressed the problem in STANDARD FORM: In this class, we addressed problem 14 from Chapter 2. So first step, we expressed the problem in STANDARD FORM: Now that we have done that, we want to plot our constraint lines, so we can find our feasible

More information

EXAMPLE. 1. Enter y = x 2 + 8x + 9.

EXAMPLE. 1. Enter y = x 2 + 8x + 9. VI. FINDING INTERCEPTS OF GRAPHS As we have seen, TRACE allows us to find a specific point on the graph. Thus TRACE can be used to solve a number of important problems in algebra. For example, it can be

More information

Note that ALL of these points are Intercepts(along an axis), something you should see often in later work.

Note that ALL of these points are Intercepts(along an axis), something you should see often in later work. SECTION 1.1: Plotting Coordinate Points on the X-Y Graph This should be a review subject, as it was covered in the prerequisite coursework. But as a reminder, and for practice, plot each of the following

More information

6-1: Solving Systems by Graphing

6-1: Solving Systems by Graphing 6-1: Solving Sstems b Graphing Objective: To solve sstems of linear equations b graphing Warm Up: Graph each equation using - and -intercepts. 1. 1. 4 8. 6 9 18 4. 5 10 5 sstem of linear equations: two

More information

Building Concepts: Moving from Proportional Relationships to Linear Equations

Building Concepts: Moving from Proportional Relationships to Linear Equations Lesson Overview In this TI-Nspire lesson, students use previous experience with proportional relationships of the form y = kx to consider relationships of the form y = mx and eventually y = mx + b. Proportional

More information

3-1 Writing Linear Equations

3-1 Writing Linear Equations 3-1 Writing Linear Equations Suppose you have a job working on a monthly salary of $2,000 plus commission at a car lot. Your commission is 5%. What would be your pay for selling the following in monthly

More information

NEW CONCEPTS LEARNED IN THIS LESSON INCLUDE: Fundamental Theorem of Algebra

NEW CONCEPTS LEARNED IN THIS LESSON INCLUDE: Fundamental Theorem of Algebra 2.5. Graphs of polynomial functions. In the following lesson you will learn to sketch graphs by understanding what controls their behavior. More precise graphs will be developed in the next two lessons

More information

SLOPE A MEASURE OF STEEPNESS through 7.1.5

SLOPE A MEASURE OF STEEPNESS through 7.1.5 SLOPE A MEASURE OF STEEPNESS 7.1. through 7.1.5 Students have used the equation = m + b throughout this course to graph lines and describe patterns. When the equation is written in -form, the m is the

More information

Section 1.2. Graphing Linear Equations

Section 1.2. Graphing Linear Equations Graphing Linear Equations Definition of Solution, Satisfy, and Solution Set Definition of Solution, Satisfy, and Solution Set Consider the equation y = 2x 5. Let s find y when x = 3. y = 2x 5 Original

More information

SYSTEMS OF LINEAR EQUATIONS

SYSTEMS OF LINEAR EQUATIONS SYSTEMS OF LINEAR EQUATIONS A system of linear equations is a set of two equations of lines. A solution of a system of linear equations is the set of ordered pairs that makes each equation true. That is

More information

6.7. Graph Linear Inequalities in Two Variables. Warm Up Lesson Presentation Lesson Quiz

6.7. Graph Linear Inequalities in Two Variables. Warm Up Lesson Presentation Lesson Quiz 6.7 Graph Linear Inequalities in Two Variables Warm Up Lesson Presentation Lesson Quiz 6.7 Warm-Up Tell whether the ordered pair is a solution of the equation. 1. x + 2y = 4; (2, 1) no 2. 4x + 3y = 22;

More information

2.1 Transforming Linear Functions

2.1 Transforming Linear Functions 2.1 Transforming Linear Functions Before we begin looking at transforming linear functions, let s take a moment to review how to graph linear equations using slope intercept form. This will help us because

More information

Basic Calculator Functions

Basic Calculator Functions Algebra I Common Graphing Calculator Directions Name Date Throughout our course, we have used the graphing calculator to help us graph functions and perform a variety of calculations. The graphing calculator

More information

Graphs and Linear Functions

Graphs and Linear Functions Graphs and Linear Functions A -dimensional graph is a visual representation of a relationship between two variables given by an equation or an inequality. Graphs help us solve algebraic problems by analysing

More information

College Prep Algebra II Summer Packet

College Prep Algebra II Summer Packet Name: College Prep Algebra II Summer Packet This packet is an optional review which is highly recommended before entering CP Algebra II. It provides practice for necessary Algebra I topics. Remember: When

More information

Calculator Basics TI-83, TI-83 +, TI-84. Index Page

Calculator Basics TI-83, TI-83 +, TI-84. Index Page Calculator Basics TI-83, TI-83 +, TI-84 Index Page Getting Started Page 1 Graphing Page 2 Evaluating Functions page 4 Minimum and Maximum Values Page 5 Table of Values Page 6 Graphing Scatter Plots Page

More information

RECALLING PREVIOUS EXPRESSIONS

RECALLING PREVIOUS EXPRESSIONS The variable Ans holds the most recent evaluated expression, and can be used in calculations by pressing SHIFT ( ). For example, suppose you evaluate 3 4, and then wish to subtract this from 17. This can

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES. ALGEBRA I Part I. 4 th Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES. ALGEBRA I Part I. 4 th Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA I Part I 4 th Nine Weeks, 2016-2017 1 OVERVIEW Algebra I Content Review Notes are designed by the High School Mathematics Steering Committee as a resource

More information

Review Systems of Equations Standard: A.CED.3; A.REI.6

Review Systems of Equations Standard: A.CED.3; A.REI.6 Name: Review Systems of Equations Standard: A.CED.3; A.REI.6 Hour: Fundamentals 1. The solution of a system is a. Line Coordinate Point Plane 2. For a point to be a solution to a system, it must make equation(s)

More information

Graphing Calculator Graphing with the TI-89

Graphing Calculator Graphing with the TI-89 Graphing Calculator Graphing with the TI-89 I. Introduction The TI-89 has fifty keys, many of which will perform multiple functions when used in combination. Each key has a symbol printed on its face.

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA II. 3 rd Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA II. 3 rd Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA II 3 rd Nine Weeks, 2016-2017 1 OVERVIEW Algebra II Content Review Notes are designed by the High School Mathematics Steering Committee as a resource

More information

3-6 Lines in the Coordinate Plane

3-6 Lines in the Coordinate Plane 3-6 Lines in the Coordinate Plane Warm Up Lesson Presentation Lesson Quiz Geometry Warm Up Substitute the given values of m, x, and y into the equation y = mx + b and solve for b. 1. m = 2, x = 3, and

More information

Four Types of Slope Positive Slope Negative Slope Zero Slope Undefined Slope Slope Dude will help us understand the 4 types of slope

Four Types of Slope Positive Slope Negative Slope Zero Slope Undefined Slope Slope Dude will help us understand the 4 types of slope Four Types of Slope Positive Slope Negative Slope Zero Slope Undefined Slope Slope Dude will help us understand the 4 types of slope https://www.youtube.com/watch?v=avs6c6_kvxm Direct Variation

More information

Section 7D Systems of Linear Equations

Section 7D Systems of Linear Equations Section 7D Systems of Linear Equations Companies often look at more than one equation of a line when analyzing how their business is doing. For example a company might look at a cost equation and a profit

More information

Maths Revision Worksheet: Algebra I Week 1 Revision 5 Problems per night

Maths Revision Worksheet: Algebra I Week 1 Revision 5 Problems per night 2 nd Year Maths Revision Worksheet: Algebra I Maths Revision Worksheet: Algebra I Week 1 Revision 5 Problems per night 1. I know how to add and subtract positive and negative numbers. 2. I know how to

More information

Notes Packet on Quadratic Functions and Factoring Graphing quadratic equations in standard form, vertex form, and intercept form.

Notes Packet on Quadratic Functions and Factoring Graphing quadratic equations in standard form, vertex form, and intercept form. Notes Packet on Quadratic Functions and Factoring Graphing quadratic equations in standard form, vertex form, and intercept form. A. Intro to Graphs of Quadratic Equations:! = ax + bx + c A is a function

More information

Graphing Linear Equations

Graphing Linear Equations Graphing Linear Equations Question 1: What is a rectangular coordinate system? Answer 1: The rectangular coordinate system is used to graph points and equations. To create the rectangular coordinate system,

More information

Whole Group: Basics of Graphing on your TI Calculator

Whole Group: Basics of Graphing on your TI Calculator Whole Group: Basics of Graphing on your TI Calculator 1. Start by pressing the Y= key on the upper left of your calculator. Notice that there are 10 different lines to write; this means that it is possible

More information

Chapter 1 Histograms, Scatterplots, and Graphs of Functions

Chapter 1 Histograms, Scatterplots, and Graphs of Functions Chapter 1 Histograms, Scatterplots, and Graphs of Functions 1.1 Using Lists for Data Entry To enter data into the calculator you use the statistics menu. You can store data into lists labeled L1 through

More information

Quadratic Equations Group Acitivity 3 Business Project Week #5

Quadratic Equations Group Acitivity 3 Business Project Week #5 MLC at Boise State 013 Quadratic Equations Group Acitivity 3 Business Project Week #5 In this activity we are going to further explore quadratic equations. We are going to analyze different parts of the

More information

9.1: GRAPHING QUADRATICS ALGEBRA 1

9.1: GRAPHING QUADRATICS ALGEBRA 1 9.1: GRAPHING QUADRATICS ALGEBRA 1 OBJECTIVES I will be able to graph quadratics: Given in Standard Form Given in Vertex Form Given in Intercept Form What does the graph of a quadratic look like? https://www.desmos.com/calculator

More information

You should be able to plot points on the coordinate axis. You should know that the the midpoint of the line segment joining (x, y 1 1

You should be able to plot points on the coordinate axis. You should know that the the midpoint of the line segment joining (x, y 1 1 Name GRAPHICAL REPRESENTATION OF DATA: You should be able to plot points on the coordinate axis. You should know that the the midpoint of the line segment joining (x, y 1 1 ) and (x, y ) is x1 x y1 y,.

More information

Section 4.5 Linear Inequalities in Two Variables

Section 4.5 Linear Inequalities in Two Variables Section 4.5 Linear Inequalities in Two Variables Department of Mathematics Grossmont College February 25, 203 4.5 Linear Inequalities in Two Variables Learning Objectives: Graph linear inequalities in

More information

Brenda Lynch TI Summit Algebra 1 October 20, 2012

Brenda Lynch TI Summit Algebra 1 October 20, 2012 I. Solving Equations A. On the TI-84 i. Plugging in answer with ( ) ii. Using the STO key to check your answer iii. Boolean Check (0 means incorrect, 1 means correct) iv. Using y= to solve an equation

More information

Systems of Inequalities and Linear Programming 5.7 Properties of Matrices 5.8 Matrix Inverses

Systems of Inequalities and Linear Programming 5.7 Properties of Matrices 5.8 Matrix Inverses 5 5 Systems and Matrices Systems and Matrices 5.6 Systems of Inequalities and Linear Programming 5.7 Properties of Matrices 5.8 Matrix Inverses Sections 5.6 5.8 2008 Pearson Addison-Wesley. All rights

More information

LINEAR PROGRAMMING: A GEOMETRIC APPROACH. Copyright Cengage Learning. All rights reserved.

LINEAR PROGRAMMING: A GEOMETRIC APPROACH. Copyright Cengage Learning. All rights reserved. 3 LINEAR PROGRAMMING: A GEOMETRIC APPROACH Copyright Cengage Learning. All rights reserved. 3.1 Graphing Systems of Linear Inequalities in Two Variables Copyright Cengage Learning. All rights reserved.

More information

Chapter 1 Section 1 Solving Linear Equations in One Variable

Chapter 1 Section 1 Solving Linear Equations in One Variable Chapter Section Solving Linear Equations in One Variable A linear equation in one variable is an equation which can be written in the form: ax + b = c for a, b, and c real numbers with a 0. Linear equations

More information

Algebra II Notes Unit Two: Linear Equations and Functions

Algebra II Notes Unit Two: Linear Equations and Functions Syllabus Objectives:.1 The student will differentiate between a relation and a function.. The student will identify the domain and range of a relation or function.. The student will derive a function rule

More information

Introduction to the TI-83/84 Calculator

Introduction to the TI-83/84 Calculator P a g e 0 0 1 Introduction to the TI-83/84 Calculator Directions: Read each statement or question. Follow the directions each problem gives you. Basic Buttons 1 st Function Keys: Normal buttons 2 nd Function

More information

Algebra 2 Semester 2 Final Exam Study Outline Semester 2 Final Exam Study Tips and Information

Algebra 2 Semester 2 Final Exam Study Outline Semester 2 Final Exam Study Tips and Information Algebra 2 Semester 2 Final Exam Study Outline 2013 Semester 2 Final Exam Study Tips and Information The final exam is CUMULATIVE and will include all concepts taught from Chapter 1 through Chapter 13.

More information

Inequalities and you 3

Inequalities and you 3 Inequalities and you 3 NAME: This worksheet will provide practice for solving absolute value, polynomial, and rational inequalities. We will also work on understanding why the procedures work. We will

More information

10-2 Circles. Warm Up Lesson Presentation Lesson Quiz. Holt Algebra2 2

10-2 Circles. Warm Up Lesson Presentation Lesson Quiz. Holt Algebra2 2 10-2 Circles Warm Up Lesson Presentation Lesson Quiz Holt Algebra2 2 Warm Up Find the slope of the line that connects each pair of points. 1. (5, 7) and ( 1, 6) 1 6 2. (3, 4) and ( 4, 3) 1 Warm Up Find

More information