Answer:
tripled(tripled(tripled (x)))
Step-by-step explanation:
As a function is declared already which performs by giving 3 times of a input value say x.
Two times when the function tripled will be applied to x will give 9 times of x.
- tripled(tripled(tripled (x)))
Similarly, when three time a function tripled is applied to x it will give 27 times of x as an output.
As an easy presentation:
Just represent the function tripled by 3 and replace it in the function.
It will give: (3(3(3 x)))= (3(9 x))= 27 x