M = y2-y1/x2-x1
M = 3-10/7-4
M = -7/3
I'm pretty sure the answer is d • 3 = 48
Length times width so that would be 21
Answer: 1
Step-by-step explanation:
3x + 8x-8= 3
11x-8=3
Then you move the 8 to the other side and change it to a positive.
11x= 11
11x/11 = 11/11
Answer is 1
QUESTION:
The code for a lock consists of 5 digits (0-9). The last number cannot be 0 or 1. How many different codes are possible.
ANSWER:
Since in this particular scenario, the order of the numbers matter, we can use the Permutation Formula:–
- P(n,r) = n!/(n−r)! where n is the number of numbers in the set and r is the subset.
Since there are 10 digits to choose from, we can assume that n = 10.
Similarly, since there are 5 numbers that need to be chosen out of the ten, we can assume that r = 5.
Now, plug these values into the formula and solve:
= 10!(10−5)!
= 10!5!
= 10⋅9⋅8⋅7⋅6
= 30240.