The answer should be A
please let me know if this is wrong
Answer:
2077.42
Step-by-step explanation:
There are 52 weeks in a year, so there are 26 "biweekly" weeks in a year.
Cory receieves $54013 per year, so he gets 54013 / 26 dollars biweekly.
We can compute that number, getting 2077.42 dollars.
Answer:
x = 15
Step-by-step explanation:
y = family members = 7
x = cost of ticket
7x + 6y = 147
Substitute 7 for y:
7x + 6(7) = 147
7x + 42 = 147
Subtract 42 on both sides:
7x + 42 = 147
- 42 -42
7x = 105
Divide both sides by 7:
7x = 105
x = 15
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