Respuesta :
Answer:
A system of linear equations cannot have 2 solutions.
Step-by-step explanation:
If we were to be given a system of linear equations, we could graph them to see if they had intersection points or not.
Let's look at three circumstances.
System One - No Solution
[tex]\displaystyle{\left \{ {{-4x +10y=6} \atop {2x-5y=3}} \right.}[/tex]
We can solve this system by multiply the second equation by 2.
[tex]2\times(2x-5y=3)\\\\4x - 10y = 6[/tex]
Now, our system becomes:
[tex]\displaystyle\left \{ {{-4x+10y=6} \atop {4x-10y=6}} \right.[/tex]
Now, we can add our equations together.
[tex](-4x + 10y = 6)+(4x - 10y = 6)\\\\0 + 0 = 12\\\\0 \neq 12[/tex]
We get a false statement. When you get a false statement with systems, this means that there is no solution for the equations.
System Two - One Solution
[tex]\displaystyle{\left \{ {{4x+3y=-2} \atop {8x-2y=12}} \right.}[/tex]
We are given two systems that can be solved by elimination.
[tex]-2\times(4x + 3y = -2)\\\\-8x - 6y = 4[/tex]
Our new system is:
[tex]\displaystyle\left \{ {{-8x-6y=4} \atop {8x-2y=12}} \right.[/tex]
Now, we can add the equations together.
[tex]\displaystyle(-8x-6y)+(8x-2y) = 0 -8y\\\\4 + 12 = 16\\\\-\frac{8y}{8} = -\frac{16}{8}\\\\y = -2[/tex]
Now, we substitute this value of y into either equation and solve for x.
[tex]8x-2(-2)=12\\\\8x + 4 = 12\\\\8x = 8\\\\x = 1[/tex]
Therefore, there is one solution at (1, -2).
System Three - Infinitely-Many Solutions
[tex]\displaystyle\left \{ {{y=-2x-4} \atop {y+4=-2x}} \right.[/tex]
This system of equations needs simplified first before any action can be taken. We need to place the second equation in slope-intercept form.
[tex]y+4 =-2x\\\\y = -2x - 4[/tex]
Now, our system becomes:
[tex]\displaystyle\left \{ {{y=-2x-4} \atop {y=-2x-4}} \right.[/tex]
We can already see that there is no way to add or subtract without getting 0 = 0. Therefore, for any value of y or x, this system of equations has a solution. This means that the solution has infinitely-many solutions.
Because there is a way to have no solution, 1 solution, and infinitely-many solutions, it has become apparent that there is no way for a linear system of equations to have 2 solutions.
A quadratic system of equations could have 2 solutions. However, because we are dealing with linear equations, we cannot have 2 solutions.