document.write( "Question 837965: Find the number of subsets of the given set.
\n" );
document.write( "{x|x is an even counting number between 7 and 25} \n" );
document.write( "
Algebra.Com's Answer #504817 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! {8, 10, ..., 24} has nine elements. # of subsets = 2^9 = 512 \n" ); document.write( " |