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