wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Matrix Definitions and Basic Operations

Total questions: 90

Worksheet time: 45mins

Name
Class
Date
1.

Which statement best defines the main diagonal of a square matrix?

a)

All elements not in the first or last row

b)

Elements from bottom left to top right

c)

Any elements forming a straight vertical line

d)

Elements from top left to bottom right

2.

Which matrix qualifies as an identity matrix?

a)

Diagonal with ones on the main diagonal

b)

Any square matrix with no zeros

c)

Diagonal with nonzero entries off the diagonal

d)

Upper triangular with ones everywhere

3.

What distinguishes a zero matrix?

a)

Zeros only in the last column

b)

Zeros only on the main diagonal

c)

All entries equal to zero

d)

Zeros only in the first row

4.

Given N = [[1,2],[3,4]][[1,2],[3,4]] , what is N^T?

a)

[[4,3],[2,1]]

b)

[[1,3],[2,4]]

c)

[[2,1],[4,3]]

d)

[[1,2],[3,4]]

5.

If A is a matrix and k is a scalar, which operation description is correct?

a)

Division subtracts k from each entry

b)

Multiplication adds k to each row sum

c)

Addition adds k to each entry

d)

Addition multiplies k with each entry

6.

Which condition is required for matrices to be conformable for multiplication?

a)

Same main diagonal values

b)

Same number of rows and columns

c)

Both are diagonal matrices

d)

Columns of first equal rows of second

7.

Which statement best describes the non-commutativity of matrix multiplication?

a)

AB equals BA for conformable matrices

b)

AB equals BA when dimensions match

c)

AB equals BA for row and column vectors

d)

AB may not equal BA in general

e)

AB equals BA for square matrices

8.

For matrix addition to be defined, which condition must hold?

a)

Same number of rows only

b)

Equal row sums for both matrices

c)

Same number of columns only

d)

Same dimensions for both matrices

e)

Equal column sums for both matrices

9.

Given a 1×2 row vector [m11 m12][m_{11} \ m_{12}] and a 2×1 column vector [n11 n21]T[n_{11} \ n_{21}]^T , what is the product result type?

a)

A 3×1 vector with combined terms

b)

A 2×2 matrix with four entries

c)

A 1×1 scalar equal to m11n11+m12n21

d)

A 1×2 vector with summed entries

e)

A 2×1 vector with multiplied entries

10.

Two matrices M (a×b) and N (c×d) are conformable for multiplication when which relation holds?

a)

a equals c for valid product

b)

b equals c for valid product

c)

a equals b for valid product

d)

b equals d for valid product

e)

a equals d for valid product

11.

Which operation is an elementary row operation represented by multiplying by a transformation matrix with a non-zero scalar on a row?

a)

Row scaling by a non-zero scalar

b)

Row addition of one row to another

c)

Column addition in the identity

d)

Column scaling by a zero scalar

e)

Row switching between any two rows

12.

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?

a)

Sum of all entries in rows i and j

b)

Multiply column i of the first by row j of the second

c)

Add row i of the first to column j of the second

d)

Dot product of row i with column j

e)

Cross product of row i and column j

13.

For a 2×2 matrix M = [ [m11 m12], [m21 m22] ], what is det(M)?

a)

m11 + m22 − m12 − m21

b)

m11 m22 − m12 m21

c)

m11 m12 − m21 m22

d)

m11 m22 + m12 m21

14.

Which statement correctly describes the inverse of a matrix M?

a)

It exists for any square matrix

b)

It always equals the identity matrix

c)

It exists only when det(M) ≠ 0

d)

It is found by transposing M

15.

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)?

a)

(ae − bf) − (cd − gi)

b)

aei + bfg + cdh − afh − bdi − ceg

c)

aei − bfg − cdh + afh + bdi + ceg

d)

ae + bf + cd − af − bd − ce

16.

When using an augmented matrix to solve a system that has a unique solution, what reduced row‑echelon result must appear?

a)

A row of all zeros

b)

A column with two pivots

c)

Two identical nonzero rows

d)

A pivot in each column of variables

17.

Which operation can help find the inverse of a 2×2 matrix using an augmented matrix?

a)

Add columns until det(M) becomes zero

b)

Append the identity matrix and row‑reduce

c)

Swap the identity and zero matrices

d)

Multiply rows to match column sums

18.

A translation by h units horizontally and v units vertically on a planar figure is represented how with matrices?

