2022-04-23 13:26:53 +01:00
|
|
|
---
|
2022-08-20 15:30:04 +01:00
|
|
|
tags: [algebra]
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
|
|
|
|
2024-10-18 20:00:02 +01:00
|
|
|
# Algebra key terms
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
- **Variable**
|
|
|
|
- A symbol that stands for a value which may vary
|
|
|
|
- **Equation**
|
|
|
|
- A mathematical statement that equates two mathematical expressions (states
|
|
|
|
that they are the same/ establishes an identity relation)
|
|
|
|
- **Solution** ^678811
|
|
|
|
- A numerical value that **satisfies** an equation. When the variable in the
|
|
|
|
equation is replaced by the solution, a true statement results
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
### Example
|
|
|
|
|
|
|
|
$$ 4 = y - 11 $$
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
The example above is an **equation**. $y$ is the variable. This can be replaced
|
|
|
|
by $15$ which is the **solution** to the equation:
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
$$ 4 = 15 -11 $$
|