Concept:
The sum of the first \(n\) terms of an arithmetic progression is given by:
\[
S_n = \frac{n}{2}\big(2a + (n-1)d\big)
\]
where
• \(a\) = first term
• \(d\) = common difference
• \(n\) = number of terms
Step 1: Substitute the given values.
\[
S_{10} = 150, \quad a = 10, \quad n = 10
\]
\[
150 = \frac{10}{2}\big(2(10) + (10-1)d\big)
\]
Step 2: Simplify the equation.
\[
150 = 5(20 + 9d)
\]
\[
150 = 100 + 45d
\]
Step 3: Solve for \(d\).
\[
50 = 45d
\]
\[
d = \frac{50}{45}
\]
\[
d = \frac{10}{9}
\]
Thus, the common difference is:
\[
d = \frac{10}{9}
\]