The system:
. . .2x + ky = 8
. . .4x - y = 11
For what value(s) of k does the system have a unique solution? Find the unique solution.
I found the value of k that the system will have a unique solution:
. . .-2 - 4k /= 0
. . .-4k /= 2
. . .k /= -1/2
This part is correct. However, when i tried to find the solution, I got:
The correct answer in the book was:
. . .x = 8 + 11k/(2+4k)
. . .y = 5 / (1+2k)
Where did the negative signs go?
_______________________
Edited by stapel -- Reason for edit: inserting "code" tags
. . .2x + ky = 8
. . .4x - y = 11
For what value(s) of k does the system have a unique solution? Find the unique solution.
I found the value of k that the system will have a unique solution:
. . .-2 - 4k /= 0
. . .-4k /= 2
. . .k /= -1/2
This part is correct. However, when i tried to find the solution, I got:
Code:
[x
y] = 1/(-2-4k) [-1 -k [ 8
-4 2] 11]
= [-1/(-2-4k) -k/(-2-4k) [8
-4/(-2-4k 2/(-2-4k] 11]
= [-8 - 11k/(-2-4k)
-10/-2-4k)]
=[-8 - 11k/(-2-4k)
-5/-1-2k)]
The correct answer in the book was:
. . .x = 8 + 11k/(2+4k)
. . .y = 5 / (1+2k)
Where did the negative signs go?
_______________________
Edited by stapel -- Reason for edit: inserting "code" tags