Respuesta :
I will show you A and B, and give you a hint how to do C, since brainly doesn't provide C option.
A.
The elimination method is how I would solve this system
[tex]
\begin{cases}
2x+5y=25 \\
3x-2y=9
\end{cases}
[/tex]
We start by multiplying the first equation by 3 and second by -2 to obtain
[tex]
\begin{cases}
6x+15y=75 \\
-6x+4y=-18
\end{cases}
[/tex]
Now add the two equations and thus eliminate the x-terms to obtain
[tex]19y=57\Longrightarrow y=\dfrac{57}{19}=3[/tex]
Then we insert the y into either of the original equations and solve for x
[tex]
2x+5\cdot3=25 \\
2x=25-15 \\
2x=10 \\
x=5
[/tex]
And we have the solution at [tex]P(5,3)[/tex].
B.
We pick one equation and express x
[tex]
2x+5y=25 \\
2x=25-5y \\
x=\dfrac{25-5y}{2}
[/tex]
Then we replace the x in other equation with expression we just calculated and solve for y
[tex]
3\cdot\dfrac{25-5y}{2}-2y=9 \\
\dfrac{75-15y}{2}-2y=9 \\
\dfrac{75-15y-4y}{2}=9 \\
75-19y=18 \\
-19y=-57 \\
y=3
[/tex]
Now we put y in either of the original equations to get x
[tex]
2x+5\cdot3=25 \\
2x=25-15 \\
2x=10 \\
x=5 \\
[/tex]
And again we get the solution [tex]P(5,3)[/tex].
C.
To find solution graphically, you need to put both lines in general form [tex]f(x)=mx+n[/tex] where [tex]f(x)=y[/tex]
[tex]
\begin{cases}
2x+5y=25\Longrightarrow y=\frac{25-2x}{5}=-\frac{2}{5}x+5 \\
3x-2y=9\Longrightarrow y=-\frac{9-3x}{2}=-\frac{3}{2}x-\frac{9}{2}
\end{cases}
[/tex]
Then plot the lines on the graph. The solution will be point [tex]P(5,3)[/tex] where lines intersect, because we can represent lines as sets of points ordered pairs. Consider our two lines represented as two functions g and f where
[tex]
f(x)=-\frac{2}{5}x+5 \\
g(x)=-\frac{3}{2}x-\frac{9}{2}
[/tex]
Graphs (sets) of these two functions are defined as (assuming [tex]f,g:D_f,D_g\to T_f,T_g=\mathbb{R}\to\mathbb{R}[/tex] since not specified):
[tex]
\displaystyle
G_f=\{(x,f(x)):x\in D_f\wedge f(x)\in T_f\} \\
G_g=\{(x,g(x)):x\in D_g\wedge g(x)\in T_g\}
[/tex]
Where D is definition zone (set of all x defined for function f or g) and T transformation zone (set of all f(x) or g(x)). Note that in our case [tex]D_f,T_f=D_g,T_g[/tex] because [tex]D_f,T_f,D_g,T_g=\mathbb{R}[/tex]
The solution is is intersection of these two sets
[tex]G_f\cap G_g=(5,3)[/tex]
Hope this helps.