Suppose that $\mathbf{p}$, $\mathbf{q}$ and $\mathbf{r}$ are three non-coplanar vectors in $\mathbb{R}^3$. Let the components of a vector $\mathbf{s}$ along $\mathbf{p}$, $\mathbf{q}$ and $\mathbf{r}$ be $4$, $3$ and $5$, respectively. If the components of $\mathbf{s}$ along $-\mathbf{p}+\mathbf{q}+\mathbf{r}$, $\mathbf{p}-\mathbf{q}+\mathbf{r}$ and $-\mathbf{p}-\mathbf{q}+\mathbf{r}$ are $x$, $y$ and $z$ respectively, then the value of $2x+y+z$ is _______.
This is a question from an entrance exam (JEE Advanced 2015). In the official answer key, all candidates were awarded the points for this question which led me to guess that the question is somehow incorrect or has information missing. The only problem I can see is that $\mathbf{p}$, $\mathbf{q}$ and $\mathbf{r}$ are not mentioned to be mutually perpendicular, otherwise we could have written $\mathbf{s}=4\dfrac{\mathbf{p}}{|\mathbf{p}|}+3\dfrac{\mathbf{q}}{|\mathbf{q}|}+5\dfrac{\mathbf{r}}{|\mathbf{r}|}$, but we would still not be able to proceed because $-\mathbf{p}+\mathbf{q}+\mathbf{r}$, $\mathbf{p}-\mathbf{q}+\mathbf{r}$ and $-\mathbf{p}-\mathbf{q}+\mathbf{r}$ aren't guaranteed to be mutually perpendicular.
My question is, I need a mathematical explanation that either:
- The problem is inconsistent.
- The problem has more than one correct answer.
- A crucial piece of information is missing.
Basically, I need to know why this question is faulty.
EDIT 1: I accepted the answer of user @DanielCunha because it was understandable at my level and the answer offered a pretty reasonable alternative to what could have been. However I feel that the bounty should be awarded to user @mweiss because they put more time and effort into answering the problem and making it easier for me to understand, as is evidenced by this post: Reference request: A primer on the difference between "Vectors" in linear algebra vs. "Vectors" in ohysics/vector calculus
For given linearly independent vectors $\mathbf{p}$, $\mathbf{q}$ and $\mathbf{r}$ $\in \mathbb{R}^3$, we have:
$\frac{p_1}{\|\mathbf{p}\|}\,s_1 + \frac{p_2}{\|\mathbf{p}\|}\,s_2 + \frac{p_3}{\|\mathbf{p}\|}\,s_3 = 4$
$\frac{q_1}{\|\mathbf{q}\|}\,s_1 + \frac{q_2}{\|\mathbf{q}\|}\,s_2 + \frac{q_3}{\|\mathbf{q}\|}\,s_3 = 3$
$\frac{r_1}{\|\mathbf{r}\|}\,s_1 + \frac{r_2}{\|\mathbf{r}\|}\,s_2 + \frac{r_3}{\|\mathbf{r}\|}\,s_3 = 5$
This system has a unique solution, so $\mathbf{s}$ is well defined in the problem, it is a known function of the unit vectors in the directions $\mathbf{p}$, $\mathbf{q}$ and $\mathbf{r}$.
However, this does not mean that $2\,x + y + z$ can be obtained as a scalar value, independent of $\mathbf{p}$, $\mathbf{q}$ and $\mathbf{r}$. As it is, if there is a solution, the resolution seems to be cumbersome.
Since they removed the question, I agree that there must be something wrong. One possibility is that the people who proposed this question were considering that everything was defined as projections of the other vectors along $\mathbf{s}$, instead of projections of $\mathbf{s}$ along the other vectors ($\mathbf{p}$, $\mathbf{q}$, $\mathbf{r}$, $-\mathbf{p}+\mathbf{q}+\mathbf{r}$, $\mathbf{p}-\mathbf{q}+\mathbf{r}$ and $-\mathbf{p}-\mathbf{q}+\mathbf{r}$).
In this case, assuming valid vectors for $\mathbf{p}$, $\mathbf{q}$ and $\mathbf{r}$, the resolution is very direct:
$p_1\,s_1 + p_2\,s_2 + p_3\,s_3 = 4\,\|\mathbf{s}\|$
$q_1\,s_1 + q_2\,s_2 + q_3\,s_3 = 3\,\|\mathbf{s}\|$
$r_1\,s_1 + r_2\,s_2 + r_3\,s_3 = 5\,\|\mathbf{s}\|$
Therefore
$x = -4+3+5 = 4$
$y = 4-3+5 = 6$
$z = -4-3+5 = -2$
$2\,x + y + z = 8 + 6 - 2 = 12$
Note that there exist valid solutions for this, e.g.:
$\mathbf{p} = [4\,\sqrt{3},0,0]$
$\mathbf{q} = [0,3\,\sqrt{3},0]$
$\mathbf{r} = [0,0,5\,\sqrt{3}]$
$\mathbf{s} = [1,1,1]$