Chat with our AI personalities
Given the average,find the missing numbr in a set by following these steps: 1.Multiply the average by the number of items in the set. 2.Add the given numbers ni the set. 3.Find the difference of the product in step 1 and step2.
The cardinality of a set is its size. For instance, since the set G contains 4 elements, then its cardinality is 4. So if the set has a finite number of elements (meaning it is a finite set), you can find its cardinality, otherwise you cannot (meaning it is an infinite set).
depends on what the given set is
A general form for finding a given number of combinations for a chosen sub-set of numbers from a set is Cr(n, r) = n!/r!(n-r)!
int max = a>b?a:b; // set max to the larger of a and b