What is the specific $x$ value and $y$ value for this set of equation? Since these lines are parallel I am not able to find the $x$ and $y$ values. But does that imply that this equations are solution less? When I try method of elimination it results into $3-8=-5=0$, but how is that possible?
-
1These lines are not parallel. Their slopes are different. – scoopfaze Jul 12 '19 at 18:32
5 Answers
Writing your equations in the form $$4x+2y+1=0$$ $$3x+y+2=0$$ Multiplying the second equation by $-2$ and adding to the first we get $$-2x-3=0$$ Can you proceed?
- 95,283
Since $0\times x$ where $x$ is any number is still zero, you can do the following:
$$4x+2y+1=3\times(4x+2y+1)=3\times0=12x+6y+3$$
You now have two equations that are equal to $0$ which both also have a $12x$ term in them. Try to proceed from here.
- 976
Multiply the first equation on both sides by $-3$ then add it to the second equation. The result is $-2y = -5$, which gives $y =\frac{5}{2}$. Then plug this number into either of the two original equations and solve for $x$.
- 3,199
- 1
- 8
- 31
scale first by 3, cancelling the x's on subtraction. leaves you with $2y-5=0$ or $y=2.5$ .Input that into the second, and you get $12x+18=0$ or $x=-1.5$