Final answer:
To rotate a triangle 90 degrees clockwise about the origin, we can use the formulas (x', y') = (y, -x) for each vertex. The new coordinates of the triangle's vertices after the rotation are A'(-1, 1), B'(-1, 3), and C'(-4, 3).
Step-by-step explanation:
To rotate a point 90 degrees clockwise about the origin, we can use the formulas for clockwise rotation: (x', y') = (y, -x).
Using these formulas, we can find the new coordinates of the triangle's vertices:
A'(1, 1) --> (-1, 1)
B'(3, 1) --> (-1, 3)
C'(3, 4) --> (-4, 3)
Therefore, the correct answer is B) A(1,1), B(-1,3), C(-4,3).