a)

Left‑multiply by the reflection matrix

b)

Right‑multiply by a rotation matrix

c)

Add the translation matrix to the coordinate matrix

d)

Multiply by a diagonal scaling matrix

19.

Which 2×2 matrix rotates a vector by 90 degrees counterclockwise about the origin?

a)

[−1 0; 0 1]

b)

[0 −1; 1 0]

c)

[0 1; −1 0]

d)

[1 0; 0 −1]

20.

Reflecting a point across the x-axis can be performed by which matrix multiplication on column vectors [x; y]?

a)

[−1 0; 0 1]

b)

[1 0; 0 −1]

c)

[1 0; 0 1]

d)

[0 1; 1 0]

21.

What matrix reflects a point across the line y = x?

a)

[−1 0; 0 1]

b)

[0 −1; −1 0]

c)

[1 0; 0 −1]

d)

[0 1; 1 0]

22.

A dilation by scale factor k about the origin on coordinates [x; y] is accomplished by which matrix?

a)

[k 0; 0 k]

b)

[0 k; k 0]

c)

[k 0; 0 1/k]

d)

[k k; 0 0]

23.

Given A X = D with A invertible, which operation yields X?

a)

Add A1A^{-1} to D entrywise

b)

Multiply D by A on the right

c)

Multiply D by A1A^{-1} on the left

d)

Transpose A and D then subtract

24.

In augmented-matrix solving, which outcome indicates non-unique solutions?

a)

A row of zeros in coefficient block

b)

A pivot in every column

c)

An identity matrix appears

d)

Determinant of A is nonzero

25.

Which expression correctly writes 0.00002304 in scientific notation?

a)

2.304×1062.304 \times 10^{-6}

b)

2.304×1062.304 \times 10^6

c)

2.304×1052.304 \times 10^{-5}

d)

2.304×1052.304 \times 10^5

26.

A measurement is reported as 5.0 cm ± 0.2 cm. What does ± 0.2 cm represent?

a)

maximum possible error

b)

approximate error only

c)

accuracy of the mean

d)

instrument precision only

27.

Which statement best distinguishes precision from accuracy in measurements?

a)

precision is closeness to true value

b)

accuracy is repeatability of results

c)

precision is repeatability, accuracy is correctness

d)

accuracy is exact decimal places used

28.

Which metric prefix correctly matches the scale factor listed?

a)

kilo means one million

b)

mega means one thousand

c)

centi means one hundredth

d)

micro means one billion

29.

For the parabola defined by (xh)2=4c(yk)(x - h)^2 = 4c(y - k) , which statement is true?

a)

directrix is y = k + c

b)

focus is (h, k − c)

c)

vertex is at (h, k)

d)

opens up if c is negative

30.

Which statement best defines a conversion factor in unit conversion?

a)

A fraction equaling 1 formed from equivalent units

b)

A ratio greater than 1 that enlarges values

c)

A decimal that approximates unknown measures

d)

A multiplier that changes both value and meaning

31.

Convert 512 square inches to square meters using appropriate chained conversion factors. Which result is closest?

a)

0.00303 m^2

b)

0.00330 m^2

c)

0.330 m^2

d)

0.0330 m^2

32.

Which pair lists equivalent units for fluid capacity across systems?

a)

1 tablespoon ≈ 59.573 milliliters

b)

1 pint ≈ 3.785 liters

c)

1 gallon ≈ 0.237 liter

d)

1 cup ≈ 0.237 liter

33.

Which distance conversion is correct based on the reference data?

a)

1 foot ≈ 2.54 centimeters

b)

1 yard ≈ 0.305 meters

c)

1 square mile ≈ 640 square kilometers

d)

1 mile ≈ 1.609 kilometers

34.

Which warning about ounces is supported by the data?

a)

Fluid ounces and ounces are interchangeable units

b)

One pound equals one pint for water only

c)

One pint always equals one pound for any substance

d)

Fluid ounces and ounces measure different quantities

35.

Which statement about tons is accurate in the listed systems?

a)

1 US ton equals 2000 pounds

b)

1 metric ton equals 200 pounds

c)

US short ton equals 1000 kilograms

d)

US ton and metric tonne are identical

36.

Which statement best defines a ray in geometry?

a)

A fixed location in space with no dimension

b)

A set of points extending in two directions infinitely

c)

