Functions: Question 9
Syllabus 1.2
The functions and are defined, for , by
What is the value of ?
Show worked solution Hide worked solution
Worked solution
Step 1: Understand the order of composition
means , apply first, then apply to that result.
Step 2: Find
Step 3: Apply to this result
So .
Why the other options are wrong
- B (): this is just , the working stops one step too early, forgetting to apply .
- C (): this comes from computing instead, i.e. applying the functions in the wrong order: , then .
- D (): this comes from a sign error, treating as so that is wrongly found to be , then .
Final answer