* "Three times a number" means we multiply the number by 3. Let's use the variable "x" to represent the number. So, this part is represented as 3x.
* "The difference between..." means we're going to subtract.
* "...and one" is simply the number 1.
Putting it all together, "the difference between three times a number and one" can be written as: 3x - 1