mirror of
https://gitlab.com/magicalsoup/Highschool.git
synced 2025-02-02 21:01:46 -05:00
Update Final_Exam_Study_Sheet.md
This commit is contained in:
parent
be34ef73de
commit
28e91b64b9
@ -95,10 +95,10 @@
|
||||
|
||||
### 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 |
|
||||
@ -106,7 +106,8 @@
|
||||
|a-b|a-b|
|
||||
|b-a|b-a|
|
||||
|a-(-b)|a+b|
|
||||
|(-a)-b|a-b|\-\(a - b\)|
|
||||
|(-a)-b|-(a+b)|
|
||||
|
||||
|
||||
### Order Of Operation
|
||||
- BEDMAS
|
||||
|
Loading…
Reference in New Issue
Block a user