So I have a College Admission test tomorrow and I am hoping that you could help me understand how to arrive at the solution to this:
1.) Given the following equations: $$3x-y=30\\ 5x-3y=10$$ What are the values of $x$ and $y$?
$\quad$ a. $x=20, \; y=30$
$\quad$ b. $x=30, \; y=20$
$\quad$ c. $x=20, \; y=40$
$\quad$ d. $x=10, \; y=30$
$\quad$ e. $x=30, \; y=30$
When we solved this our teacher said that the correct answer is
$\quad a. x=20, \;y=30$
Could you please explain me why is that the answer please... and please tell me the title of the lesson so that I could study further in this field.. Thank you.
You have what we call a system of two linear equations in two unknowns. A corresponding "lesson" might be called solving simultaneous systems of equations.
$$\begin{align} 3x-y& =30 \tag{1}\\ 5x-3y &=10\tag{2}\end{align}$$
There are a number of ways you can solve for the $x, y$ values that satisfy both equations. One way you can approach this is by substitution: expressing $y$ in equation $(1)$ as a function of $x$, and "plugging" that function into into "$y$" in equation $2$:
$$ 3x - y = 30 \iff \color{blue}{\bf y = 3x - 30}\tag{1}$$
$$\begin{align} 5x - 3\color{blue}{\bf y} & = 10 \tag{2}\\ 5x - 3(\color{blue}{\bf 3x - 30}) & = 10 \\ 5x - 9x + 90 & = 10 \\ -4x & = -80 \\ \bf x & = \bf 20\end{align}$$
Now, go back to $(1)$ and "plug in" $x = 20$ to solve for $y$: $$\begin{align} (1)\quad x = 20,\quad 3x - y = 30 & \implies 3(20) - y =30 \\ &\iff -y = -30\\ & \iff {\bf y = 30}\end{align}$$
Viola!: We have a unique solution to the system given by equations $(1)$ and $(2)$, namely, $x = 20, \;y = 30$, and this corresponds to option $(a)$.
If you explore the link (Khan Academy) posted at the start of this answer, you'll find corresponding videos and practice problems for solving systems of linear equations by substitution (as we did just now) and also by elimination.