If you have three expressions involving three unknowns, and they are all equal, does that mean that the expression can take any value

algebra-precalculussystems of equations

I was looking at this problem https://artofproblemsolving.com/wiki/index.php/2012_AIME_I_Problems/Problem_9

Let $x,$ $y,$ and $z$ be positive real numbers that satisfy $2\log_{x}(2y) = 2\log_{2x}(4z) = \log_{2x^4}(8yz) \ne 0.$The value of $xy^5z$ can be expressed in the form $\frac{1}{2^{p/q}},$ where $p$ and $q$ are relatively prime positive integers. Find $p+q.$

The solution begins like this:

Since there are only two dependent equations given and three unknowns, the three expressions given can equate to any common value (that isn't $0$, of course), so to simplify the problem let us assume without loss of generality that$2\log_{x}(2y) = 2\log_{2x}(4z) = \log_{2x^4}(8yz) = 2.$

I am wondering why we can assume that the expression would be equal to a certain value because the (two) equations do not imply that $2\log_{x}(2y) = 2\log_{2x}(4z) = \log_{2x^4}(8yz) = 2$, although the equations themselves are satisfied when the expression equals $2$.

Why is this a sufficient answer (i.e. could there be a different value of $xy^5z$ and/or $p+q$ if the expressions don't evaluate to $2$?) Also, does this work in the general case i.e. given three expressions from variables $x, y, z$ which are equal to each other, they can equal any value, so can we just assume they are equal to a particular constant to solve for an expression involving $x, y, z$?

Best Answer

This is NOT a full solution. Since contestants are asked to calculate the value of $p+q$ (without proof), they only need to obtain a numerical answer. I like to call this method "obtain answer by special case", where you can "tweak" the question to make it easier to calculate, as long as it still fits the constraints. If the question does indeed have a fixed solution, we will obtain the correct answer from our special case.

Since time is of the essence in competitions, this is used whenever possible (e.g. turning quadrilaterals into squares, letting constants be zero, etc.) I'd imagine the full solution to be quite a bit more complicated.

Related Question