Answer definitely isn't 1. The solution in the back explains it pretty well.
I'm assuming you managed to use the common base method to make the denominator (2^9 + 2^6). Your error seems to be adding the exponents, which you could only do if you were multiplying these two terms. You have to instead remove a common base of 2^6 from that term, making the denominator:
2^6 (2^3 + 1)
Putting the numerator back on that, our question is now:
2^15 / 2^6 * (2^3 + 1)
Which is really the same thing as saying:
(2^15/2^6) * (1/(2^3 + 1))
= 2^9 * (1/9)
= 2^9 / 9