Question 475954: for each given set,how do I choose the set with the same cardinality
{1,4,7,...,91,94}
{1,2,3,...,205,206}
{1,3,5,...,211,213}
possible choices {147,148,149,...,240}{131,132,133,...,247} {3,4,5,...,34} {1423,1425,1427,...1833}
Answer by richard1234(7193) (Show Source):
You can put this solution on YOUR website! There are two ways to find the cardinality of this set. You can either use the formula for an arithmetic sequence a_n = a_1 + (n-1)d, but I prefer finding the cardinality by doing a series of transformations on the set. For example, with the set {1,4,7,...,94} we can add 2 to each element (this will not affect cardinality) to get {3,6,...,96}, then divide each element by 3 to get {1,2,...,32} which obviously has 32 elements.
|
|
|