We have the functions $$f(x)= \log_2(x+3), \quad\text{ and }\quad g(x)= 1 + \log_{1/2}(x)$$
Find for which values of $q$ the graphs cut of a line segment of $2$ of the line $y=q$. (because of my poor English, here is a picture to illustrate what I mean rougly, don't look at the data, it just shows what I mean by 'cut of a line segment').
So what we basically have to solve:
$$f(p) = g(p+2) = q \vee g(p) = f(p+2) = q $$
When I try to solve this I run into this problem, I'll use $f(p) = g(p+2) = q$ as an example:
$$\log_2((p+3)(p+2)) = 1$$
The following step is made by the correction sheet, which I don't understand:
$$ (p+3)(p+2)=2$$
How did they simplify it like that? Also, does this mean we have to check the final answer of $p$ to insure if they're correct?