f1(n) = 100n
Is the above function polynomial? I have examples of polynomial fucntions, but this one particularly I am not sure about since there is no addition or subtraction being made afterwards. Also, it is not at any time being raised to the power of another number so it seems very odd to call it polynomial.
I'm after an explanation or 'why' as opposed to yes/no
You are right to ask, because this is really a question of language and what people have chosen that the words should mean. And that, in turn, depends on what definition is interesting.
For the specific question of polynomials, a polynomial is a sum of terms each of which is a constant multiplied by a power.
There have to be at least zero terms in the sum. That’s fine. In your case there is one.
The powers have to be at least zero. That’s fine. In your case you have $n$ raised to the 1st power.
Sometimes mathematicians assume additional criteria and don’t explicitly specify them because they think they are obvious. This is annoying but you hust have to get used to it. For instance: is $100n$ a quadratic polynomial - that is, of the form $ax^2+bx+c$?
To summarise: “something is a polynomial” is not a fact but a linguistic decision, and in your particular case the answer is “yes, it is”.