1
0
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:
James Su 2019-04-24 18:41:43 +00:00
parent be34ef73de
commit 28e91b64b9

View File

@ -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