SlideShare a Scribd company logo
MATH: BASIC ALGEBRA Section II DePaul Math Placement Test
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
2 Manipulating Equations ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Solving an Equation with One Variable To solve an equation with one variable, you must manipulate the equation to isolate that variable on one side of the equation. remember PEMDAS. Here you will go in reverse order ( SADMEP ! ). The idea is to “undo” everything that is being done to the variable so that it will be isolated in the end.  Let’s look at an example: Solve for x in the equation  [(3x 2 +5)X3]/4 +1 = 61 First, subtract 1 from both sides of the equation: [(3x 2 +5) X 3] /4+1 -1 = 61-1 => [(3x 2 +5) X 3]/4 = 60 Then, multiply both sides of the equation by 4: (3x 2 +5) X 3 = 60 X 4 => (3x 2 +5) X 3 = 240  Next, divide both sides of the equation by 3: (3x 2 +5) X 3 ÷3 = 240÷3 =>(3x 2 +5)  = 80 Now, subtract 5 from both sides of the equation:   3x 2 +5-5  = 80 -5 => 3x 2   = 75 Again, divide both sides of the equation by  3 : 3x 2 ÷ 3 = 75÷3  => x 2 = 25  Finally, take the square root of each side of the equation:   x = ±5 , We have isolated  x  to show that  x = ±5 .
Solving an Equation with One Variable ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Distributing and Factoring Distributing and factoring are two of the most important techniques in algebra. They give you ways of manipulating expressions without changing the expression’s value. In other words, distributing and factoring are tools of reorganization. Since they don’t affect the value of the expression, you can factor or distribute one side of the equation without doing the same for the other side of the equation.  The basis for both techniques is the following property, called the distributive property: a X (b+c+…) = a X b +a X c   ‘ a’   can be any kind of term, from a variable to a constant to a  combination of the two .
  Factoring Factoring  an expression is essentially the opposite of distributing. Consider the expression  4x 3  – 8x 2  + 4x ,  for example. You can factor out the greatest common factor of the terms, which is  4x :   4x 3 – 8x +4x = 4x(x 2 -2+1) The expression simplifies further:    4x   –( x 2  -2 +1) = 4x(x-1) 2   See how useful these techniques are? You can group or ungroup quantities in an equation to make your calculations easier. In this example from the previous section on manipulating equations, we distributed  and  factored to solve an equation.  Distributing eliminates parentheses, and factoring creates them.   
