I'm struggling trying to simplify $$\frac{16^{x+1}+20\ (4^{2x})}{2^{x-3}8^{x+2}}$$
Here's my attempt:
All of these coefficients can be converted to base $2$ exponentials.
$$\frac{2^{4^{(x+1)}}+20^\ (2^{2^{(2x)}})}{2^{x-3}2^{3^{(x+2)}}}$$
Doing some algebra:
$$\frac{2^{4x+4}+20^\ (2^{4x})}{2^{x-3}2^{3x+6}}$$
The denominator can be simplified.
$$\frac{2^{4x+4}+20^\ (2^{4x})}{2^{4x+3}}$$
Now, here's where I think I've made a mistake, but I'm gonna try to simplify it further by splitting this up into separate fractions.
$$\frac{2^{4x+4}}{2^{4x+3}} + \frac{5 \bullet 2^2 \ 2^{4x}}{2^{4x+3}}$$
$$2\ \frac{2^{4x+3}}{2^{4x+3}} + \frac{5\ \bullet 2^{4x+2}}{2^{4x+3}}$$
$$2 + 5\ \bullet 1/2\ \frac{2^{4x+2}}{2^{4x+2}}$$
$$2 + 5/2$$
$$4/2 + 5/2$$
$$9/2$$
Whelp, I just solved it properly while putting it in as a question. However, I still have two queries:
Symbolab's answer is this:
. Is there logic behind this answer or is outright not simplified as well?Does this algorithm to solving (changing all to the right base and trying to do algebra do them apply to ones even if they aren't connected by whole number bases? Like if I were trying to do one with base $5$ and base $7$ exponentials, could I solve it using logarithm laws just the same?