A portion of a line with two distinct endpoints

d)

A portion of a line starting at a point extending one direction

37.

Two lines in the same plane that never meet and have no points in common are called what?

a)

Concurrent lines in one plane

b)

Transversal lines crossing pairs

c)

Parallel lines in one plane

d)

Skew lines not coplanar

38.

Which description characterizes concurrent lines?

a)

Lines that never meet or intersect

b)

Multiple lines intersecting at a single point

c)

Two lines sharing exactly one point

d)

Lines intersecting at right angles

39.

A perpendicular bisector of a segment has which property?

a)

Passes through one endpoint only

b)

Intersects the segment at any oblique angle

c)

Divides the segment into unequal parts

d)

Is equidistant from the segment’s endpoints

40.

Which statement about a plane is correct?

a)

A one-dimensional set extending infinitely in one direction

b)

A two-dimensional flat surface defined by three non-collinear points

c)

A finite flat surface containing limited points and segments

d)

A three-dimensional surface defined by two points

41.

What is the projection of a point onto a line?

a)

The point where a perpendicular from the given point meets the line

b)

The midpoint determined by bisecting the line

c)

The intersection with any oblique drawn from the point

d)

The closest point found by a parallel segment

42.

Which statement correctly defines a complementary pair of angles?

a)

Two angles whose sum is exactly 90 degrees

b)

Two angles whose sum is exactly 180 degrees

c)

Two angles that are always adjacent and share a side

d)

Two angles formed by parallel lines and a transversal

43.

In a diagram of two parallel lines cut by a transversal, which pair is always congruent?

a)

Adjacent interior angles on the same side

b)

Supplementary exterior angles on one line

c)

Angles sharing a vertex but no side

d)

Alternate interior angles on opposite sides

44.

Two lines intersect forming angles at a single point. Which pair must be equal by definition?

a)

Adjacent angles sharing a side

b)

Vertical angles at the intersection

c)

Corresponding angles on one line

d)

Exterior angles outside both lines

45.

A polygon has n sides. What is the sum of its interior angles?

a)

(n − 1) times 180 degrees

b)

(n + 2) times 90 degrees

c)

(n − 2) times 180 degrees

d)

n times 90 degrees

46.

Given two parallel lines cut by a transversal, which pattern lists the corresponding angles in the standard eight-angle diagram?

a)

1 and 5, 2 and 6, 3 and 7, 4 and 8

b)

1 and 3, 2 and 4, 5 and 7, 6 and 8

c)

1 and 4, 2 and 3, 5 and 8, 6 and 7

d)

1 and 2, 3 and 4, 5 and 6, 7 and 8

47.

Which description correctly identifies a reflex angle?

a)

An angle equal to exactly 90 degrees

b)

An angle greater than 180 but less than 360 degrees

c)

An angle equal to exactly 180 degrees

d)

An angle less than 90 degrees

48.

Which statement correctly defines the apothem of a regular polygon?

a)

Segment from center to a vertex

b)

Segment from center perpendicular to a side

c)

Segment joining two non-adjacent vertices

d)

Segment along the polygon’s perimeter

49.

A polygon has n sides. Which formula gives the number of diagonals?

a)

(n+3)/2

b)

(n−2)×180°

c)

n(n−1)/2

d)

n(n−3)/2

50.

In the diagram, quadrilateral ABCD is concave because AC lies outside the polygon. What property distinguishes concave from convex polygons?

a)

All sides are equal length

b)

At least one diagonal lies outside the polygon

c)

All diagonals lie inside the polygon

d)

At least one exterior angle is obtuse

51.

Which statement about congruent and similar figures is true?

a)

Similar figures must have equal side lengths

b)

Congruent figures have same shape but not size

c)

All similar figures are congruent

d)

Congruent figures are also similar

52.

Which description correctly identifies an altitude and the orthocenter of a triangle?

a)

Altitude is angle bisector; orthocenter is incenter

b)

Altitude is perpendicular from vertex to opposite side; orthocenter is concurrency point

c)

Altitude is median; orthocenter is circumcenter

d)

Altitude is side length; orthocenter is centroid

53.

Which formula can be used to find the area of any triangle given side lengths a, b, c?

a)

A=1/2 ap

b)

A=1/2 ab sin C

c)

A=s(s−a)(s−b)(s−c)

d)

A=1/2 bh

54.

Which statement correctly describes the centroid of a triangle?