Combining Like Terms There are other steps you can take to simplify expressions or equations. Combining like terms is one of the simpler techniques you can use, and it involves adding or subtracting the coefficients of variables that are raised to the same power. For example, by combining like terms, the expression  x 2 - x 3 +4x 2 +4 x 2+ 3x 2   can be simplified to   (-1+3)x 3  + (1+4) x 2  = 2 x 3 + 5x 2   by adding the coefficients of the variable  x 3  together and the coefficients of  x 2   together. The point is, you’d rather have one term,  7x 2 , instead of  x 2 , 3x 2 , –3x 2 , 2x 2 ,  and  4x 2   all floating around in your expression. A general formula for combining like pairs looks like this:    ax k + bx k + cx k = x k (a+b+c)
Zero Product Rule   When the product of any number of terms is zero, you know that at least one of the terms is equal to zero. For example,  if xy = 0 , you know that either: x = 0 and y ≠ 0, y = 0 and x ≠ 0, or x = y = 0 This is useful in a situation like the following: (x+4)(x-3) = 0 (x+4) =0 or (x-3) = 0 By the zero product rule, you know that  (x + 4) = 0 or (x – 3) = 0.  In this equation, either  x = –4 or x = 3 , since one of the expressions in parentheses must be equal to 0. Consider this equation:   3x 2 (x+2) =0   Again, since  3x 2  or (x + 2)  must equal  0, x = 0  or  x= –2 Keep your eye out for a zero product.  I t’s a big time-saver, especially when you have multiple answers to choose from.
Systems of Equations ,[object Object],[object Object],[object Object],[object Object],[object Object]
Substitution Simply put, the substitution method involves finding the value of one variable in one equation and then substituting that value into the other equation to solve for the other variable. Here’s a straightforward example: If x – 4 = y – 3  and  2y = 6 , what is  x ? In this case, we have two equations. The first equation contains  x  and  y . The second contains only  y.  To solve for  x , you must solve for  y  in the second equation and then substitute that value for  y  in the first equation, eliminating the second variable from that equation. If  2y = 6 , then  y = 3 , and substituting that into the first equation:  x = y – 3+4   = 3-3+4   = 4
Substitution Here is a slightly more complicated example:  Suppose  3x = y + 5  and  2y – 2= 12k . Solve for  x  in terms of  k . Again, you cannot solve for  x  in terms of  k  using just the first equation. Instead, you must solve for  y  in terms of  k  in the second equation and then substitute that value in the first equation to solve for  x .   2y – 2= 12k 2y = 12k+2   y= 6k + 1   Then substitute  y = 6k + 1  into the equation 3 x  =  y  + 5.  3x = y + 5 3x = (6k+1)+5 3x = 6k + 6   x = 2k + 2
Linear Equations Linear Equations  refer to equations that can be added or subtracted from each other in order to find a solution. Consider the following example: Q.  Suppose  2x + 3y = 5  and  –1x – 3y = –7 . What is  x ? A.  In this particular problem, you can find the value of  x  by adding the two equations together:  2x +3y =5   +(-1x) -3y =-7   x =-2 And Plug the value of  x  in either equation to find the value of  y . Taking the first equation ,  2x+3y =5, x =-2.   2(-2) +3y =5.   -4 +3y =5   3y =5+4   3y = 9   y = 9/3   y = 3
Linear Equations Here’s another example: Q. 2x + 3y = –6  and  –4x + 16y = 13 . What is the value of  y ? A.  The question asks you to solve for  y , which means that you should find a way to eliminate one of the variables by adding or subtracting the two equations.  4x  is simply twice  2x , so by multiplying the first equation by  2,  you can then add the equations together to find y. 2 X (2x + 3y = –6) = 4x + 6y = –12    Now add the equations and solve for y. 4x +6y  =-12   +(-4x) +16y =  13     22y = 1    y= 1/22
Polynomials and Binomials ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Multiplying Binomials ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Multiplying Polynomials It may seem like a daunting task. But when the process is broken down,  multiplying polynomials  requires nothing more than distribution and combining like terms—and some attention to detail. To find a product of a polynomial, just distribute the terms of the first polynomial into the second polynomial individually, and combine like terms to formulate your final answer.  For Example:  (x 2 + x+4)(2x+5x 2  -6x-3)= x 2 (2x 3  +5x 2 -6x -3)+ x(2x 3 +5x 2  -6x-3)    =  2x 5  +5x 4 -6x 3  -3x 3  +2x 4 +5x 3  -6x 2  -3x =  2x 5  +7x 4 +7x 3  +11x 2   -27x -12 If we look at the FOIL method a little more closely, we can see how each of these terms is constructed:   (x+a)(x+b)=x 2  +(a+b) x  +ab   You can see that the constant term is the product of the two constants in the original binomials and the  x  coefficient is simply the sum of those two constants. In order to factor  x 2  + 10 x  + 21  into two binomials  ( x + a )( x + b ),  you must find two numbers whose sum is  10  and whose product is  21 .  
Slope of Straight Line- Slope-Intercept Form Slope The slope of a line is a measurement of how steeply the line climbs or falls as it moves from left to right. More technically, it is a line’s vertical change divided by its horizontal change, informally known as “the rise over run.” Given two points on a line, call them   ( x 1 , y 1 )  and  ( x 2 , y 2 ) ,  the slope of that line can be calculated using the following formula of a  slope – intercept form :   Slope =  y 2  –y 1   x 2  - x 1 The variable most often used to represent slope is m. Here’s an example, the slope of a line that contains the points  (–2, –4) an d  (6, 1)  is:   m=  1-(-4)  =  5     6-(-2)  8
Point-Slope Form The point-slope form of the equation of a line is:   y-y 1  = m(x-x 1 ) where m is the slope of the line and  ( x 1 , y  1 ) is a point on the line. The point-slope form and slope-intercept form are just alternative ways of expressing the same equation. In fact, the slope-intercept form is the point-slope form taken at the y-intercept, or the point  ( 0,  y 1 ):   y - y 1   =  m(x-0)   y - y 1  =  mx   y  =  mx- y 1 Since,   y 1  =b  (the  y  -intercept is simply the   y  -coordinate of the point at which  x=0),  the two forms are equal. The slope-intercept form of the line equation is the more common of the two, but the point-slope form is extremely useful when all the information you have is the slope and a point (hence “point-slope”).
Point-Slope Form Q.  What is the slope-intercept equation of the line that contains the point  (3,4 ) and is perpendicular to the line  y = x – 6 ? A.  To answer this question, you need to first find the slope of the line whose equation you are trying to write. Fortunately, the question gives you the slope of a perpendicular line, and we know that the slope of a line is the opposite reciprocal of the slope of the line to which it is perpendicular. Thus, the slope is  –1⁄ (1/3) = –3 .  If  the line contains the point  ( 3, 4 ), its point-slope equation is  y – 4 = –3(x – 3) .  To convert this to slope-intercept form, use algebra:   y- 4 =-3(x-3)   y- 4 =-3x+9   y =-3x+13 Here try it yourself: What is the slope-intercept form of the equation  of the line that contains the  points ( 5, 3 ) and  (–1, 8)?
Positive and Negative Slopes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Special Slopes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Parallel and Perpendicular Lines ,[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

Solving linear equation in one variable
Solving linear equation in one variableSolving linear equation in one variable
Solving linear equation in one variable
MMcalipes
 
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equationsMIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
Lawrence De Vera
 
Remainder & Factor Theorems
Remainder & Factor TheoremsRemainder & Factor Theorems
Remainder & Factor TheoremsLori Rapp
 
Tutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalitiesTutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalitieskhyps13
 
1 4 cancellation
1 4 cancellation1 4 cancellation
1 4 cancellationmath123b
 
2 3linear equations ii
2 3linear equations ii2 3linear equations ii
2 3linear equations iimath123a
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
Nazrin Nazdri
 
55 inequalities and comparative statements
55 inequalities and comparative statements55 inequalities and comparative statements
55 inequalities and comparative statements
alg1testreview
 
5.4 synthetic division
5.4 synthetic division5.4 synthetic division
5.4 synthetic divisionleblance
 
Algebraic Mathematics of Linear Inequality & System of Linear Inequality
Algebraic Mathematics of Linear Inequality & System of Linear InequalityAlgebraic Mathematics of Linear Inequality & System of Linear Inequality
Algebraic Mathematics of Linear Inequality & System of Linear Inequality
Jacqueline Chau
 
1.3 rational expressions
1.3 rational expressions1.3 rational expressions
1.3 rational expressions
math123b
 
0.3.e,ine,det.
0.3.e,ine,det.0.3.e,ine,det.
0.3.e,ine,det.m2699
 
Division of polynomials
Division of polynomialsDivision of polynomials
Division of polynomials
Mary Jane Laurito
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematicsDr. Trilok Kumar Jain
 
Algebra and functions review
Algebra and functions reviewAlgebra and functions review
Algebra and functions review
Institute of Applied Technology
 
Sets
SetsSets

What's hot (19)

Division of polynomials
Division of polynomialsDivision of polynomials
Division of polynomials
 
Solving linear equation in one variable
Solving linear equation in one variableSolving linear equation in one variable
Solving linear equation in one variable
 
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equationsMIT Math Syllabus 10-3 Lesson 7: Quadratic equations
MIT Math Syllabus 10-3 Lesson 7: Quadratic equations
 
Remainder & Factor Theorems
Remainder & Factor TheoremsRemainder & Factor Theorems
Remainder & Factor Theorems
 
Tutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalitiesTutorial linear equations and linear inequalities
Tutorial linear equations and linear inequalities
 
1 4 cancellation
1 4 cancellation1 4 cancellation
1 4 cancellation
 
2 3linear equations ii
2 3linear equations ii2 3linear equations ii
2 3linear equations ii
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
55 inequalities and comparative statements
55 inequalities and comparative statements55 inequalities and comparative statements
55 inequalities and comparative statements
 
5.4 synthetic division
5.4 synthetic division5.4 synthetic division
5.4 synthetic division
 
Algebraic Mathematics of Linear Inequality & System of Linear Inequality
Algebraic Mathematics of Linear Inequality & System of Linear InequalityAlgebraic Mathematics of Linear Inequality & System of Linear Inequality
Algebraic Mathematics of Linear Inequality & System of Linear Inequality
 
Project in math
Project in mathProject in math
Project in math
 
1.3 rational expressions
1.3 rational expressions1.3 rational expressions
1.3 rational expressions
 
0.3.e,ine,det.
0.3.e,ine,det.0.3.e,ine,det.
0.3.e,ine,det.
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Division of polynomials
Division of polynomialsDivision of polynomials
Division of polynomials
 
Practice questions and tips in business mathematics
Practice questions and tips in business mathematicsPractice questions and tips in business mathematics
Practice questions and tips in business mathematics
 
Algebra and functions review
Algebra and functions reviewAlgebra and functions review
Algebra and functions review
 
Sets
SetsSets
Sets
 

Viewers also liked

Computational skills
Computational skillsComputational skills
Computational skillsleoscotch
 
Tacheometric survey
Tacheometric surveyTacheometric survey
Tacheometric survey
Student
 
Full placement test
Full placement testFull placement test
Full placement test
Said Elhantaoui
 

Viewers also liked (6)

.
..
.
 
.
..
.
 
.
..
.
 
Computational skills
Computational skillsComputational skills
Computational skills
 
Tacheometric survey
Tacheometric surveyTacheometric survey
Tacheometric survey
 
Full placement test
Full placement testFull placement test
Full placement test
 

Similar to .

Polynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two VariablesPolynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two Variables
Ankur Patel
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
ingroy
 
ALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONS
ALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONSALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONS
ALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONS
Jeff Nelson
 
Theory of Equation
Theory of EquationTheory of Equation
Theory of Equation
SOMASUNDARAM T
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variables
Abhaya Gupta
 
Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)Osama Zahid
 
