3m-10=2(4m-5)
3m-10=8m-10
3m-8m=-10+10
-5m=0
m=0
The median for data A is greater.
the mean for data A is greater.
The graph of a linear function is a straight line. f(0) = -5 means that (0,-5) is a point on the line. Similarly, (-5,-6) is also a point on the line. [ Slope of line = m = [-6-(-5)]/[-5-0] = -1/(-5) = 1/5 Using the point-slope form, an equation of the line is: y - (-5) = (1/5)(x - 0) So, y = (1/5)x - 5 ]
Answer:
S
Step-by-step explanation:
SD
To solve this problem, let us first find for the binary
equivalents of the numbers. They are:
Decimal --> Binary
+ 29 --> 00011101
+ 49 --> 00110001
- 29 --> 11100011
- 49 --> 11001111
Now we apply the normal binary arithmetic to these converted
numbers:
(+ 29) + (- 49) ---> 00011101 + 11001111 =
11101100 ---> - 20 (TRUE)
(- 29) + (+ 49) ---> 11100011 + 00110001 = 00010100
---> + 20 (TRUE)
(- 29) + (- 49) ---> 11100011 + 11001111 = 10110010
---> - 78 (TRUE)