1
0
mirror of https://gitlab.com/magicalsoup/Highschool.git synced 2025-01-23 16:11:46 -05:00

Update Final_Exam_Study_Sheet.md

fixed formatting
This commit is contained in:
Soup 2019-04-13 11:15:36 -04:00 committed by GitHub
parent 6ee673ebc2
commit 2ada583a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -541,7 +541,7 @@
# Ways to solve Systems of Equations # Ways to solve Systems of Equations
1. Subsitution ## 1. Subsitution
- Here we eliminate a variable by subbing in another variable from another equation - Here we eliminate a variable by subbing in another variable from another equation
- We usually do this method if a variable is easily isolated - We usually do this method if a variable is easily isolated
- Example: - Example:
@ -558,7 +558,7 @@
```y = -2 + 10``` ```y = -2 + 10```
```y = -8``` ```y = -8```
2. Elimination ## 2. Elimination
- Here we eliminate a variable by basically eliminate a variable from an equation - Here we eliminate a variable by basically eliminate a variable from an equation
- We usually use this method first when the variables are not easily isolated, then use subsitution to solve - We usually use this method first when the variables are not easily isolated, then use subsitution to solve
- Example: - Example:
@ -579,8 +579,8 @@
```3y = 6``` ```3y = 6```
```y = 2``` ```y = 2```
3. Graphing ## 3. Graphing
- we can rewrite the equations into ```y-intercept form``` and then graph the lines, and see where the lines intersect (P.O.I), and the P.O.I is the solution - we can rewrite the equations into ```y-intercept form``` and then graph the lines, and see where the lines intersect (P.O.I), and the P.O.I is the solution
## Solving Systems of Linear Inequalities ## Solving Systems of Linear Inequalities
- Find the intersection region as the ```solution```. - Find the intersection region as the ```solution```.