U3 08 ecuaciones
U3   08 ecuacionesU3   08 ecuaciones
U3 08 ecuaciones
UNEFA Zulia
 
Maths
MathsMaths
Final presentation
Final presentationFinal presentation
Final presentationpaezp
 
Consistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesConsistency of linear equations in two and three variables
Consistency of linear equations in two and three variables
Aamlan Saswat Mishra
 
Algebra part 2
Algebra part 2Algebra part 2
Algebra part 2
Nadrah Afiati
 
Solving Linear Equations
Solving Linear EquationsSolving Linear Equations
Solving Linear Equationstaco40
 
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHSTricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
angelbindusingh
 
Linear equations
Linear equationsLinear equations
Linear equations
criss ch
 
Linear equations
Linear equationsLinear equations
Linear equations
criss ch
 

Similar to . (20)

Polynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two VariablesPolynomials And Linear Equation of Two Variables
Polynomials And Linear Equation of Two Variables
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
ALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONS
ALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONSALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONS
ALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONS
 
Solving
SolvingSolving
Solving
 
Theory of Equation
Theory of EquationTheory of Equation
Theory of Equation
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variables
 
Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)Math lecture 6 (System of Linear Equations)
Math lecture 6 (System of Linear Equations)
 
U3 08 ecuaciones
U3   08 ecuacionesU3   08 ecuaciones
U3 08 ecuaciones
 
