#1
Which of the following is an algebraic expression?
(x + 3)(x - 2)
ExplanationExpression involving variables and operations.
#2
Simplify the expression: 3x^2 + 2x^2 - 5x + 7x
5x^2 + 12x
ExplanationCombining like terms and simplifying.
#3
If f(x) = 3x^2 - 2x + 1, what is f(4)?
49
ExplanationSubstituting value into the function.
#4
If g(x) = 2x^3 + 5x^2 - 3x + 2, what is g(-1)?
-2
ExplanationSubstituting value into the polynomial function.
#5
Evaluate the expression: 4x - 2y + 3z for x = 2, y = 3, and z = 5.
18
ExplanationSubstituting values into the expression and evaluating.
#6
What is the result of the matrix multiplication: [[1, 2], [3, 4]] * [[5, 6], [7, 8]]?
[[19, 22], [43, 50]]
ExplanationProduct of matrices following matrix multiplication rules.
#7
What is the value of x in the equation 2x - 5 = 13?
10
ExplanationSolving for variable in a linear equation.
#8
Which of the following is NOT a valid matrix operation?
Matrix division
ExplanationUndefined operation in standard matrix algebra.
#9
What is the result of the matrix addition: [[1, 2], [3, 4]] + [[-1, -2], [-3, -4]]?
[[0, 0], [0, 0]]
ExplanationAdding corresponding elements of matrices.
#10
If A is a 2x2 matrix with determinant 5, what is the determinant of the matrix -2A?
-5
ExplanationScaling affects determinant as a scalar multiplication.
#11
Factorize the quadratic expression: x^2 - 4x + 4
(x - 2)(x - 2)
ExplanationFactoring quadratic expression to its binomial form.
#12
What is the determinant of the matrix [[3, 4], [1, 2]]?
6
ExplanationScalar value derived from a square matrix.
#13
What is the result of the following matrix operation: [[1, 2], [3, 4]]^T?
[[1, 3], [2, 4]]
ExplanationTranspose operation switches rows and columns.
#14
What is the rank of the matrix [[1, 2], [3, 4], [5, 6]]?
2
ExplanationMaximum number of linearly independent rows or columns.
#15
What is the result of the following matrix operation: [[1, 2, 3], [4, 5, 6]]^T?
[[1, 4], [2, 5], [3, 6]]
ExplanationTranspose operation switches rows and columns.
#16
What is the rank of the matrix [[1, 2, 3], [4, 5, 6]]?
2
ExplanationMaximum number of linearly independent rows or columns.