Given that \(f : x \to x^{2}\) and \(g : x \to x + 3\), where \(x \in R\), find \(f o g(2)\).
Answer Details
To find \(f \circ g(2)\), we first need to apply the function g to 2, which gives us \(g(2) = 2 + 3 = 5\). Then we apply the function f to the result, which gives us \(f(5) = 5^2 = 25\). Therefore, the answer is 25.