The <em>correct answers</em> are:
A) Both can be solved by graphing;
C) Both can be solved by substitution; and
D) Both have solutions at the points of intersection.
Explanation:
Just as a system of linear equations can be solved by graphing, a system of quadratic equations can as well. We graph both equations. We then look for the intersection points of the graphs; these intersection points will be the solutions to the system.
We can also solve the system by substitution. If we can get one variable isolated, we can substitute this into the other equation to solve.
Answer:
n=-6
Step-by-step explanation:
Answer:
You can get it by doing this
Step-by-step explanation:
The Probability
Completing the square is a process to find the solutions, or the x-values, to a quadratic equation. This method can only work if it is in the format: x^2 + bx = c
In this equation, the b value is -12 and the c value is -6. The process for completing the square goes like this:
x^2 + bx + (b/2)^2 = c + (b/2)^2
Now let’s solve the equation above using this method.
Step 1: x^2 - 12x + (-12/2)^2 = -6 + (-12/2)^2
Step 2: x^2 - 12x + (-6)^2 = -6 + (-6)^2
Step 3: x^2 - 12x + 36 = -6 + 36
Step 4: x^2 - 12x + 36 = 30
Now, to factor it. After doing the process until now, the left side of the equation can ALWAYS be in the format: (x + a)^2
Step 5: x^2 - 12x + 36 can be factored in this format as (x - 6)^2
Step 6: (x - 6)^2 = 30
Step 7: x - 6 = √30
Step 8: x = 6 ±√30