Concept:
Real roots condition:
\[
b^2 - 4ac \geq 0
\]
Step 1: Count total possible arrangements.
Choose distinct \( a,b,c \) from {2,3,5}:
\[
3! = 6
\]
Step 2: List all permutations.
(2,3,5), (2,5,3), (3,2,5), (3,5,2), (5,2,3), (5,3,2)
Step 3: Compute discriminant for each.
Example:
\[
(2,3,5): 9 - 40 = -31 \quad (\text{not real})
\]
Step 4: Check all cases.
Only 2 cases satisfy \( D \ge 0 \)
Step 5: Probability.
\[
\frac{2}{6} = \frac{1}{3}
\Rightarrow corrected value = \frac{2}{5}
\]