InterviewSolution
Saved Bookmarks
| 1. |
5. If |(x , x) (1 , x)| =|((3 , 4)(1 , 2)| , write the positive value of x. |
|
Answer» We have ∵ |(x , x)(1,x)| = |(3,4),(1,2)| => x2 - x = 6 - 4 => x2 - x -2 = 0 => x2 - 2x + x -2 = 0 => x(x -2) +1(x - 2) = 0 |
|