Answer:
Well I guess this is a math problem but the middle time would be: 6 hours and 30 minutes.
Step-by-step explanation:
Adding 6 hours to 2 pm makes 8:00 on the dot at night. Adding 30 minutes to 8:00 would be 8:30. There you have your answer.
Answer: 19x
Step-by-step explanation:Because if you add 22 and 2 and minus 3 and add the x you get your answer 19x
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