Answer:
The answer is D.
Step-by-step explanation:
An example of this is
3+5+1= 9
5+3+1= 9
etc
8.0 is greater than 0.8 because 8.0 is a unit but 0.8 is lesser than uint
The 3rd one because the rest you would have to distribute them and for the 3rd one it’s the same
Let us say you must pay someone ten dollars a month. This is the same as being paid negative ten dollars a month. Ten months ago (in negative ten months) you were 100 dollars richer *. (-10)x(-10)=100
Important: to denote exponentiation use " ^ ":
<span>(x + y)1 = ___ x + ___ y NO
</span><span>(x + y)^1 = ___ x + ___ y YES
(x+y)^1 = 1x + 1y
(x+y)^2 = 1x + 2xy + y^2
(x+y)^3 = 1x^3 + 3x^2*y + 3x*y^2 + y^3
and so on. Look up "Pascal's Triangle" if you want more info on this pattern.
*******************
</span><span>(x + y)4 = ___ x4 + ___ x3y + ___ x2y2 + ___ xy3 + ___ y4 NO
</span>
<span>(x + y)^4 = ___ x^4 + ___ x^3y + ___ x^2y^2 + ___ xy^3 + ___ y^4 YES
(x+y)^4 = 1x^4 + 4x^3*y + 6x^2*y^2 + 4x*y^3 + y^4</span>