eolas/neuron/dc239556-fd21-4147-b56e-3d8b474984ad/Formal_conventions.md

27 lines
712 B
Markdown
Raw Normal View History

2024-12-09 18:34:15 +00:00
---
tags:
- prealgebra
---
# Formal conventions
## Grouping symbols
We use parentheses to delimit the part of an expression we want evaluated first.
If grouping symbols are nested, evaluate the expression in the innermost pair of
grouping symbols first,
## Writing mathematical statements: placement of $=$
We only write one equals sign per line. For example, if we are resolving
parentheses:
$$
\begin{equation} \begin{split} 2 + \[3 + (4+5)\] = 2 + \[3 +9\] \\ = 2 + 12
\\ = 14 \end{split} \end{equation}
$$
We call parentheses (`()`), brackets (`[]`) and braces `{}`) grouping symbols.
When groupings (say parentheses) are used, the expression inside any pair of
parentheses must be evaluated first.