SlideShare ist ein Scribd-Unternehmen logo
1 von 23
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]

Weitere ähnliche Inhalte

Was ist angesagt?

Solving linear equation in one variable
Solving linear equation in one variableSolving linear equation in one variable
Solving linear equation in one variableMMcalipes
 
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 equationsLawrence 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 3Nazrin Nazdri
 
55 inequalities and comparative statements
55 inequalities and comparative statements55 inequalities and comparative statements
55 inequalities and comparative statementsalg1testreview
 
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 InequalityJacqueline Chau
 
1.3 rational expressions
1.3 rational expressions1.3 rational expressions
1.3 rational expressionsmath123b
 
0.3.e,ine,det.
0.3.e,ine,det.0.3.e,ine,det.
0.3.e,ine,det.m2699
 
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
 

Was ist angesagt? (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
 

Andere mochten auch

Andere mochten auch (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
 

Ähnlich wie MATH: BASIC ALGEBRA Section II DePaul Math Placement Test

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 VariablesAnkur Patel
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 
ALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONS
ALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONSALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONS
ALGEBRA FOR ECONOMICS EXPRESSIONS AND EQUATIONSJeff Nelson
 
Linear equation in two variables
Linear equation in two variablesLinear equation in two variables
Linear equation in two variablesAbhaya 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 ecuacionesUNEFA Zulia
 
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 variablesAamlan Saswat Mishra
 
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 MATHSangelbindusingh
 
Linear equations
Linear equationsLinear equations
Linear equationscriss ch
 
Linear equations
Linear equationsLinear equations
Linear equationscriss ch
 

Ähnlich wie MATH: BASIC ALGEBRA Section II DePaul Math Placement Test (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
AlgebraAlgebra
Algebra
 
Algebra part 2
Algebra part 2Algebra part 2
Algebra part 2
 
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
 

Kürzlich hochgeladen

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

MATH: BASIC ALGEBRA Section II DePaul Math Placement Test

  • 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.