| Phrase | Expression |
|---|---|
| three times a number | 3x |
| half of a number | x/2 |
| one minus three times a number | 1 - 3x |
| a number increased by 5 | x + 5 |
| a number decreased by 8 | x - 8 |
| English sentence | Equation |
|---|---|
| I subtract one from my number and I get five. | x - 1 = 5 |
| I multiply my number by 4 and I get 8. | 4x = 8 |
| I take half of my number, decrease it by 6 and the result is 4. | x/2 - 6 = 4 |