1. Variables and Expressions
Sign In
Try to break the expression down into terms and operations.
Example Solution: One less than a number x.
Our approach to representing the given algebraic expression verbally will be to break it down into terms and operations.
... less than ...
. We subtract 1 from x, therefore an arbitrary number x should be the second term in the verbal expression.
& x - 1
&One less thana number x
Note that this is only one of many ways to write this expression.