M HYPE SPLASH
// general

System of Equations With Exponents

By Emily Wilson
$\begingroup$

What are the steps to solving a system of equations when $x$ and $y$ are exponents? Here is the problem to solve for $x$ and $y$.

$$8^{3x}=4^{2y}$$

$$x-y=5$$

$\endgroup$

1 Answer

$\begingroup$

Take the logarithm on both sides of the first equation to obtain $3x\ln 8=2y\ln 4$.

In this case, since both $8$ and $4$ are powers of $2$, an easier method is to write the first equation as $2^{9x}=2^{4y}$ so that $9x=4y$.

Using either way, one ends up with a pair of simultaneous linear equations to solve.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy