document.write( "Question 1194127: Given a set A = {
\n" );
document.write( "7
\n" );
document.write( ",
\n" );
document.write( "5
\n" );
document.write( ",
\n" );
document.write( "6
\n" );
document.write( ",
\n" );
document.write( "H
\n" );
document.write( ",
\n" );
document.write( "G
\n" );
document.write( ",
\n" );
document.write( "n
\n" );
document.write( " }, answer the following questions:\r
\n" );
document.write( "\n" );
document.write( "a. Find the number of subsets of A \n" );
document.write( "
Algebra.Com's Answer #826243 by MathLover1(20850)![]() ![]() You can put this solution on YOUR website! Given a set A = {7,5,6,H,G,n}, answer the following questions:\r \n" ); document.write( "\n" ); document.write( "recall that: The subsets of any set consists of all possible sets including its elements and the null set. Let us understand with the help of an example.\r \n" ); document.write( "\n" ); document.write( "Example: Find all the subsets of set A = {1,2,3,4}\r \n" ); document.write( "\n" ); document.write( "Solution: Given, A = {1,2,3,4}\r \n" ); document.write( "\n" ); document.write( "Subsets =\r \n" ); document.write( "\n" ); document.write( "{}\r \n" ); document.write( "\n" ); document.write( "{1}, {2}, {3}, {4},\r \n" ); document.write( "\n" ); document.write( "{1,2}, {1,3}, {1,4}, {2,3},{2,4}, {3,4},\r \n" ); document.write( "\n" ); document.write( "{1,2,3}, {2,3,4}, {1,3,4}, {1,2,4}\r \n" ); document.write( "\n" ); document.write( "{1,2,3,4}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, in your case\r \n" ); document.write( "\n" ); document.write( "a. Find the number of subsets of A\r \n" ); document.write( "\n" ); document.write( "∅ | {5} | {6} | {7} | {G} | {H} | {n} | {5, 6} | {5, 7} | {5, G} | {5, H} | {5, n} | {6, 7} | {6, G} | {6, H} | {6, n} | {7, G} | {7, H} | {7, n} | {G, H} | {G, n} | {H, n} | {5, 6, 7} | {5, 6, G} | {5, 6, H} | {5, 6, n} | {5, 7, G} | {5, 7, H} | {5, 7, n} | {5, G, H} | {5, G, n} | {5, H, n} | {6, 7, G} | {6, 7, H} | {6, 7, n} | {6, G, H} | {6, G, n} | {6, H, n} | {7, G, H} | {7, G, n} | ... (total: 64)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |