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.
Answer:
the range of possible values for x are 1.6<x<9.6
Step-by-step explanation:
Answer:
a^2+B^2=c^2
Step-by-step explanation:
Answer:
y = x² + 3x - 40
Step-by-step explanation:
Given the zeros are x = - 8 and x = 5, then the factors are
(x + 8) and (x - 5) and
y = (x + 8)(x - 5) ← expand factors
y = x² - 5x + 8x - 40, hence
y = x² + 3x - 40 ← in standard form