SOLUTION: multiply any number by three
Algebra
->
Expressions
-> SOLUTION: multiply any number by three
Log On
Algebra: Evaluation of expressions, parentheses
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on expressions
Question 691173
:
multiply any number by three
Answer by
jim_thompson5910(35256)
(
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