

InterviewSolution
Saved Bookmarks
1. |
Write down the power set of{a,{a},{a,b}} |
Answer» <html><body><p><<a href="https://interviewquestions.tuteehub.com/tag/p-588962" style="font-weight:bold;" target="_blank" title="Click to know more about P">P</a>></p><a href="https://interviewquestions.tuteehub.com/tag/solution-25781" style="font-weight:bold;" target="_blank" title="Click to know more about SOLUTION">SOLUTION</a> :<a href="https://interviewquestions.tuteehub.com/tag/let-11597" style="font-weight:bold;" target="_blank" title="Click to know more about LET">LET</a> A ={a,{a},{a,<a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a>}} <br/> `:. P(A)={{a},{{a}},{{a,b}},{a},{a}` <br/>`{{a}.{a,b}},{a,{a,b},A,<a href="https://interviewquestions.tuteehub.com/tag/phi-599602" style="font-weight:bold;" target="_blank" title="Click to know more about PHI">PHI</a>}`</body></html> | |