Font size
WorksheetsMatrix Definitions and Basic Operations
Total questions: 90
Worksheet time: 45mins
Which statement best defines the main diagonal of a square matrix?
All elements not in the first or last row
Elements from bottom left to top right
Any elements forming a straight vertical line
Elements from top left to bottom right
Which matrix qualifies as an identity matrix?
Diagonal with ones on the main diagonal
Any square matrix with no zeros
Diagonal with nonzero entries off the diagonal
Upper triangular with ones everywhere
What distinguishes a zero matrix?
Zeros only in the last column
Zeros only on the main diagonal
All entries equal to zero
Zeros only in the first row
Given N = [[1,2],[3,4]] , what is N^T?
[[4,3],[2,1]]
[[1,3],[2,4]]
[[2,1],[4,3]]
[[1,2],[3,4]]
If A is a matrix and k is a scalar, which operation description is correct?
Division subtracts k from each entry
Multiplication adds k to each row sum
Addition adds k to each entry
Addition multiplies k with each entry
Which condition is required for matrices to be conformable for multiplication?
Same main diagonal values
Same number of rows and columns
Both are diagonal matrices
Columns of first equal rows of second
Which statement best describes the non-commutativity of matrix multiplication?
AB equals BA for conformable matrices
AB equals BA when dimensions match
AB equals BA for row and column vectors
AB may not equal BA in general
AB equals BA for square matrices
For matrix addition to be defined, which condition must hold?
Same number of rows only
Equal row sums for both matrices
Same number of columns only
Same dimensions for both matrices
Equal column sums for both matrices
Given a 1×2 row vector [m11 m12] and a 2×1 column vector [n11 n21]T , what is the product result type?
A 3×1 vector with combined terms
A 2×2 matrix with four entries
A 1×1 scalar equal to m11n11+m12n21
A 1×2 vector with summed entries
A 2×1 vector with multiplied entries
Two matrices M (a×b) and N (c×d) are conformable for multiplication when which relation holds?
a equals c for valid product
b equals c for valid product
a equals b for valid product
b equals d for valid product
a equals d for valid product
Which operation is an elementary row operation represented by multiplying by a transformation matrix with a non-zero scalar on a row?
Row scaling by a non-zero scalar
Row addition of one row to another
Column addition in the identity
Column scaling by a zero scalar
Row switching between any two rows
When computing the product of a 3×2 matrix and a 2×3 matrix by the vector method, how is the entry in row i, column j obtained?
Sum of all entries in rows i and j
Multiply column i of the first by row j of the second
Add row i of the first to column j of the second
Dot product of row i with column j
Cross product of row i and column j
For a 2×2 matrix M = [ [m11 m12], [m21 m22] ], what is det(M)?
m11 + m22 − m12 − m21
m11 m22 − m12 m21
m11 m12 − m21 m22
m11 m22 + m12 m21
Which statement correctly describes the inverse of a matrix M?
It exists for any square matrix
It always equals the identity matrix
It exists only when det(M) ≠ 0
It is found by transposing M
Given a 3×3 matrix with elements a,b,c in the first row; d,e,f in the second; g,h,i in the third, which is a valid expression for det(M)?
(ae − bf) − (cd − gi)
aei + bfg + cdh − afh − bdi − ceg
aei − bfg − cdh + afh + bdi + ceg
ae + bf + cd − af − bd − ce
When using an augmented matrix to solve a system that has a unique solution, what reduced row‑echelon result must appear?
A row of all zeros
A column with two pivots
Two identical nonzero rows
A pivot in each column of variables
Which operation can help find the inverse of a 2×2 matrix using an augmented matrix?
Add columns until det(M) becomes zero
Append the identity matrix and row‑reduce
Swap the identity and zero matrices
Multiply rows to match column sums
A translation by h units horizontally and v units vertically on a planar figure is represented how with matrices?
Left‑multiply by the reflection matrix
Right‑multiply by a rotation matrix
Add the translation matrix to the coordinate matrix
Multiply by a diagonal scaling matrix
Which 2×2 matrix rotates a vector by 90 degrees counterclockwise about the origin?
[−1 0; 0 1]
[0 −1; 1 0]
[0 1; −1 0]
[1 0; 0 −1]
Reflecting a point across the x-axis can be performed by which matrix multiplication on column vectors [x; y]?
[−1 0; 0 1]
[1 0; 0 −1]
[1 0; 0 1]
[0 1; 1 0]
What matrix reflects a point across the line y = x?
[−1 0; 0 1]
[0 −1; −1 0]
[1 0; 0 −1]
[0 1; 1 0]
A dilation by scale factor k about the origin on coordinates [x; y] is accomplished by which matrix?
[k 0; 0 k]
[0 k; k 0]
[k 0; 0 1/k]
[k k; 0 0]
Given A X = D with A invertible, which operation yields X?
Add A−1 to D entrywise
Multiply D by A on the right
Multiply D by A−1 on the left
Transpose A and D then subtract
In augmented-matrix solving, which outcome indicates non-unique solutions?
A row of zeros in coefficient block
A pivot in every column
An identity matrix appears
Determinant of A is nonzero
Which expression correctly writes 0.00002304 in scientific notation?
2.304×10−6
2.304×106
2.304×10−5
2.304×105
A measurement is reported as 5.0 cm ± 0.2 cm. What does ± 0.2 cm represent?
maximum possible error
approximate error only
accuracy of the mean
instrument precision only
Which statement best distinguishes precision from accuracy in measurements?
precision is closeness to true value
accuracy is repeatability of results
precision is repeatability, accuracy is correctness
accuracy is exact decimal places used
Which metric prefix correctly matches the scale factor listed?
kilo means one million
mega means one thousand
centi means one hundredth
micro means one billion
For the parabola defined by (x−h)2=4c(y−k) , which statement is true?
directrix is y = k + c
focus is (h, k − c)
vertex is at (h, k)
opens up if c is negative
Which statement best defines a conversion factor in unit conversion?
A fraction equaling 1 formed from equivalent units
A ratio greater than 1 that enlarges values
A decimal that approximates unknown measures
A multiplier that changes both value and meaning
Convert 512 square inches to square meters using appropriate chained conversion factors. Which result is closest?
0.00303 m^2
0.00330 m^2
0.330 m^2
0.0330 m^2
Which pair lists equivalent units for fluid capacity across systems?
1 tablespoon ≈ 59.573 milliliters
1 pint ≈ 3.785 liters
1 gallon ≈ 0.237 liter
1 cup ≈ 0.237 liter
Which distance conversion is correct based on the reference data?
1 foot ≈ 2.54 centimeters
1 yard ≈ 0.305 meters
1 square mile ≈ 640 square kilometers
1 mile ≈ 1.609 kilometers
Which warning about ounces is supported by the data?
Fluid ounces and ounces are interchangeable units
One pound equals one pint for water only
One pint always equals one pound for any substance
Fluid ounces and ounces measure different quantities
Which statement about tons is accurate in the listed systems?
1 US ton equals 2000 pounds
1 metric ton equals 200 pounds
US short ton equals 1000 kilograms
US ton and metric tonne are identical
Which statement best defines a ray in geometry?
A fixed location in space with no dimension
A set of points extending in two directions infinitely
A portion of a line with two distinct endpoints
A portion of a line starting at a point extending one direction
Two lines in the same plane that never meet and have no points in common are called what?
Concurrent lines in one plane
Transversal lines crossing pairs
Parallel lines in one plane
Skew lines not coplanar
Which description characterizes concurrent lines?
Lines that never meet or intersect
Multiple lines intersecting at a single point
Two lines sharing exactly one point
Lines intersecting at right angles
A perpendicular bisector of a segment has which property?
Passes through one endpoint only
Intersects the segment at any oblique angle
Divides the segment into unequal parts
Is equidistant from the segment’s endpoints
Which statement about a plane is correct?
A one-dimensional set extending infinitely in one direction
A two-dimensional flat surface defined by three non-collinear points
A finite flat surface containing limited points and segments
A three-dimensional surface defined by two points
What is the projection of a point onto a line?
The point where a perpendicular from the given point meets the line
The midpoint determined by bisecting the line
The intersection with any oblique drawn from the point
The closest point found by a parallel segment
Which statement correctly defines a complementary pair of angles?
Two angles whose sum is exactly 90 degrees
Two angles whose sum is exactly 180 degrees
Two angles that are always adjacent and share a side
Two angles formed by parallel lines and a transversal
In a diagram of two parallel lines cut by a transversal, which pair is always congruent?
Adjacent interior angles on the same side
Supplementary exterior angles on one line
Angles sharing a vertex but no side
Alternate interior angles on opposite sides
Two lines intersect forming angles at a single point. Which pair must be equal by definition?
Adjacent angles sharing a side
Vertical angles at the intersection
Corresponding angles on one line
Exterior angles outside both lines
A polygon has n sides. What is the sum of its interior angles?
(n − 1) times 180 degrees
(n + 2) times 90 degrees
(n − 2) times 180 degrees
n times 90 degrees
Given two parallel lines cut by a transversal, which pattern lists the corresponding angles in the standard eight-angle diagram?
1 and 5, 2 and 6, 3 and 7, 4 and 8
1 and 3, 2 and 4, 5 and 7, 6 and 8
1 and 4, 2 and 3, 5 and 8, 6 and 7
1 and 2, 3 and 4, 5 and 6, 7 and 8
Which description correctly identifies a reflex angle?
An angle equal to exactly 90 degrees
An angle greater than 180 but less than 360 degrees
An angle equal to exactly 180 degrees
An angle less than 90 degrees
Which statement correctly defines the apothem of a regular polygon?
Segment from center to a vertex
Segment from center perpendicular to a side
Segment joining two non-adjacent vertices
Segment along the polygon’s perimeter
A polygon has n sides. Which formula gives the number of diagonals?
(n+3)/2
(n−2)×180°
n(n−1)/2
n(n−3)/2
In the diagram, quadrilateral ABCD is concave because AC lies outside the polygon. What property distinguishes concave from convex polygons?
All sides are equal length
At least one diagonal lies outside the polygon
All diagonals lie inside the polygon
At least one exterior angle is obtuse
Which statement about congruent and similar figures is true?
Similar figures must have equal side lengths
Congruent figures have same shape but not size
All similar figures are congruent
Congruent figures are also similar
Which description correctly identifies an altitude and the orthocenter of a triangle?
Altitude is angle bisector; orthocenter is incenter
Altitude is perpendicular from vertex to opposite side; orthocenter is concurrency point
Altitude is median; orthocenter is circumcenter
Altitude is side length; orthocenter is centroid
Which formula can be used to find the area of any triangle given side lengths a, b, c?
A=1/2 ap
A=1/2 ab sin C
A=s(s−a)(s−b)(s−c)
A=1/2 bh
Which statement correctly describes the centroid of a triangle?
Intersection of perpendicular bisectors, outside
Intersection of angle bisectors, on a side
Intersection of medians, always inside
Intersection of altitudes, outside in obtuse
Given triangle ABC with side lengths AB=4, BC=7, CA=10, does a triangle exist?
No, because 4+10=7 violates inequality
No, because 4+7<10 violates inequality
Yes, 7+10>4 but 4+7=10
Yes, 4+7>10 and 4+10>7
Which set of conditions guarantees triangle congruence?
Two angles and any side (AAS)
One side and one angle (SA)
Three angles only (AAA)
Two sides only (SS)
In a right triangle, which congruence criterion is unique to right triangles?
SSS criterion
ASA criterion
HL criterion
SAS criterion
Which classification fits a triangle with two equal sides and one angle greater than 90°?
Scalene right triangle
Equilateral acute triangle
Isosceles right triangle
Isosceles obtuse triangle
A rotation maps point P to P′ about center O by 60°. Which statement is true?
OP equals OP′ and ∠POP′=60°
OP differs from OP′ and ∠POP′=90°
OP differs from OP′ and ∠POP′=60°
OP equals OP′ and ∠POP′=90°
Which statement correctly defines a translation of a figure in the plane?
Stretches a figure by a constant scale factor
Turns a figure about a fixed center point
Slides a figure without changing size or shape
Flips a figure across a perpendicular bisector
In a right triangle with acute angle A, which ratio equals sin A?
Hypotenuse divided by opposite side
Adjacent side divided by hypotenuse
Opposite side divided by adjacent side
Opposite side divided by hypotenuse
A reflection of a figure over a line produces which type of image?
Congruent image equidistant across the line
Dilated image with changed orientation
Similar image scaled by a factor k
Rotated image about the midpoint
Given triangle ABC with sides a opposite A, b opposite B, and c opposite C, which equation is the Law of Sines?
tan A equals opposite over adjacent
cos A equals adjacent over hypotenuse
a squared equals b squared plus c squared minus 2bc cos A
sin A over a equals sin B over b equals sin C over c
Which property distinguishes a kite among quadrilaterals?
Four right angles at all vertices
Opposite sides always congruent pairs
Exactly one pair of parallel sides
Two pairs of adjacent congruent sides
In any triangle, the Law of Cosines for side c is correctly written as which expression?
c equals a squared plus b squared minus 2ab cos C
c equals a plus b minus 2ab cos C
c squared equals a squared plus b squared plus 2ab cos C
c squared equals a squared plus b squared minus 2ab cos C
Which statement correctly describes an isosceles trapezoid?
It has all sides equal and diagonals perpendicular
It has four right angles and two symmetry lines
It has congruent diagonals and opposite angles equal
It has equal base angles and one symmetry line
A trapezoid has bases b1 and b2 and height h. Which formula gives its area?
A = (b1 + b2)/h
A = h(b1 − b2)
A = b1 b2 h
A = 1/2 h(b1 + b2)
Which property holds for all parallelograms?
Opposite sides are parallel and equal
All angles are right angles
Diagonals are perpendicular and equal
All sides are equal and angles congruent
A rectangle has length l and width w. Which expression is a correct perimeter formula?
P = 2l + 2w
P = l + w
P = 2lw
P=l2+w2
Which statement about rhombi is true?
Diagonals are perpendicular; all sides congruent
Opposite sides are parallel; diagonals congruent
All angles are right; diagonals equal
Bases and height define area; diagonals equal
For a square with side length s, which pair of formulas is correct?
Area A = 2s ; Perimeter P = 2s2
Area A = 4s ; Perimeter P = s2
Area A = s^2; Perimeter P = 4s
Area A = s; Perimeter P = 2(2s)
Which statement best defines the diameter of a circle?
A tangent line touching the circle at one point
A chord with one endpoint at the center
A segment passing through center with endpoints on circle
A ray from center extending beyond the circle
Two circles share the same center but have different radii. What term describes them?
Congruent circles
Concentric circles
Circumscribed circles
Inscribed circles
In the quadrilateral hierarchy, which figure is necessarily both a rectangle and a rhombus?
Parallelogram
Kite
Isosceles trapezoid
Square
A regular pentagon has each vertex on a circle. Which description fits this configuration?
Circle circumscribed about the pentagon
Pentagon inscribed in the circle
Circle inscribed in the pentagon
Pentagon circumscribed about the circle
A circle has radius r. Which formula correctly gives its circumference?
C = πr²
C = 2rπ²
C = 2πr
C = πr
Find the arc length s of a circle with radius 12 and central angle 75°.
s = 12·75°
s = 2π·12·75°
s = πrθ/180° = (π·12·75)/180
s = π·12²·75°
Which statement distinguishes a minor arc from a major arc?
Minor arc endpoints are diameter endpoints
Minor arc measures more than 180°
Minor arc equals half of circle
Minor arc measures less than 180°
Which formula gives the area A of a sector with radius r and central angle θ in degrees?
A = 2πrθ
A = θr²/360
A = θr/2
A = πrθ/180°
In a circle, two secants intersect at the circle at points E and B as shown. Which expression gives m∠AEB for the case where the secants intersect inside the circle?
twice the measure of intercepted arc CD
twice the measure of intercepted arc AB
one half the difference of arcs AB and CD
one half the sum of intercepted arcs AB and CD
Angle ABC is inscribed in a circle with intercepted arc AC. Which relationship is always true?
m∠ABC equals one third m⌢AC
m∠ABC equals m⌢AC
m∠ABC equals one half m⌢AC
m∠ABC equals twice m⌢AC
Any angle inscribed in a semicircle is which type of angle?
an obtuse angle greater than 90 degrees
a right angle measuring 90 degrees
an acute angle less than 90 degrees
a straight angle measuring 180 degrees
A line EB is a secant to circle A, and line CD is tangent at point B. Which statement about point B is correct?
B is where the tangent intersects twice
B is the point of tangency for line CD
B is the midpoint of secant EB
B is the center of the circle
Which formula correctly gives the surface area of a sphere in terms of its radius r?
SA equals 4πr squared
SA equals 2πr squared
SA equals πr to the fourth
SA equals 4πr cubed
A rectangular prism has length l, width w, and height h. Which formula is equivalent to its total surface area?
SA equals lw plus lh plus wh
SA equals Bh
SA equals 2lw plus 2lh plus 2wh
SA equals 2B plus Ph
A right circular cylinder has radius r and height h. Which formula correctly gives its total surface area?
SA = πr² + πrh
SA = 2πr² + 2πrh
SA = πr² + 2πrh
SA = 2πr² + πrh
For a right pyramid with base area B, base perimeter P, and slant height h_s, which expression gives its total surface area?
SA = B + 1/2 P h_s
SA = B + P h_s
SA = 2B + 1/2 P h_s
SA = 1/2 B + P h_s
A pyramid with base area B and height h has volume given by which formula?
V = 1/3 Bh
V = Bh
V = 1/2 Bh
V = 2/3 Bh
A right circular cone has radius r and height h. Which formula correctly gives its volume?
V = πr²h
V = 1/3 πr²h
V = 1/2 πr²h
V = 2/3 πr²h
Which statement best matches how conic sections relate to a cone?
Ellipse: angle less than slant
Parabola: section parallel to slant
Circle: horizontal cross section
Hyperbola: angle greater than slant
