89.4k views
4 votes
How can you determine the number of solutions of a system by looking at the equationz

2 Answers

13 votes

Answer:

Look at the variables and numbers in the equation, and what it equals

Step-by-step explanation:

Expressions that are the exact same have infinite solutions


5x+3=5x+3

Expressions that are different have 1 solution


6x+7=5x-2

Expressions that are the same with different operands have no solution


5x-3=5x+3

User Levsa
by
3.4k points
9 votes

Step-by-step explanation:

The short of it is that when the equations are in the same form, if one equation is the same as or a multiple of the other, there are infinite solutions. If one equation is the same as or a multiple of the other, except for the constant terms, there are no solutions. Otherwise, there is one solution.

Example:

If one equation is x +2y = 3, then you can consider the other equation:

3x +6y = 9 . . . . 3 times the first equation: infinite solutions

3x +6y = 6 . . . . 3 times the first equation; constants differ: no solutions

3x -6y = 9 . . . . not a multiple of the first equation: one solution

_____

Here's a more formal method.

Put both equations of the linear system of two equations into general form:

ax +by +c = 0

dx +ey +g = 0

Perform the following arithmetic:

p = ae -db . . . . . this is called the system "determinant"

q = bg -ec

r = cd -ga

If p = q = r = 0, the equations describe the same line, so there are infinite solutions.

If p = 0 and either of q ≠ 0 or r ≠ 0, the equations describe parallel lines, so there are no solutions.

If p ≠ 0, there is one solution: (x, y) = (q/p, r/p).

_____

Additional comment

This method can always be used to find the solution to a system that is known to have one solution. It often requires fewer arithmetic operations than other solution methods. It is a variation of what is sometimes called the "cross multiplication method."

User Kakarukeys
by
3.7k points