How to get $d$ in terms of $A$ and $B$

56 Views Asked by At

I'm trying to get $d$ in terms of $A$ and $B$ having the next equations:

$$0 = A + B*\log _2(d)$$ $$6 = A + B*\log _2(\frac{d}{2})$$

EDIT

How about $A$ in terms of $B$ and $d$? And $B$ in terms of $A$ and $d$?

2

There are 2 best solutions below

2
On

Hint.

$$ \log_2 \left( \frac{d}{2} \right) = \log_2 d - \log_2 2 = \log_2 d - 1 $$

Incidentally, a common abbreviation for $\log_2 x$ is $\lg x$.

1
On

The first equation gives you directly

$$d=2^{-\frac{A}{B}}$$