πŸ“Š Design and Analysis of Algorithms
Q. Under what condition any set A will be a subset of B?
  • (A) if all elements of set b are also present in set a
  • (B) if all elements of set a are also present in set b
  • (C) if a contains more elements than b
  • (D) if b contains more elements than a
πŸ’¬ Discuss
βœ… Correct Answer: (B) if all elements of set a are also present in set b

Explanation: any set a will be called a subset of set b if all elements of set a are also present in set b. so in such a case set a will be a part of set b.


Explanation by: Mr. Dubey
any set a will be called a subset of set b if all elements of set a are also present in set b. so in such a case set a will be a part of set b.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
584
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate