Difference between revisions of "005 Sample Final A, Question 9"
Jump to navigation
Jump to search
(Created page with "''' Question ''' Solve the following system of equations <br> <center><math> \begin{align} 2x + 3y &= & 1\\ -x + y & = & -3\end{align}</math></center> {| class="mw-collaps...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
''' Question ''' Solve the following system of equations <br> | ''' Question ''' Solve the following system of equations <br> | ||
− | + | ::<math> \begin{align} 2x + 3y &= & 1\\ -x + y & = & -3\end{align}</math> | |
+ | |||
+ | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | !Foundations: | ||
+ | |- | ||
+ | |1) What are the two methods for solving a system of equations? | ||
+ | |- | ||
+ | |2) How do we use the substitution method? | ||
+ | |- | ||
+ | |3) How do we use the elimination method? | ||
+ | |- | ||
+ | |Answer: | ||
+ | |- | ||
+ | |1) The two methods are the substitution and elimination methods. | ||
+ | |- | ||
+ | |2) Solve for x or y in one of the equations and substitute that value into the other equation. | ||
+ | |- | ||
+ | |3) Multiply one equation by some number on both sides to make one of the variables, x or y, have the same coefficient and add the equations together. | ||
+ | |} | ||
{| class="mw-collapsible mw-collapsed" style = "text-align:left;" | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
− | ! | + | ! Step 1: |
|- | |- | ||
− | | | + | |Add two times the second equation to the first equation. So we are adding <math>-2x + 2y = -6</math> to the first equation. |
|- | |- | ||
− | | | + | |This leads to: |
|- | |- | ||
− | | | + | | |
+ | ::<math>\begin{array}{rcl} | ||
+ | 0 + 5y &=& -5\\ | ||
+ | -x + y &=& -3 | ||
+ | \end{array}</math> | ||
+ | |} | ||
+ | |||
+ | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | ! Step 2: | ||
|- | |- | ||
− | | | + | |This gives us that <math>y = -1.</math> |
|- | |- | ||
− | | | + | |Now we just need to find x. So we plug in -1 for y in the second equation. |
+ | |- | ||
+ | | | ||
+ | <math>\begin{array}{rcl} | ||
+ | -x -1 &=& -3\\ | ||
+ | -x & =& -2\\ | ||
+ | x&=&2 | ||
+ | \end{array}</math> | ||
+ | |} | ||
+ | |||
+ | {| class="mw-collapsible mw-collapsed" style = "text-align:left;" | ||
+ | ! Final Answer: | ||
|- | |- | ||
− | | | + | |<math>x = 2,~ y = -1</math> |
|} | |} |
Latest revision as of 20:29, 21 May 2015
Question Solve the following system of equations
Foundations: |
---|
1) What are the two methods for solving a system of equations? |
2) How do we use the substitution method? |
3) How do we use the elimination method? |
Answer: |
1) The two methods are the substitution and elimination methods. |
2) Solve for x or y in one of the equations and substitute that value into the other equation. |
3) Multiply one equation by some number on both sides to make one of the variables, x or y, have the same coefficient and add the equations together. |
Step 1: |
---|
Add two times the second equation to the first equation. So we are adding to the first equation. |
This leads to: |
|
Step 2: |
---|
This gives us that |
Now we just need to find x. So we plug in -1 for y in the second equation. |
|
Final Answer: |
---|