Difference between revisions of "8A F11 Q2"

From Grad Wiki
Jump to navigation Jump to search
 
Line 38: Line 38:
 
|}
 
|}
  
[[8AF11Final|<u>'''Return to Exam</u>''']]
+
[[8AF11Final|<u>'''Return to Sample Exam</u>''']]

Latest revision as of 14:22, 6 April 2015

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

Note: The function f(x) from problem 1 is: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x) = \log_3(x+3)-1}


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

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} f(5) &= &2(5) + 1\\ & =& 11 \end{array}}


Solution:

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

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{rcl} f(5) &=& \log_3(5 + 3) - 1 \\ &=& \log_3(8) - 1 \end{array}}

Final Answer:
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \log_3(8) - 1}

Return to Sample Exam