a)

Intersection of perpendicular bisectors, outside

b)

Intersection of angle bisectors, on a side

c)

Intersection of medians, always inside

d)

Intersection of altitudes, outside in obtuse

55.

Given triangle ABC with side lengths AB=4, BC=7, CA=10, does a triangle exist?

a)

No, because 4+10=7 violates inequality

b)

No, because 4+7<10 violates inequality

c)

Yes, 7+10>4 but 4+7=10

d)

Yes, 4+7>10 and 4+10>7

56.

Which set of conditions guarantees triangle congruence?

a)

Two angles and any side (AAS)

b)

One side and one angle (SA)

c)

Three angles only (AAA)

d)

Two sides only (SS)

57.

In a right triangle, which congruence criterion is unique to right triangles?

a)

SSS criterion

b)

ASA criterion

c)

HL criterion

d)

SAS criterion

58.

Which classification fits a triangle with two equal sides and one angle greater than 90°?

a)

Scalene right triangle

b)

Equilateral acute triangle

c)

Isosceles right triangle

d)

Isosceles obtuse triangle

59.

A rotation maps point P to P′ about center O by 60°. Which statement is true?

a)

OP equals OP′ and ∠POP′=60°

b)

OP differs from OP′ and ∠POP′=90°

c)

OP differs from OP′ and ∠POP′=60°

d)

OP equals OP′ and ∠POP′=90°

60.

Which statement correctly defines a translation of a figure in the plane?

a)

Stretches a figure by a constant scale factor

b)

Turns a figure about a fixed center point

c)

Slides a figure without changing size or shape

d)

Flips a figure across a perpendicular bisector

61.

In a right triangle with acute angle A, which ratio equals sin A?

a)

Hypotenuse divided by opposite side

b)

Adjacent side divided by hypotenuse

c)

Opposite side divided by adjacent side

d)

Opposite side divided by hypotenuse

62.

A reflection of a figure over a line produces which type of image?

a)

Congruent image equidistant across the line

b)

Dilated image with changed orientation

c)

Similar image scaled by a factor k

d)

Rotated image about the midpoint

63.

Given triangle ABC with sides a opposite A, b opposite B, and c opposite C, which equation is the Law of Sines?

a)

tan A equals opposite over adjacent

b)

cos A equals adjacent over hypotenuse

c)

a squared equals b squared plus c squared minus 2bc cos A

d)

sin A over a equals sin B over b equals sin C over c

64.

Which property distinguishes a kite among quadrilaterals?

a)

Four right angles at all vertices

b)

Opposite sides always congruent pairs

c)

Exactly one pair of parallel sides

d)

Two pairs of adjacent congruent sides

65.

In any triangle, the Law of Cosines for side c is correctly written as which expression?

a)

c equals a squared plus b squared minus 2ab cos C

b)

c equals a plus b minus 2ab cos C

c)

c squared equals a squared plus b squared plus 2ab cos C

d)

c squared equals a squared plus b squared minus 2ab cos C

66.

Which statement correctly describes an isosceles trapezoid?

a)

It has all sides equal and diagonals perpendicular

b)

It has four right angles and two symmetry lines

c)

It has congruent diagonals and opposite angles equal

d)

It has equal base angles and one symmetry line

67.

A trapezoid has bases b1 and b2 and height h. Which formula gives its area?

a)

A = (b1 + b2)/h

b)

A = h(b1 − b2)

c)

A = b1 b2 h

d)

A = 1/2 h(b1 + b2)

68.

Which property holds for all parallelograms?

a)

Opposite sides are parallel and equal

b)

All angles are right angles

c)

Diagonals are perpendicular and equal

d)

All sides are equal and angles congruent

69.

A rectangle has length l and width w. Which expression is a correct perimeter formula?

a)

P = 2l + 2w

b)

P = l + w

c)

P = 2lw

d)

P=l2+w2P = l^2 + w^2

70.

Which statement about rhombi is true?

a)

Diagonals are perpendicular; all sides congruent

b)

Opposite sides are parallel; diagonals congruent

c)

All angles are right; diagonals equal

d)

Bases and height define area; diagonals equal

71.

For a square with side length s, which pair of formulas is correct?

a)

Area A = 2s2s ; Perimeter P = 2s22s^2

b)

Area A = 4s4s ; Perimeter P = s2s^2

c)

Area A = s^2; Perimeter P = 4s

