โ† Change Exercise

Evaluating expressions

Substitute the value for the variable and compute.
x = 2
3x + 4 =
All difficulties
0%
Accuracy
0
Current streak
0
Total answers
0
Correct

What does the generator do?

The generator builds a simple expression with a variable (e.g. 3x + 4) and a value to substitute.

How to compute

Replace the variable with the given number and evaluate. With 3x = 3 ยท x, follow order of operations: multiply/divide before adding/subtracting.