I am a high school student and when practicing for the SAT I stumbled across this question:
$$ \begin{eqnarray} −0.2x + by &=& 7.2\\ 5.6x − 0.8y &=& 4 \end{eqnarray} $$
Consider the system of equations above. For what value of $b$ will the system have exactly one solution $(x,y)$ with $x=2$? Round the answer to the nearest tenth.
My initial though was that if the x don't cancel each other by elimination then I must find out a way to make y cancel out. So I directly put $b = 0.8$ without really thinking about it.
But when I had a look at the answer sheet they solved it by finding the value of y from the second equation then replacing the value y they got in the first equation to get $b$. By doing so they were able to get $b = 0.8$ just like I did.
So my question is do I really need to follow their time consuming way, or will my way of solving work of all questions of this type?
Since it says "exactly one solution $(x,y)$ with $x=2$" you can first insert $x=2$": $$ \begin{eqnarray} −0.2 \times 2 + by &=& 7.2\\ 5.6 \times 2 − 0.8y &=& 4 \end{eqnarray} $$ The second equation gives $y=(5.6 \times 2 - 4)/0.8 = 9.$ Then the first equation gives $b = (7.2 + 0.2 \times 2)/9 = 0.8444\ldots \approx 0.8$.