triple a number and another number
The phrase a number means an arbitrary variable, let's call it x:
x
Triple a number means we multiply x by 3:
3x
The phrase another number means another arbitrary variable, let's call it y:
y
The word and means we add y to 3x:
3x + y
The phrase a number means an arbitrary variable, let's call it x:
x
Triple a number means we multiply x by 3:
3x
The phrase another number means another arbitrary variable, let's call it y:
y
The word and means we add y to 3x:
3x + y