document.write( "Question 1019194: if A= {42,45,48,...,75}, how many subsets does A have ? \n" ); document.write( "
Algebra.Com's Answer #635143 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Assuming all of the numbers in A are in arithmetic sequence, A has ((75-42)/3) + 1 = 12 elements. The number of subsets of A is 2^12 = 4096. \n" ); document.write( " |