I am not sure what exactly the question wants me to do:
The function $f$ has the properties that $f(1) = 6$ and $f(2x + 1) = 3f(x)$ for every integer $x$. What is the value of $f(63)$?
What exactly does it mean when $f(1) = 6$? and what is its relation with the other functions?
$$f(1)=6$$ and $$f(2x+1)=3f(x)$$ so
$$f(2(1)+1)=f(3)=3f(1)=3\cdot 6=18$$ $$f(2(3)+1)=f(7)=3f(3)=3\cdot 18=54 $$ $$f(2(7)+1)=f(15)=3f(7)=3\cdot 54=162 $$ $$f(2(15)+1)=f(31)=3f(15)=3\cdot 162=486$$ $$f(2(31)+1)=f(63)=3f(31)=3\cdot 486=1458 $$