Ch. 2 Linear and Quadratic Equations Flashcards
What are the two methods to solve a system of linear equations of two variables?
- Substitution Method: solve for one variable & plug into other equation
- Combination Method: stack two equations on top of each other & add or subtract one entire equation from the other
4x + 3y = 12 - what are the 4 & 3 called in this equation?
Coefficients - the coefficient of x is 4 and the coefficient of y is 3.
If you’re using the combination method to solve a system of equations (stacking two equations & subtracting/ adding entire equations together), what do you do if the coefficients are all different?
You can find the LCM (least common multiple) of the coefficients and multiply the entire equations, then do combo method.
When to choose substitution or combination method?
Substitution if it’s easy to isolate the variables; combination if not.
How can you solve an equation that contains fractions?
Consider multiplying the entire equation by the least common multiple (LCM) of the denominators to remove the fractions. This generally makes the equation easier to solve.
If the product of two integers is 1, what are the two integers?
1 or -1.
Don’t forget the -1!*
Also, integers can only be whole numbers
Solve for x:
x(x+100) = 0
x = 0
x = -100
Don’t assume that x can’t be zero!!
Some students divide both sides by x and miss that x=0
Zero product property
When the product of two numbers is 0, one or both of those numbers is 0
What is a quadratic equation?
An equation where the highest power of a variable is 2
examples:
x^2 + 3x + 7 = 0
10x^2 = 100x
5c^2 + 10 = 10c - 20
How to factor quadratic equations
- Change to general form: ax^2 + bx + c = 0
- If it’s x^2 + bx + c = 0, then you can factor to (x + p)(x + q) = 0 where p + q = b and pq = c
- To find p & q, list all positive factors of c
- Figure out which two sum to b
In the quadratic equation, x^2 + 9x + 8 = 0, what are the factors & what are the solutions or roots?
x^2 + 9x + 8 = 0
(x + 8)(x + 1) = 0
x = -8, -1
(x + 8) and (x + 1) are the factors
-8 and -1 are the solutions or roots
What’s the difference between an identity and equation?
Equation is true for only one or some values of x
Identity is true for all or almost all values of x
For example, 2x - 3 = 5 is an equation; (x^2)/x = x is an identity.
(x + y) ^2 =
(x + y) ^2
(x + y)(x + y)
x^2 + 2xy + y^2
(x - y) ^2
(x - y) ^2
(x - y)(x - y)
x^2 - 2xy + y^2
(x + y)(x - y)
(x + y)(x - y)
x^2 - y^2