Is there an efficient way to convert from a high exponent of base $10$, to base $2$? Both in exponent notation. Here's an example:
If I have a number that's $10^5$ or even $10^{100}$, and I wanted to convert that to base $2$, exponent notation, how could I do that? Normally, I would do:
$10^5 = 100000$, then go back and convert it to base $2$, but can I just an operation to the exponent form of $10^5$, and find the answer?
Thanks!
EDIT: Sorry, I think I can make this clearer, how can I solve:
$2^x = 10^{80}$