Question 24895
Solving an equation by Elimination means you want to eliminate one of the variables and solve the equation for the other;
3x-4y=1
2x+3y=12
Let's elinate the y;so we need to make -4y and 3y exact opposites of each other;
so we wil multiply the first equation by 3;
(3)3x-4y=1
9x-12y=3 eq(3)
And then muliply the second equation by 4;
(4)2x+3y=12
8x+12y=48(4)
Now wehave two new equations and we add those together;
9x-12y=3
8x+12y=48
----------
17x  =51
When you add those together the y is eliminated and now solve the equation for x;
17x=51
x=3
Now we have an answer for x, so we plug that into oneof the original equations and solve for y;
3(3)-4y=1
9-4y=1
-4y=1-9
-4y=-8
y={{{(-8)/-4}}}
y=2
Hope you understand
=)