SOLUTION: multiply any number by three

Algebra ->  Expressions -> SOLUTION: multiply any number by three      Log On


   



Question 691173: multiply any number by three
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
In general, you're saying 3*n where 'n' is any number.

You can do a specific example:

n = 9

3*n = 3*9 = 27