Answer:
5 feet by 1 foot
took the unit test on edge
Problem A
Usually the number of bits in a byte is 8 or 16 or 32 and recently 64. You don't have to write a formula to restrict it to this number of bits. You are not asked to do so. The general formula is 2^n - 1 for the problem of Millie and her golden keys. Somehow the system can be made to choose the right number of bits. Apple IIe s for example, used 8 bits and there was a location that told the processor that fact.
2^n - 1 <<<<< Answer
Problem B
In this case n = 4
2^n - 1 = 2^4 - 1 = 16 - 1 = 15
Millie can collect 15 keys <<<<<< Answer
8 - 7x^2 + 3 = 4x^2 - 1
8+3-7x^2 = 4x^2-1
11-7x^2 = 4x^2-1
B. Commutative property of addition
We can swap numbers and obtain the same results.
In this case, we swapped 8+3 and added them.
Answer:
The slope is 4
Step-by-step explanation:
First we pick 2 points (x, y):
(0, -2) and (1, 2)
Then, we use the slope (m) formula:
m = (y2 - y1)/(x2 - x1)
Given:
y2 = 2
y1 = -2
x2 = 1
x1 = 0
Work:
m = (y2 - y1)/(x2 - x1)
m = (2 + 2)/(1 - 0)
m = 4/1
m = 4