#1
Which transformation does not preserve the shape and size of an object?
Dilation
ExplanationDilation enlarges or shrinks an object, altering its shape and size.
#2
What is the sum of the interior angles of a triangle?
180 degrees
ExplanationThe sum of interior angles in a triangle is always 180 degrees.
#3
Which property is not preserved under a rotation transformation?
Orientation
ExplanationRotation preserves distances and angles but not the orientation of objects.
#4
What is the result of reflecting the point (3, 4) across the y-axis?
(-3, 4)
ExplanationReflection over the y-axis negates the x-coordinate.
#5
What type of transformation is defined by the function f(x, y) = (x + a, y + b)?
Translation
ExplanationThe function shifts points by the values of 'a' and 'b'.
#6
What is the result of a horizontal translation of 5 units to the right on the point (x, y)?
(x + 5, y)
ExplanationTranslation by a constant amount affects only the x-coordinate.
#7
What transformation is represented by the matrix [[-1, 0], [0, 1]]?
Reflection over the y-axis
ExplanationThe matrix reflects points over the y-axis.
#8
Which of these is not a characteristic of isometric transformations?
They change the size of shapes.
ExplanationIsometric transformations preserve size, shape, and angles.
#9
In a 45-45-90 right triangle, if the length of one leg is 8, what is the length of the hypotenuse?
8√2
ExplanationIn a 45-45-90 triangle, the hypotenuse is √2 times the length of each leg.
#10
Which matrix represents a reflection over the x-axis?
[[1, 0], [0, -1]]
ExplanationThe matrix [[1, 0], [0, -1]] reflects points over the x-axis.
#11
A square has vertices at (1,1), (1,-1), (-1,-1), and (-1,1). After a dilation with a scale factor of 3 centered at the origin, what are the coordinates of the new vertices?
(3,3), (3,-3), (-3,-3), (-3,3)
ExplanationDilation multiplies each coordinate by the scale factor.
#12
Which figure is always created by a composition of a reflection over the x-axis followed by a reflection over the y-axis?
The same figure rotated 180 degrees
ExplanationThe composition results in a 180-degree rotation of the original figure.
#13
If a figure is rotated 90 degrees counterclockwise about the origin, what is the coordinate transformation rule?
(x, y) -> (-y, x)
ExplanationRotation by 90 degrees counterclockwise swaps and negates coordinates.
#14
Which of the following transformations does not preserve distances between points?
Non-uniform scaling
ExplanationNon-uniform scaling alters the distances between points unequally.
#15
For a reflection in the line y = x, what is the image of the point (3, 4)?
(4, 3)
ExplanationReflection in the line y = x swaps the coordinates of a point.
#16
What is the formula for finding the image of a point (x, y) under a dilation centered at the origin with scale factor k?
(kx, ky)
ExplanationDilation scales each coordinate by the factor 'k'.
#17
What is the effect of a rotation by 90 degrees about the origin on the point (x, y)?
The point moves to (y, -x)
ExplanationRotation by 90 degrees swaps and negates coordinates.
#18
If a shape undergoes a dilation centered at the origin with a scale factor of 2, what happens to the coordinates of any point (x, y) on the shape?
(2x, 2y)
ExplanationThe coordinates of points are multiplied by the scale factor during dilation.
#19
What is the formula to find the area of a circle after a dilation with a scale factor of 'k'?
k^2πr^2
ExplanationArea scales by the square of the dilation factor.
#20
In an affine transformation represented by the matrix [[a, b], [c, d]] acting on a point (x, y), how do you calculate the transformed x-coordinate?
ax + by
ExplanationThe transformed x-coordinate is calculated using the matrix elements.
#21
In a tessellation, what is the significance of the angle measures of the shapes involved?
They determine how many of each shape can meet at a vertex.
ExplanationThe angles determine the arrangement of shapes around a vertex in a tessellation.
#22
What is the result of applying the matrix transformation [[0, -1], [1, 0]] to a point (x, y)?
The point is rotated 90 degrees counterclockwise about the origin.
ExplanationThe matrix represents a 90-degree counterclockwise rotation.
#23
If a polygon undergoes a reflection over the line y = -x, which of the following statements is true?
The polygon's orientation is reversed.
ExplanationReflection over y = -x reverses the orientation of the polygon.
#24
A figure undergoes a transformation that maps every point (x, y) to (-x, -y). Which transformation has been applied?
Rotation by 180 degrees around the origin
ExplanationThe transformation negates and swaps both coordinates, resulting in a 180-degree rotation.