SOLUTION: How do you solve this function problem? h(f(g(1/2))) Let f(x)= square root of x let g(x)=6x-3 let h(x)=x/3

Algebra ->  Functions -> SOLUTION: How do you solve this function problem? h(f(g(1/2))) Let f(x)= square root of x let g(x)=6x-3 let h(x)=x/3      Log On


   



Question 216194: How do you solve this function problem?
h(f(g(1/2)))
Let f(x)= square root of x
let g(x)=6x-3
let h(x)=x/3

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Here's the basic idea:

Step 1) Plug in x=1%2F2 into g%28x%29. The result/output will be a number

Step 2) Take the result of step 1 and plug that number into 'x' of f%28x%29. You will once again get a number as a result.

Step 3) Take the answer from step 2 and plug it into h%28x%29. The result that you get here will be the answer (provided there are no errors).