Equations Revision
Equations RevisionEquations Revision
Equations Revision
 
Maths
MathsMaths
Maths
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Consistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesConsistency of linear equations in two and three variables
Consistency of linear equations in two and three variables
 
Linear Equations
Linear EquationsLinear Equations
Linear Equations
 
Algebra part 2
Algebra part 2Algebra part 2
Algebra part 2
 
Algebra
AlgebraAlgebra
Algebra
 
Solving Linear Equations
Solving Linear EquationsSolving Linear Equations
Solving Linear Equations
 
Lecture3
Lecture3Lecture3
Lecture3
 
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHSTricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
Tricks to remember the quadratic equation.ACTION RESEARCH ON MATHS
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Linear equations
Linear equationsLinear equations
Linear equations
 

Recently uploaded

Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 

Recently uploaded (20)

Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 

.

  • 1. MATH: BASIC ALGEBRA Section II DePaul Math Placement Test
  • 2.
  • 3.
  • 4. Solving an Equation with One Variable To solve an equation with one variable, you must manipulate the equation to isolate that variable on one side of the equation. remember PEMDAS. Here you will go in reverse order ( SADMEP ! ). The idea is to “undo” everything that is being done to the variable so that it will be isolated in the end. Let’s look at an example: Solve for x in the equation [(3x 2 +5)X3]/4 +1 = 61 First, subtract 1 from both sides of the equation: [(3x 2 +5) X 3] /4+1 -1 = 61-1 => [(3x 2 +5) X 3]/4 = 60 Then, multiply both sides of the equation by 4: (3x 2 +5) X 3 = 60 X 4 => (3x 2 +5) X 3 = 240 Next, divide both sides of the equation by 3: (3x 2 +5) X 3 ÷3 = 240÷3 =>(3x 2 +5) = 80 Now, subtract 5 from both sides of the equation: 3x 2 +5-5 = 80 -5 => 3x 2 = 75 Again, divide both sides of the equation by 3 : 3x 2 ÷ 3 = 75÷3 => x 2 = 25  Finally, take the square root of each side of the equation: x = ±5 , We have isolated x to show that x = ±5 .
  • 5.
  • 6. Distributing and Factoring Distributing and factoring are two of the most important techniques in algebra. They give you ways of manipulating expressions without changing the expression’s value. In other words, distributing and factoring are tools of reorganization. Since they don’t affect the value of the expression, you can factor or distribute one side of the equation without doing the same for the other side of the equation. The basis for both techniques is the following property, called the distributive property: a X (b+c+…) = a X b +a X c   ‘ a’ can be any kind of term, from a variable to a constant to a combination of the two .
  • 7. Factoring Factoring an expression is essentially the opposite of distributing. Consider the expression 4x 3 – 8x 2 + 4x , for example. You can factor out the greatest common factor of the terms, which is 4x : 4x 3 – 8x +4x = 4x(x 2 -2+1) The expression simplifies further: 4x –( x 2 -2 +1) = 4x(x-1) 2   See how useful these techniques are? You can group or ungroup quantities in an equation to make your calculations easier. In this example from the previous section on manipulating equations, we distributed and factored to solve an equation. Distributing eliminates parentheses, and factoring creates them.  
  • 8. Combining Like Terms There are other steps you can take to simplify expressions or equations. Combining like terms is one of the simpler techniques you can use, and it involves adding or subtracting the coefficients of variables that are raised to the same power. For example, by combining like terms, the expression x 2 - x 3 +4x 2 +4 x 2+ 3x 2   can be simplified to (-1+3)x 3 + (1+4) x 2 = 2 x 3 + 5x 2   by adding the coefficients of the variable x 3 together and the coefficients of x 2 together. The point is, you’d rather have one term, 7x 2 , instead of x 2 , 3x 2 , –3x 2 , 2x 2 , and 4x 2 all floating around in your expression. A general formula for combining like pairs looks like this: ax k + bx k + cx k = x k (a+b+c)
  • 9. Zero Product Rule   When the product of any number of terms is zero, you know that at least one of the terms is equal to zero. For example, if xy = 0 , you know that either: x = 0 and y ≠ 0, y = 0 and x ≠ 0, or x = y = 0 This is useful in a situation like the following: (x+4)(x-3) = 0 (x+4) =0 or (x-3) = 0 By the zero product rule, you know that (x + 4) = 0 or (x – 3) = 0. In this equation, either x = –4 or x = 3 , since one of the expressions in parentheses must be equal to 0. Consider this equation: 3x 2 (x+2) =0   Again, since 3x 2 or (x + 2) must equal 0, x = 0 or x= –2 Keep your eye out for a zero product. I t’s a big time-saver, especially when you have multiple answers to choose from.
  • 10.
  • 11. Substitution Simply put, the substitution method involves finding the value of one variable in one equation and then substituting that value into the other equation to solve for the other variable. Here’s a straightforward example: If x – 4 = y – 3 and 2y = 6 , what is x ? In this case, we have two equations. The first equation contains x and y . The second contains only y. To solve for x , you must solve for y in the second equation and then substitute that value for y in the first equation, eliminating the second variable from that equation. If 2y = 6 , then y = 3 , and substituting that into the first equation: x = y – 3+4 = 3-3+4 = 4
  • 12. Substitution Here is a slightly more complicated example: Suppose 3x = y + 5 and 2y – 2= 12k . Solve for x in terms of k . Again, you cannot solve for x in terms of k using just the first equation. Instead, you must solve for y in terms of k in the second equation and then substitute that value in the first equation to solve for x .   2y – 2= 12k 2y = 12k+2 y= 6k + 1   Then substitute y = 6k + 1 into the equation 3 x = y + 5. 3x = y + 5 3x = (6k+1)+5 3x = 6k + 6 x = 2k + 2
  • 13. Linear Equations Linear Equations refer to equations that can be added or subtracted from each other in order to find a solution. Consider the following example: Q. Suppose 2x + 3y = 5 and –1x – 3y = –7 . What is x ? A. In this particular problem, you can find the value of x by adding the two equations together: 2x +3y =5 +(-1x) -3y =-7 x =-2 And Plug the value of x in either equation to find the value of y . Taking the first equation , 2x+3y =5, x =-2. 2(-2) +3y =5. -4 +3y =5 3y =5+4 3y = 9 y = 9/3 y = 3
  • 14. Linear Equations Here’s another example: Q. 2x + 3y = –6 and –4x + 16y = 13 . What is the value of y ? A. The question asks you to solve for y , which means that you should find a way to eliminate one of the variables by adding or subtracting the two equations. 4x is simply twice 2x , so by multiplying the first equation by 2, you can then add the equations together to find y. 2 X (2x + 3y = –6) = 4x + 6y = –12   Now add the equations and solve for y. 4x +6y =-12 +(-4x) +16y = 13 22y = 1 y= 1/22
  • 15.
  • 16.
  • 17. Multiplying Polynomials It may seem like a daunting task. But when the process is broken down, multiplying polynomials requires nothing more than distribution and combining like terms—and some attention to detail. To find a product of a polynomial, just distribute the terms of the first polynomial into the second polynomial individually, and combine like terms to formulate your final answer. For Example: (x 2 + x+4)(2x+5x 2 -6x-3)= x 2 (2x 3 +5x 2 -6x -3)+ x(2x 3 +5x 2 -6x-3) = 2x 5 +5x 4 -6x 3 -3x 3 +2x 4 +5x 3 -6x 2 -3x = 2x 5 +7x 4 +7x 3 +11x 2 -27x -12 If we look at the FOIL method a little more closely, we can see how each of these terms is constructed: (x+a)(x+b)=x 2 +(a+b) x +ab   You can see that the constant term is the product of the two constants in the original binomials and the x coefficient is simply the sum of those two constants. In order to factor x 2 + 10 x + 21 into two binomials ( x + a )( x + b ), you must find two numbers whose sum is 10 and whose product is 21 .  
  • 18. Slope of Straight Line- Slope-Intercept Form Slope The slope of a line is a measurement of how steeply the line climbs or falls as it moves from left to right. More technically, it is a line’s vertical change divided by its horizontal change, informally known as “the rise over run.” Given two points on a line, call them ( x 1 , y 1 ) and ( x 2 , y 2 ) , the slope of that line can be calculated using the following formula of a slope – intercept form : Slope = y 2 –y 1 x 2 - x 1 The variable most often used to represent slope is m. Here’s an example, the slope of a line that contains the points (–2, –4) an d (6, 1) is: m= 1-(-4) = 5 6-(-2) 8
  • 19. Point-Slope Form The point-slope form of the equation of a line is: y-y 1 = m(x-x 1 ) where m is the slope of the line and ( x 1 , y 1 ) is a point on the line. The point-slope form and slope-intercept form are just alternative ways of expressing the same equation. In fact, the slope-intercept form is the point-slope form taken at the y-intercept, or the point ( 0, y 1 ): y - y 1 = m(x-0) y - y 1 = mx y = mx- y 1 Since, y 1 =b (the y -intercept is simply the y -coordinate of the point at which x=0), the two forms are equal. The slope-intercept form of the line equation is the more common of the two, but the point-slope form is extremely useful when all the information you have is the slope and a point (hence “point-slope”).
  • 20. Point-Slope Form Q. What is the slope-intercept equation of the line that contains the point (3,4 ) and is perpendicular to the line y = x – 6 ? A. To answer this question, you need to first find the slope of the line whose equation you are trying to write. Fortunately, the question gives you the slope of a perpendicular line, and we know that the slope of a line is the opposite reciprocal of the slope of the line to which it is perpendicular. Thus, the slope is –1⁄ (1/3) = –3 . If the line contains the point ( 3, 4 ), its point-slope equation is y – 4 = –3(x – 3) . To convert this to slope-intercept form, use algebra: y- 4 =-3(x-3) y- 4 =-3x+9 y =-3x+13 Here try it yourself: What is the slope-intercept form of the equation of the line that contains the points ( 5, 3 ) and (–1, 8)?
  • 21.
  • 22.
  • 23.