Solution.
Numbers which divisible by 7:
an=a1+(n−1)d,
a1=0,d=7,an=994,
from here n=143.
Numbers which divisible by 11:
an=a1+(n−1)d,
a1=0,d=11,an=990,
from here n=91.
Numbers which divisible by 7 and 11:
an=a1+(n−1)d,
a1=0,d=77,an=924,
from here n=13.
Numbers which divisible by 7 or 11:
143+91−13=221.
Numbers which are not divisible by 7 or 11:
1000−221=779.
Answer. 779.
Comments