Set A contains all 3 digit positive integers that are divisible by 5, set B contains all 3 digit positive integers that are divisible by 7 and set C contains all 3 digit positive integers divisible by 11. Then \(n(A\cup B\cup C)=\)
Show Hint
For unions of three sets, always use Inclusion-Exclusion:
\[
A+B+C-AB-BC-CA+ABC.
\]
This avoids double counting.