Soru 1
$f(x) = \begin{cases} 2x & \text{if } x < 1 \\ x+1 & \text{if } x \geq 1 \end{cases}$ ve $g(x) = \begin{cases} x-2 & \text{if } x < 3 \\ 2x & \text{if } x \geq 3 \end{cases}$ fonksiyonları veriliyor. Buna göre $f(g(3))$ değeri kaçtır?
- A
$5$
- B
$6$
- Doğru cevap
$7$
- D
$8$
- E
$9$
Çözüm
İlk olarak $g(3)$ hesaplanır: $g(x)$'te $x \geq 3$ için $g(x) = 2x$, yani $g(3) = 2 \cdot 3 = 6$. Sonra $f(g(3)) = f(6)$. $f(x)$'te $x \geq 1$ için $f(x) = x+1$, yani $f(6) = 6 + 1 = 7$. Dolayısıyla, $f(g(3)) = 7$.