<span>width = 90 tan43 degrees = about 84 feet </span>
The first three you should check off because the man lost less so the last few questions would be wrong
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)
Answer: The answer is (C).
Step-by-step explanation: The given statement is - "Two matrices are row equivalent if they have the same number of rows". We are to explain whether the statement is true or false.
What are row equivalent matrices? The answer to this question is -
Two matrices are said to be row equivalent if one of the matrices can be obtained from the other by applying a number of elementary row operations. Or, we can say two matrices of same order are row equivalent if they have same row space.
Thus, the correct option is (C).