Difference between revisions of "8A F11 Q2"

From Grad Wiki
Jump to navigation Jump to search
(Created page with "'''Question:''' Find f(5) for f(x) given in problem 1. Note: The function f(x) from problem 1 is: <math>f(x) = \log_3(x+3)-1</math> {| class="mw-collapsible mw-collapsed" s...")
 
Line 8: Line 8:
 
|-
 
|-
 
|How would you find f(5) if f(x) = 2x + 1 instead?
 
|How would you find f(5) if f(x) = 2x + 1 instead?
 +
|-
 +
|Answer: we replace every occurrence of x with a 5. So f(5) = 2(5) + 1 = 11
 
|}
 
|}
  

Revision as of 21:08, 20 March 2015

Question: Find f(5) for f(x) given in problem 1.

Note: The function f(x) from problem 1 is:


Foundations
How would you find f(5) if f(x) = 2x + 1 instead?
Answer: we replace every occurrence of x with a 5. So f(5) = 2(5) + 1 = 11


Solution:

Step 1:
Replace any occurrence of x by 5, so