Solve these equations simultaneously: $$\eqalign{ & {8^y} = {4^{2x + 3}} \cr & {\log _2}y = {\log _2}x + 4 \cr} $$
I simplified them first:
$\eqalign{ & {2^{3y}} = {2^{2\left( {2x + 3} \right)}} \cr & {\log _2}y = {\log _2}x + {\log _2}{2^4} \cr} $
I then had:
$\eqalign{ & 3y = 4x + 6 \cr & y = x + 16 \cr} $
Solving:
$\eqalign{ & 3\left( {x + 16} \right) = 4x + 6 \cr & 3x + 48 = 4x + 6 \cr & x = 42 \cr & y = \left( {42} \right) + 16 \cr & y = 58 \cr} $
This is the wrong answer, I would like to understand where I went wrong so I dont make the same mistake again, your help is greatly appreciated, thanks!
$$\log _2y = {\log _2}x + \log_22^4$$ $$\log m+\log n=\log (mn)$$ $$\log _2y = \log _2({x\cdot 2^4})$$ $$y=16x$$ this will be second eqn
so equation is
$3y = 4x + 6\;\;$ and $y=16x$
solving these:
$3\times16x = 4x + 6\implies44x=6\implies x=\dfrac3{22 }\;\;,y=\dfrac{24}{11}$