110k views
4 votes
Find the value of k for which the following system of linear equations has infinite solutions:

x+(k+1)y=5
(k+1)x+9y=8k−1

User Shanoah
by
7.7k points

1 Answer

0 votes

Final answer:

The value of k that results in infinite solutions for the given system of linear equations is k = -4. This conclusion is reached by ensuring the coefficients and constants of both equations are proportional.

Step-by-step explanation:

To find the value of k for which the following system of linear equations has infinite solutions:

  • x + (k+1)y = 5
  • (k+1)x + 9y = 8k - 1

We recognize that for a system to have infinite solutions, the two equations must be identical, or one must be a multiple of the other. Therefore, their coefficients must be proportional.

To establish this proportionality, let's compare the coefficients of x, y, and the constant terms. We have:

For x: 1/(k+1)

For y: (k+1)/9

For the constants: 5/(8k - 1)

Since the ratios must be equal, we can set up the equation:

1/(k+1) = (k+1)/9

By cross-multiplying, we get:

9 = (k+1)^2

To find k, we solve the quadratic equation:

(k+1)^2 = 9

k + 1 = ±3

Therefore, k = 2 or k = -4. However, we need to ensure that the constant term also fits the proportion. Substituting k = 2 into 5/(8k - 1) gives us 5/15, which is not equal to 1/3, so k = 2 is not a valid solution. On the other hand, substituting k = -4 into the equation for the constants, we get:

5/(8(-4) - 1) = 5/(-32 - 1) = 5/(-33), which satisfies the proportionality when compared to 1/(k+1) = 1/(-4+1) = 1/(-3).

Thus, the value of k that satisfies the condition for infinite solutions is k = -4.

User Borichellow
by
7.7k points