We start with: (n−5)(n−10)−3(n−2)≤0
Expanding (n−5)(n−10):
(n−5)(n−10)=n⋅n+n⋅(−10)+(−5)⋅n+(−5)⋅(−10)
=n2−10n−5n+50=n2−15n+50
Expanding −3(n−2):
−3(n−2)=−3n+6
Combining everything:
(n2−15n+50)+(−3n+6)≤0
n2−15n+50−3n+6≤0
n2−18n+56≤0
We need to factor n2−18n+56.
We're looking for two numbers that:
Multiply to give 56 (the constant term)
Add to give -18 (the coefficient of n)
Let's think: 56=4×14 and 4+14=18
Since we need −18, we use −4 and −14:
n2−18n+56=(n−4)(n−14)
So our inequality becomes: (n−4)(n−14)≤0
For a product of two factors to be ≤0, one factor must be positive and the other negative (or one of them equals zero).
Let's analyze the signs:
(n−4)=0 when n=4
(n−14)=0 when n=14
These are the roots of our quadratic.
Sign Analysis:
When n<4: both (n−4)<0 and (n−14)<0, so (n−4)(n−14)>0
When n=4: (n−4)=0, so (n−4)(n−14)=0
When 4<n<14: (n−4)>0 and (n−14)<0, so (n−4)(n−14)<0
When n=14: (n−14)=0, so (n−4)(n−14)=0
When n>14: both (n−4)>0 and (n−14)>0, so (n−4)(n−14)>0
Therefore: (n−4)(n−14)≤0 when 4≤n≤14
Since we need integer values of n where 4≤n≤14:
n can be: 4,5,6,7,8,9,10,11,12,13,14
Counting: 14−4+1=11 values
Answer: The inequality is satisfied for 11 integers.
When solving quadratic inequalities of the form (x−a)(x−b)≤0 where a<b:
The solution is always a≤x≤b (between the roots, inclusive)
This is because the parabola opens upward and is negative between its roots