Answer:
- -3
-




Step-by-step explanation:
31. There are C(5, 2) = 10 ways to choose 2 colors from a group of 10 colors if you don't care about the order. (Here, we treat blue background with violet letters as being indistinguishable from violet background with blue letters.)
Only one of those 10 pairs is "B and V", so the probability is 1/10.
a) P(B and V) = 10%
32. The 12 inch dimension on the figure is 0 inches for the cross section. The remaining dimensions of the cross section are
c) 5 in. × 4 in.
_____
C(n, k) = n!/(k!·(n-k)!)
C(5, 2) = 5!/(2!·3!) = 5·4/(2·1) = 10
Answer:
Multiplication -> Division
Squaring -> Square rooting
Cubing -> Taking the cube root
Addition -> Subtraction
Alternative:
* -> /
^2 -> √
+ -> -
^3 -> 3√
Basically, an inverse is a mathematical manipulation where one operation undoes the action of the other.
We're given the algebraic expression 2x^2 - 2z^4 + y^2 - x^2 + z^4
By hypothesis, x = -4, y = 3 and z = 2
Let's replace each letter by its given value:
2x^2 - 2z^4 + y^2 - x^2 + z^4
2(-4)^2 - 2(2)^4 + (3)^2 - (-4)^2 + (2)^4
(2*16) - 2*16 + 9 - 16 + 16
32 - 32 + 9 - 16 + 16
9
So wrong. The correct answer is not -3, but 9.
Hope this helps! :D