Solving a piecewise defined function for real solutions:
- $x+y=65$
- $\log_{2}{x} + \log_{4}{y} = 3$
So far I've changed $\log_{4}{y}$ in terms of base $2$ and then plugged that into the second equation. However, I've ended up with something like $y = x^{\frac{2}{64}}$ which seems more complicated than helpful to use the first equation.