We have this set of digits: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9} From that set, we can only pick three items. We cannot select the same digit twice.
Consider a blank three digit number such that it is composed of slot A, slot B, slot C.
Since the number must be larger than 100, this means that we cannot select 0 as the first digit. We go from a pool of 10 digits to 10-1 = 9 digits for our first selection. In other words, we have this subset to select from {1, 2, 3, 4, 5, 6, 7, 8, 9} So we have 9 choices for slot A.
For slot B, we also have 9 choices since 0 is now included. For instance, if we selected the digit '4' then we have this subset of choices left over: {0, 1, 2, 3, 5, 6, 7, 8, 9} which is exactly 9 items.
For slot C, we have 9-1 = 8 items left to choose from. For example: If we choose '4' for slot A, and '2' for slot B, then we have this subset to choose from: {0, 1, 3, 5, 6, 7, 8, 9} exactly 8 items
In summary so far, we have... 9 choices for slot A 9 choices for slot B 8 choices for slot C
Giving a total of 9*9*8=81*8=648 different three digit numbers. You'll notice that I'm using the counting principle which allows for the multiplication to happen. Think of a probability tree.
A company is selling books. It has to pay $500 to start printing the books, and once they have done that, the books sell at $14.99 each. How many books must they sell to make a profit?
First we would model an equation. X will be the amount of books sold, and Y will be profits (in dollars obv). They had to pay $500 before they could start selling, so we must account for that too.
This equation would be because for every book sold, X increases by 1, increasing Y by 14.99
The answer would be 34 books sold in order to turn a profit. (500/14.99=
Hello : <span>a single expression is : A = xy +zk x : </span> width1 y : <span>length1 z : </span>width2 k : <span>length2 A : </span><span>the total area of the two rooms note : A1 = xy ........</span>area of the room 1<span> A2 = zk </span>.......area of the room 2