hugogva
How many different numbers are possible when 2 or more different numbers from the following set are added together?
{0.1, 0.01, 0.001, 0.0001, 0.00001}
a) 10
b) 24
c) 25
d) 26
e) 32
A good question!
The list consists of 5 different numbers. The question requires us to find the number of possible values of the sum when 2 or more different numbers from the following set are added together. As the numbers in the list are distinct, the resultant sum will be unique for each combination.
We can reframe the question as "
In how many ways can at least two numbers be selected from a list of 5 numbers"
For each number, we have two possible cases - either it can be selected or not selected.
Hence, for \(5\) numbers we can \(2^5\) possible cases.
However, among these \(2^5\) possible cases, we also have cases wherein only one number is selected or in which none is selected. As we need at least two numbers, we need to subtract these cases.
- Number of ways in which only number is selected = \(5\)
- Number of ways in which no number is selected = \(1\)
Total = \(2^5 - (5+1) = 32 - 6 = 26\)
Option D