To solve the given inequality \(^{n+1}C_{n-1} + ^{n}C_{n-1} \leq 50\), we need to simplify the expression and find the number of integers \( n \) satisfying the condition.
Recall the formula for combinations: \(^{n}C_{r} = \frac{n!}{r!(n-r)!}\).
Consider the terms individually:
Substituting these into the inequality gives:
\(\frac{(n+1)n}{2} + n \leq 50\)
Combining terms:
\(\frac{n(n+1)}{2} + n = \frac{n^2 + n + 2n}{2} = \frac{n^2 + 3n}{2} \leq 50\)
Multiplying the entire inequality by 2 to clear the denominator:
\(n^2 + 3n \leq 100\)
Rearrange the inequality to standard quadratic form:
\(n^2 + 3n - 100 \leq 0\)
To solve for \( n \), factor the quadratic equation:
\((n + 13)(n - 10) \leq 0\)
The critical points from the factors are \( n = -13 \) and \( n = 10 \). By testing intervals around these points, we find the solution to be:
Since \( n \) must be a positive integer, we only consider \( n \) from 1 to 10.
Total positive integers satisfying this inequality are: 1, 2, 3, 4, 5, 6, 7, 8.
Thus, the number of positive integers \( n \) that satisfy the inequality is 8.