Concept:
This problem utilizes the symmetry of binomial coefficients, \( ^nC_k = ^nC_{n-k} \). By substituting \( k \) with \( (n-k) \) in a summation, we can often simplify complex expressions.
Step 1: Let the given sum be \( S \).
\[
S = \sum_{k=0}^{18} \frac{k}{^{18}C_k} \quad \cdots (1)
\]
Using the property \( ^{18}C_k = ^{18}C_{18-k} \), we can rewrite the sum by replacing \( k \) with \( 18-k \):
\[
S = \sum_{k=0}^{18} \frac{18-k}{^{18}C_{18-k}} = \sum_{k=0}^{18} \frac{18-k}{^{18}C_k} \quad \cdots (2)
\]
Step 2: Add equations (1) and (2).
\[
2S = \sum_{k=0}^{18} \frac{k}{^{18}C_k} + \sum_{k=0}^{18} \frac{18-k}{^{18}C_k}
\]
\[
2S = \sum_{k=0}^{18} \frac{k + 18 - k}{^{18}C_k} = \sum_{k=0}^{18} \frac{18}{^{18}C_k}
\]
\[
2S = 18 \sum_{k=0}^{18} \frac{1}{^{18}C_k}
\]
Step 3: Find the value of \( a \).
Dividing both sides by 2:
\[
S = 9 \sum_{k=0}^{18} \frac{1}{^{18}C_k}
\]
Comparing this with the original equation \( S = a \sum_{k=0}^{18} \frac{1}{^{18}C_k} \), we see that:
\[
a = 9
\]