Test of consistency and solution of linear systems using matrices - Question Bank

1. If a system of linear equations Ax = b is consistent, what is the relationship between rank(A) and rank([A|b])?
A) rank(A) > rank([A|b])
B) rank(A) < rank([A|b])
C) rank(A) = rank([A|b])
D) rank(A) + rank([A|b]) = number of variables
2. The condition for a system of n linear equations in n variables to have a non-trivial solution is:
A) det(A) != 0
B) rank(A) = n
C) det(A) = 0
D) rank(A) < n
3. For a system of n equations in n unknowns, if the rank of the coefficient matrix is n-1 and the rank of the augmented matrix is also n-1, the system has:
A) A unique solution
B) No solution
C) Infinitely many solutions
D) Exactly n-1 solutions
4. If det(A) = 0 and the system Ax = b is inconsistent, then rank(A) must be:
A) Equal to rank([A|b])
B) Less than rank([A|b])
C) Greater than rank([A|b])
D) Equal to the number of variables
5. The system x = 0, y = 0 is an example of a:
A) Consistent system with a unique solution
B) Consistent system with infinitely many solutions
C) Inconsistent system
D) Homogeneous system with only trivial solution
6. If rank(A) = r, rank([A|b]) = r, and r < n (number of variables), the system Ax = b has:
A) A unique solution
B) No solution
C) Infinitely many solutions
D) Exactly r solutions
7. For the system x + y + z = 1, x - y + z = 1, x + y - z = 1. The determinant of the coefficient matrix is:
A) 0
B) 1
C) 2
D) 4
8. If a system of linear equations has infinitely many solutions, it is:
A) Inconsistent
B) Consistent and dependent
C) Consistent and independent
D) Homogeneous
9. A system of linear equations Ax = b is consistent if rank(A) is:
A) Greater than rank([A|b])
B) Less than rank([A|b])
C) Equal to rank([A|b])
D) Zero
10. Consider the system: x + y + z = 1, 2x + 2y + 2z = 2, 3x + 3y + 3z = 3. The rank of the augmented matrix [A|b] is:
A) 1
B) 2
C) 3
D) 0
11. If rank(A) = n (number of variables) and rank([A|b]) = n, the system Ax = b has:
A) No solution
B) Infinitely many solutions
C) A unique solution
D) Dependent solutions
12. Which of the following systems represents a homogeneous system of linear equations?
A) x + y = 3
B) x + y = 0
C) x + y = 1
D) 2x + y = 3
13. The number of non-trivial solutions for a homogeneous system Ax = 0 with n variables and rank(A) = r is:
A) r
B) n - r
C) n
D) 0
14. If a system of linear equations has no solution, it is called:
A) Consistent
B) Homogeneous
C) Inconsistent
D) Dependent
15. For a system of n linear equations in n variables, if det(A) = 0, the system is guaranteed to have:
A) A unique solution
B) No solution
C) Infinitely many solutions
D) At least one solution
16. Consider the system: x + y + z = 6, x + 2y + 3z = 10, 3x + 5y + 7z = 26. If rank(A) = 2 and rank([A|b]) = 3, the system has:
A) A unique solution
B) Infinitely many solutions
C) No solution
D) A trivial solution
17. Cramer's rule can be used to solve a system of linear equations Ax = b if:
A) det(A) = 0
B) The system is homogeneous
C) det(A) != 0
D) The system is inconsistent
18. If rank(A) = r, rank([A|b]) = r, and r < number of variables, the system Ax = b has:
A) A unique solution
B) No solution
C) Infinitely many solutions
D) A trivial solution
19. Which of the following represents the augmented matrix for the system: x + y = 5, 2x - z = 1?
A) [ [1, 1, 0], [2, 0, -1] ]
B) [ [1, 1, 5], [2, 0, -1, 1] ]
C) [ [1, 1, 0, 5], [2, 0, -1, 1] ]
D) [ [1, 0, 1], [2, -1, 0] ]
20. The system x + y + z = 0, 2x + 2y + 2z = 0, 3x + 3y + 3z = 0 has:
A) Only the trivial solution
B) Infinitely many non-trivial solutions
C) No solution
D) A unique non-zero solution
21. If rank(A) = rank([A|b]) = r, and r is the number of variables, the system Ax = b is:
A) Inconsistent
B) Consistent with infinitely many solutions
C) Consistent with a unique solution
D) Trivially solvable
22. For a homogeneous system Ax = 0 where A is an n x n matrix, if rank(A) = n, then the system has:
A) Only the trivial solution
B) Infinitely many non-trivial solutions
C) No solution
D) Exactly n solutions
23. A system of linear equations is inconsistent if and only if:
A) rank(A) = rank([A|b])
B) rank(A) < rank([A|b])
C) rank(A) > rank([A|b])
D) rank(A) = 0
24. Consider the system: x + 2y = 3, 2x + 4y = 5. The rank of the coefficient matrix A is:
A) 0
B) 1
C) 2
D) Undefined
25. If the system Ax = b is consistent and has a unique solution, then rank(A) must be equal to:
A) Number of equations
B) Number of variables
C) Number of equations minus number of variables
D) Zero
26. For a system of m linear equations in n variables, if rank(A) = m and rank([A|b]) = m, and m < n, the system has:
A) A unique solution
B) No solution
C) Infinitely many solutions
D) Exactly m solutions
27. The system x = 1, y = 2, x + y = 3 can be represented in matrix form as:
A) [[1, 0], [0, 1], [1, 1]] [ [x], [y] ] = [ [1], [2], [3] ]
B) [[1, 0], [0, 1]] [ [x], [y] ] = [ [1], [2] ]
C) [[1, 0, 0], [0, 1, 0], [1, 1, 0]] [ [x], [y], [z] ] = [ [1], [2], [3] ]
D) [[1], [1]] [ [x], [y] ] = [ [1], [2] ]
28. If a system Ax = b has infinitely many solutions, then rank(A) is:
A) Equal to the number of variables
B) Less than the number of variables
C) Greater than the number of variables
D) Zero
29. Consider the system: x + y = 2, x + y = 3. This system is:
A) Consistent with a unique solution
B) Consistent with infinitely many solutions
C) Inconsistent
D) Homogeneous
30. For a system of 3 linear equations in 3 variables, if det(A) = 0 and the system is consistent, how many free variables are there?
A) 0
B) 1
C) 2
D) 3
31. Which method is commonly used to determine the rank of a matrix for consistency checks?
A) Cramer's Rule
B) Gaussian Elimination
C) Matrix Inversion
D) Eigenvalue Decomposition
32. If rank(A) = 1, rank([A|b]) = 1, and there are 3 variables, the system Ax = b has:
A) A unique solution
B) No solution
C) Infinitely many solutions
D) Exactly two solutions
33. In the context of linear systems, what does it mean for a system to be homogeneous?
A) All constants on the right-hand side are zero
B) All coefficients are zero
C) The determinant of the coefficient matrix is zero
D) The system has no solution
34. The system of equations x + y + z = 6, x + 2y + 3z = 14, 2x + 3y + 4z = 20 is:
A) Inconsistent
B) Consistent with a unique solution
C) Consistent with infinitely many solutions
D) Homogeneous
35. If rank(A) = rank([A|b]) = r and r = n (number of variables), the system Ax = b has:
A) No solution
B) Infinitely many solutions
C) A unique solution
D) Dependent solutions
36. For the system x - y = 1, 2x - 2y = 2, the rank of the coefficient matrix A is:
A) 0
B) 1
C) 2
D) Undefined
37. If a system of linear equations Ax = b has a unique solution, then rank(A) must be:
A) Less than the number of variables
B) Equal to the number of variables
C) Greater than the number of variables
D) Zero
38. Which condition guarantees a unique solution for a system of n linear equations in n variables Ax = b?
A) det(A) = 0
B) rank(A) < n
C) det(A) != 0
D) rank([A|b]) < n
39. For a system of n linear equations in n variables, represented by Ax = b, if det(A) = 0 and the system is consistent, then it has:
A) A unique solution
B) No solution
C) Infinitely many solutions
D) Exactly n solutions
40. Consider the system: x + y + z = 1, x + 2y + 3z = 4, 3x + 5y + 7z = 10. If rank(A) = 2 and rank([A|b]) = 3, the system has:
A) A unique solution
B) Infinitely many solutions
C) No solution
D) A trivial solution
41. The number of free variables in a consistent system of n linear equations in m variables, where rank(A) = r, is given by:
A) n - r
B) m - r
C) r
D) n - m
42. If det(A) is non-zero for a homogeneous system Ax = 0, then the system has:
A) A unique non-trivial solution
B) Infinitely many non-trivial solutions
C) Only the trivial solution (x=0, y=0, ...)
D) No solution
43. For the system of equations: x + y = 3, 2x + 2y = 6. The determinant of the coefficient matrix is:
A) 1
B) 2
C) 0
D) 3
44. A system of linear equations is said to be consistent if it has:
A) Exactly one solution
B) More than one solution
C) At least one solution
D) No solution
45. Which matrix represents the augmented matrix for the system of equations 2x - y + 3z = 9, x + y - z = 2, 3x - y + 2z = 7?
A) [ [2, -1, 3], [1, 1, -1], [3, -1, 2] ]
B) [ [2, -1, 3, 9], [1, 1, -1, 2], [3, -1, 2, 7] ]
C) [ [2, 1, 3], [-1, 1, -1], [3, -1, 2] ]
D) [ [9, 2, 7], [2, -1, 3], [1, 1, -1] ]
46. If rank(A) = rank([A|b]) = r, and r < n (where n is the number of variables), then the system Ax = b has:
A) A unique solution
B) No solution
C) Infinitely many solutions
D) A dependent solution
47. For a homogeneous system of linear equations Ax = 0, where A is a square matrix, a non-trivial solution exists if and only if:
A) det(A) > 0
B) det(A) < 0
C) det(A) = 0
D) det(A) is undefined
48. If the rank of matrix A is r, and the rank of the augmented matrix [A|b] is r+1, then the system of linear equations Ax = b has:
A) A unique solution
B) Infinitely many solutions
C) No solution
D) Dependent solutions
49. Consider the system of linear equations: x + 2y = 5 and 2x + 4y = 10. The system has:
A) No solution
B) A unique solution
C) Infinitely many solutions
D) Exactly two solutions
50. For a system of linear equations Ax = b, if the rank of the coefficient matrix A is equal to the rank of the augmented matrix [A|b] and this rank is equal to the number of variables, then the system has:
A) No solution
B) A unique solution
C) Infinitely many solutions
D) Exactly two solutions