document.write( "Question 436880:
\n" );
document.write( "1. List all the subsets of { 8, 16, 27, 31} \r
\n" );
document.write( "\n" );
document.write( "2. Determine the number of subsets of {mom, dad, son, daughter}\r
\n" );
document.write( "\n" );
document.write( "3. At MegaSalad, a salad can be ordered with some, all, or none of the following set of ingredients on top of the salad greens: {ham, turkey, chicken, tomato, feta cheese, cheddar cheese, cucumbers, onions, red peppers, hot peppers }. How many different variations are there for ordering a salad? \r
\n" );
document.write( "\n" );
document.write( "4. Let U = {q, r, s, t, u, v, w, x, y, z}\r
\n" );
document.write( "\n" );
document.write( " A = {q, s, u, w, y}\r
\n" );
document.write( "\n" );
document.write( " B = {q, s, y, z}\r
\n" );
document.write( "\n" );
document.write( " C = {v, w, x, y, z}\r
\n" );
document.write( "\n" );
document.write( "Determine A ∩ (B ∪ C) \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #302235 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. List all the subsets of { 8, 16, 27, 31} \n" ); document.write( "--- \n" ); document.write( "no element: 1 \n" ); document.write( "1 element: 4 \n" ); document.write( "2 elements: 6 \n" ); document.write( "3 elements: 4 \n" ); document.write( "4 elements: 1 \n" ); document.write( "Total subsets: 2^4 = 16 \n" ); document.write( "------------------------ \n" ); document.write( "2. Determine the number of subsets of {mom, dad, son, daughter} \n" ); document.write( "Ans: 2^4 = 16 \n" ); document.write( "=========================== \n" ); document.write( "3. At MegaSalad, a salad can be ordered with some, all, or none of the following set of ingredients on top of the salad greens: {ham, turkey, chicken, tomato, feta cheese, cheddar cheese, cucumbers, onions, red peppers, hot peppers }. How many different variations are there for ordering a salad? \n" ); document.write( "Ans: 2^10 = 1024 \n" ); document.write( "------------------------- \n" ); document.write( "4. Let U = {q, r, s, t, u, v, w, x, y, z} \n" ); document.write( "A = {q, s, u, w, y} \n" ); document.write( "B = {q, s, y, z} \n" ); document.write( "C = {v, w, x, y, z} \n" ); document.write( "Determine A ∩ (B ∪ C) \n" ); document.write( "A intersect (qwyzvx) \n" ); document.write( "= {q,w,y} \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |