Answer:
D
Step-by-step explanation:
Associative Property of Multiplication is a(bc) = (ab)c
d is the only one that follows the rule
Answer: The required probability is 0.32.
Step-by-step explanation:
Since we have given that
Probability of winning team A over B = 0.7
Probability of losing team A over B = 0.3
Number of matches = 7"
So, using the "Binomial distribution" :
We get that

Hence, the required probability is 0.32.
Answer:
<u>Residue</u>
Step-by-step explanation:
Let a and b be integers. We define a mod b to be the residue of dividing a by b. For example, if a evenly divides b, then a mod b=0, 20 mod 6= 2. The modulus operator is widely used in programming, and it is convenient when a and b are large numbers.
a mod b is always a nonnegative integer. In fact, 0≤ a mod b≤ |b-1| by the division algorithm. a and b can also be negative integers. Since 8=-(-5)+3 then 8 mod -5= 3.
As a final example, some known properties can be rewritten in terms of mod. a mod 2=0 if and only if a is even. a mod 2=1 if and only if a is odd.
Answer:
29500
Step-by-step explanation:
subtract the two numbers
Answer:
x = -5
Step-by-step explanation:
to evaluate for x in this this question -5x-(8-x)=12
the firsst step, you would open the bracket with - then evaluate for the value of x
solution
-5x-(8-x)=12
-5x -8 + x = 12
combine the like terms
-5x + x = 12 + 8
-4x = 20
divide both sides by the coefficient of x
-4x/-4 = 20/-4
x = -5