I'm not sure what this is called, but I'll write the problem below. If anyone can help me, as well as tell me where I can get a review of this topic I'd appreciate it.
$${\left\{{\begin{align}&2x = 13 - 5y\\&6x + 15y - 39 = 0\end{align}}\right.}$$
I'm not sure what this is called, but I'll write the problem below. If anyone can help me, as well as tell me where I can get a review of this topic I'd appreciate it.
$${\left\{{\begin{align}&2x = 13 - 5y\\&6x + 15y - 39 = 0\end{align}}\right.}$$
On
This is a system of linear equations.
But actually, the first equation has the same solutions as the second. We can see this by multiplying both sides by 3 and rearranging the terms. So it is really all about one of the equations. All solutions are on the line:
$$y = \frac{-2}{5} + \frac{13}{5}$$
On
$$(\mathrm S_e):\left\{\begin{align}&2x = 13 - 5y\\&6x + 15y - 39 = 0\end{align}\right.$$ This is a system of equations, more specifically, this is a system of linear equations of two variables $x$ and $y$. Linear since they describe lines, we will discuss this in some seconds. So with those systems, our main goal is to find a pair of numbers $(x,y)$ that satisfy both equations. You can think of the first equation in the system as representing a line in a Cartesian coordinate system, and the other representing another line in that same coordinate system. Now, if those two lines intersect at a point $\mathcal P=(\alpha,\beta)$ then that means that the pair $(\alpha,\beta)$ satisfy the two equations describing those lines which means that they solve the system of equations $(\Pi)$. If however, those two lines are parallel, then this means that $(\Pi)$ have no solutions since they don't share a point in common. If those two lines are really just the same, then this means that $(\Pi)$ have an infinite number of solutions which can be determined by solving one of the equations in $(\Pi)$.
$\,\,\,$
We can solve those systems using multiple ways, like Gaussian substitution, or by writing $x$ in terms of $y$ and replacing it in the other equation. We can even solve it using matrix! But for this particular example, we wont use any of them. Why? Since it is easy to see that: $$\left\{\begin{matrix}2x = 13 - 5y\\6x + 15y - 39 = 0\end{matrix}\right.\overset{\times3}\implies \left\{\begin{matrix}6x = 39 - 15y\\6x + 15y - 39 = 0\end{matrix}\right.\implies\left\{\begin{matrix}6x + 15y - 39 = 0\\6x + 15y - 39 = 0\end{matrix}\right.$$ So we have a system of two equations, which are really the same, so we can reduce that system to only one equation which of course is: $$6x+15y-39=0.$$ To solve this, we either have to write $x$ with respect to $y$ or in the opposite way. Anyway, I'll choose the second. $$6x + 15y - 39 = 0\iff 15y=39-6x\iff y=\frac{3(13-2x)}{15}=\frac{13-2x}5$$ So the set of solutions to $(\mathrm S_e)$ is: $$\text{Set of Solutions to $(\mathrm S_e)$}= \left\{\left(x,\frac{13-2x}5\right)\,\left|\,\right.x\in\mathbb R\right\}$$
To learn more about system of linear equations, systems of inequalities, with two variables, with 3 variables... check Khan|Academy's section on the topic. Have fun!
I hope this helps.
Best wishes, $\mathcal H$akim.
This is a system of equations. You could probably spend a good ten years reading Linear Algebra texts, which would review this and much, much more... :)
But since you presumably don't have ten years, here's one solution:
Multiplying the first equation by three and rearranging, $$6x+15y=39$$ So the two equations are actually the same. The solution set is all the points on the line.