1
$\begingroup$

I am a high school student and need help to solve a linear equation. Could you please give me guidance in solving similar equations like this one, and what I should watch for in this type of assignments?

$x : y : 3 = 2 : 1 : 5$

$3x-y= ?$

  • 0
    The notation is awkward. I can only imagine that you mean $\begin{bmatrix}x\\y\\3\end{bmatrix}=k\begin{bmatrix}2\\1\\5\end{bmatrix}$. Solve for $k$ by looking only at the third entry: $3=5k$. From there, knowing the value of $k$ you can find the values of $x$ and $y$ similarly and then complete the computations necessary.2017-02-01

1 Answers 1

2

$$x : y : 3 = 2 : 1 : 5$$ $$x:2=y:1=3:5$$ $$x=\frac{6}{5},y=\frac{3}{5}$$