Assertion (A):
\( f(x) = \begin{cases} 3x - 8, & x \leq 5 \\ 2k, & x > 5 \end{cases} \)
is continuous at \( x = 5 \) for \( k = \frac{5}{2} \).
Reason (R):
For a function \( f \) to be continuous at \( x = a \),
\[ \lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = f(a) \]
For the function to be continuous at \( x = 5 \), we need to check whether the left-hand limit (\( \lim\limits_{x \to 5^-} f(x) \)), the right-hand limit (\( \lim\limits_{x \to 5^+} f(x) \)), and the function value at \( x = 5 \) are all equal.
For \( f(x) \) to be continuous at \( x = 5 \), the following must hold:
\[ \lim\limits_{x \to 5^-} f(x) = \lim\limits_{x \to 5^+} f(x) = f(5) \]
So we equate:
\[ 2k = 7 \Rightarrow k = \frac{7}{2} \]
The given assertion claims continuity at \( x = 5 \) for \( k = \frac{5}{2} \), which is incorrect. Hence:
Final Answer: Assertion is false, but Reason is true.