d)

Area A = s; Perimeter P = 2(2s)

72.

Which statement best defines the diameter of a circle?

a)

A tangent line touching the circle at one point

b)

A chord with one endpoint at the center

c)

A segment passing through center with endpoints on circle

d)

A ray from center extending beyond the circle

73.

Two circles share the same center but have different radii. What term describes them?

a)

Congruent circles

b)

Concentric circles

c)

Circumscribed circles

d)

Inscribed circles

74.

In the quadrilateral hierarchy, which figure is necessarily both a rectangle and a rhombus?

a)

Parallelogram

b)

Kite

c)

Isosceles trapezoid

d)

Square

75.

A regular pentagon has each vertex on a circle. Which description fits this configuration?

a)

Circle circumscribed about the pentagon

b)

Pentagon inscribed in the circle

c)

Circle inscribed in the pentagon

d)

Pentagon circumscribed about the circle

76.

A circle has radius r. Which formula correctly gives its circumference?

a)

C = πr²

b)

C = 2rπ²

c)

C = 2πr

d)

C = πr

77.

Find the arc length s of a circle with radius 12 and central angle 75°.

a)

s = 12·75°

b)

s = 2π·12·75°

c)

s = πrθ/180° = (π·12·75)/180

d)

s = π·12²·75°

78.

Which statement distinguishes a minor arc from a major arc?

a)

Minor arc endpoints are diameter endpoints

b)

Minor arc measures more than 180°

c)

Minor arc equals half of circle

d)

Minor arc measures less than 180°

79.

Which formula gives the area A of a sector with radius r and central angle θ in degrees?

a)

A = 2πrθ

b)

A = θr²/360

c)

A = θr/2

d)

A = πrθ/180°

80.

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?

a)

twice the measure of intercepted arc CD

b)

twice the measure of intercepted arc AB

c)

one half the difference of arcs AB and CD

d)

one half the sum of intercepted arcs AB and CD

81.

Angle ABC is inscribed in a circle with intercepted arc AC. Which relationship is always true?

a)

m∠ABC equals one third m⌢AC

b)

m∠ABC equals m⌢AC

c)

m∠ABC equals one half m⌢AC

d)

m∠ABC equals twice m⌢AC

82.

Any angle inscribed in a semicircle is which type of angle?

a)

an obtuse angle greater than 90 degrees

b)

a right angle measuring 90 degrees

c)

an acute angle less than 90 degrees

d)

a straight angle measuring 180 degrees

83.

A line EB is a secant to circle A, and line CD is tangent at point B. Which statement about point B is correct?

a)

B is where the tangent intersects twice

b)

B is the point of tangency for line CD

c)

B is the midpoint of secant EB

d)

B is the center of the circle

84.

Which formula correctly gives the surface area of a sphere in terms of its radius r?

a)

SA equals 4πr squared

b)

SA equals 2πr squared

c)

SA equals πr to the fourth

d)

SA equals 4πr cubed

85.

A rectangular prism has length l, width w, and height h. Which formula is equivalent to its total surface area?

a)

SA equals lw plus lh plus wh

b)

SA equals Bh

c)

SA equals 2lw plus 2lh plus 2wh

d)

SA equals 2B plus Ph

86.

A right circular cylinder has radius r and height h. Which formula correctly gives its total surface area?

a)

SA = πr² + πrh

b)

SA = 2πr² + 2πrh

c)

SA = πr² + 2πrh

d)

SA = 2πr² + πrh

87.

For a right pyramid with base area B, base perimeter P, and slant height h_s, which expression gives its total surface area?

a)

SA = B + 1/2 P h_s

b)

SA = B + P h_s

c)

SA = 2B + 1/2 P h_s

d)

SA = 1/2 B + P h_s

88.

A pyramid with base area B and height h has volume given by which formula?

a)

V = 1/3 Bh

b)

V = Bh

c)

V = 1/2 Bh

d)

V = 2/3 Bh

89.

A right circular cone has radius r and height h. Which formula correctly gives its volume?

a)

V = πr²h

b)

V = 1/3 πr²h

c)

V = 1/2 πr²h

d)

V = 2/3 πr²h

90.

Which statement best matches how conic sections relate to a cone?

a)

Ellipse: angle less than slant

b)

Parabola: section parallel to slant

c)

Circle: horizontal cross section

d)

Hyperbola: angle greater than slant