Five is an integer and if u round your number down you will get five
If you are talking about building blocks, then you would get one 10 and 3 ones, then subtract that from 7 ones and would get 6
Answer:
F, 3^4+x
Step-by-step explanation:
You just have to add the powers together but not the actual base, you keep it as it is
Explanation:
An <em>explicit function</em> returns a value based only on the arguments given.
y = f(x)
__
A <em>recursive function</em> returns a value based on the arguments given and on other values of the function.
y = f(x, f(g(x))