mirror of
https://gitlab.com/magicalsoup/Highschool.git
synced 2025-01-23 16:11:46 -05:00
Update Final_Exam_Study_Sheet.md
This commit is contained in:
parent
be34ef73de
commit
28e91b64b9
@ -95,18 +95,19 @@
|
||||
|
||||
### Addition and Division
|
||||
|
||||
- Pretend `a` and `b` are random postive numbers
|
||||
- Pretend `a` and `b` are random postive numbers.
|
||||
|
||||
|Type|Equivalent|
|
||||
|:---|:---------|
|
||||
|a+b|a+b|
|
||||
|b+a|b+a|
|
||||
|a+(-b)|a-b|
|
||||
|(-a)+b|b-a|
|
||||
|a-b|a-b|
|
||||
|b-a|b-a|
|
||||
|a-(-b)|a+b|
|
||||
|(-a)-b|a-b|\-\(a - b\)|
|
||||
| Type | Equivalent |
|
||||
|:-----|:-----------|
|
||||
| a + b | a + b |
|
||||
| b + a| b + a |
|
||||
|a+(-b) | a - b |
|
||||
|(-a)+b|b-a|
|
||||
|a-b|a-b|
|
||||
|b-a|b-a|
|
||||
|a-(-b)|a+b|
|
||||
|(-a)-b|-(a+b)|
|
||||
|
||||
|
||||
### Order Of Operation
|
||||
- BEDMAS
|
||||
|
Loading…
Reference in New Issue
Block a user