I'm having trouble with this problem because I don't know how to interpret the question. I'm given three numbers:
$-27_{10}$, $-128_{10}$, and $150_{10}$.
How do I interpret these numbers? What does the subscript of 10 mean, and how does it make these values decimals?
Thank you.
The subscript is used to inform you that these are numbers in "base 10". $-27_{10}$ is $-27$ as we are accustomed: $-2\cdot 10 + -7\cdot 1$. Subscripts allow you to make clear the base in which the number is represented.
E.g., If we saw only $1001$ and the context in which it appears doesn't make it apparent what the base is taken to be, we wouldn't know if that was $$1001_{10} = 10^3 + 1\times 10^0$$ or $$1001_2 = 1\times 2^3 + 0\times 2^2 + 0\times 2^1 + 1 \times 2^0 =1\times 8 + 0 \times 4 + 0 \times 2 + 1 \times 1 = 9_{10}$$ or $$1001_{16} = 1\times 16^3 + 1 \times 16^0 = 49_{10}$$
For some resources to help with understanding how to convert to and from base $10$ to bases $2$ and $16$, you might want to view this youtube video tutorial (Khan Academy), and this Practical Guide to Decimal, Binary and Hexidecimal Change in Bases.