Answer:
What is the equation of a circle with a radius of 7 and centered at point (3, -4)?
Step-by-step explanation:
Answer: 120
Step-by-step explanation:
The total number of digits from 1 to 9 = 10
The number of digits from less than 5 (0,1,2,3,4)=5
Since repetition is not allowed so we use Permutations , then the number of 3-digit different codes will be formed :-

The number of digits from greater than 4 (5,6,7,8,9)=5
Similarly, Number of 3-digit different codes will be formed :-

Hence, the required number of 3-digit different codes = 60+60=120
Answer: There are
ways of doing this
Hi!
To solve this problem we can think in term of binary numbers. Let's start with an example:
n=5, A = {1, 2 ,3}, B = {4,5}
We can think of A as 11100, number 1 meaning "this element is in A" and number 0 meaning "this element is not in A"
And we can think of B as 00011.
Thinking like this, the empty set is 00000, and [n] =11111 (this is the case A=empty set, B=[n])
This representation is a 5 digit binary number. There are
of these numbers. Each one of this is a possible selection of A and B. But there are repetitions: 11100 is the same selection as 00011. So we have to divide by two. The total number of ways of selecting A and B is the
.
This can be easily generalized to n bits.
Answer is C hope this helps