- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
List all the subsets of a set {m , n}
Given :
The given set is {m , n}
To do :
We have to list all the subsets of a set {m , n}.
Solution :
All possible subsets of {m , n} are,
{ } , {m} , {n} {m , n}.
- Related Articles
- In the figure, \(P A \) and \( P B \) are tangents from an external point \( P \) to a circle with centre \( O \). \( L N \) touches the circle at \( M \). Prove that \( P L+L M=P N+M N \)."\n
- If $6370=2^m.5^n.7^k.13^p$, then find $m+n+k+p$.
- Sum of all subsets of a set formed by first n natural numbers
- Simplify: $\frac{(q+\frac{1}{p})^m(q-\frac{1}{p})^m}{(p+\frac{1}{q})^m(p-\frac{1}{q})^m}$
- Simplify the following.a) \( (l^{2}-m^{2})(2 l+m)-m^{3} \)b) \( (p+q+r)(p-q+r)+p q-q r \)
- Find all distinct subsets of a given set in C++
- How to find all subsets of a set in JavaScript?
- Simplify and verify the result for $p=1$.$4 p^{3} \times 3 p^{4} \times( -p^{5})$"\n
- Print all subsets of given size of a set in C++
- Write the following in the expanded form:\( (m+2 n-5 p)^{2} \)
- \( N \) is a positive integer and \( p \) and \( q \) are primes. If \( N=p q \) and \( \frac{1}{N}+\frac{1}{p}=\frac{1}{q}, \) then find the value of \( N \).
- In a triangle \( P Q R, N \) is a point on \( P R \) such that \( Q N \perp P R \). If \( P N \). \( N R=Q^{2} \), prove that \( \angle \mathrm{PQR}=90^{\circ} \).
- Python program to get all subsets of given size of a set
- Python program to get all subsets of a given size of a set
- P-persistent CSMA protocol\n

Advertisements