Step-by-step explanation:
25 as binary number is
11001
1×2⁴ + 1×2³ + 0×2² + 0×2¹ + 1×2⁰ = 16 + 8 + 1 = 25
25×2 = 50 = 11001 × 2 = 110010
multiplying a binary number by 2 is the save effect as multiplying a normal decimal number by 10 : all digits move one position to the left, and a 0 is put into the empty right position.
and so, we see
110P = 110010
P = 010
FYI : you normally don't mix binary and decimal numbers. if one of the numbers is binary, then all the others have to be binary too.
so, the problem should have looked like
110P/10 = 11001
110P = 11001×10 = 110010
P = 010
Answer:
R = 9% per year
Step-by-step explanation:
stock in a start-up company
Answer:
E
Step-by-step explanation:
There are both red and green marbles in the jar. The answer cannot be A or D because that would mean that there's 1.14% or 1.04% green marbles. But we know that there's less than that in the and bag. And there are also red marbles. B and F do not work because there can't be a negative amount of marbles in the bag.
Answer:
t = 74 / 9
Step-by-step explanation:
-9(t - 2) = 4(1 - 15)
-9t + 18 = 4 - 60
-9t + 18 = -56
-18 -18
-9t = -74
/-9 /-9
t = 74 / 9
t = 8.22