1 = scale factor of 2 and x =3
Answer:
Bitwise OR operation = 111011101
AND operation = 10100000
NOT operation: 01001110 (NOT A)
XOR operation: 00011101
Step-by-step explanation:
OR operation: A + B = adding the two binary numbers together, starting from the least significant bit (LSB) and moving to the Most significant bit (MSB)
AND operation: A*B, multiplying the two binary numbers together.
NOT: taking the opposite of each binary digit
XOR: if either of the two binary numbers is 1, then the result is 1, but if they are both 1 or both 0, then the result becomes 0.
x(b+c)+3(b+c) = (x+3)(b+c)
Answer:
Step-by-step explanation:
The two acute angles add up to 90 degrees. That's because every triangle has 180 degrees and a right angle is 90 degrees.
<m1 + <m2 + 90 = 180 Subtract 90 from both sides.
<m1 + <m2 + 90 - 90 = 180 - 90 Combine
<m1 + <m2 = 90
Let m1 = 9*m2 Substitute.
9m2 + m2 = 90 Combine
10 m2 = 90 Divide by 10
10m2/10 = 90/10
m2 = 9
m1 = 9*m2
m1 = 9 * 9
m1 = 81
The right angle = 90
m1 = 81
m2 = 9
Answer:
2
Step-by-step explanation: