Answer:
38 degrees
Step-by-step explanation:
all triangles length added up are 180 degrees.
add 52 and 90 to get 142. Subtract to get 38 degrees.
The bits are determined by repeated division by 2 to yield either 0 or 1.
183/2 = 91 rem 1 => 1 (lowest bit) 2⁰
91/2 = 45 rem 1 => 1 (next higher bit) 2¹
45/2 = 22 rem 1 => 1 (next higher bit) 2²
22/2 = 11 rem 0 => 0 (next highrt bit) 2³
11/2 = 5 rem 1 => 1 (next higher bit) 2⁴
5/2 = 2 rem 1 => 1 (next higher bit) 2⁵
2/2 = 1 rem 0 => 0 (next higher bit) 2⁶
1/2 = 0 rem 1 => 1 (next higher bit) 2⁷
The next higher 24 bits have 0 in each bit.
For 32-bit system,
183 = 00000000 00000000 00000000 10110111 (with a space between bytes for readability)
Answer: 00000000000000000000000010110111
Answer: -1^0 because any number to the 0 is 1
-1^1 because it stays the same number which is negative
Well if you're wanting to use substitution, you first have to end up with one term on either side of the equation. Use the second one as it's easiest.
So: x-2y=11, so find -2y as there is a -2y in the first equation.
then that becomes -2y=11-x. then sub that into equation 1, and you get:
-x+11-x=-13, which equals to -2x+11=-13, which is -2x=-24, so therefore
x=12. then chuck the x into any of the equations to find what y equals.
hope this helps!