Triangle xyz has vertices at x(0,0), y(-4,-6),and z(5,-3). Triangle xyz will be rotated 90 degrees clockwise about the origin. What will be the cordinate of z

To rotate a point (x, y) 90 degrees clockwise about the origin, you can use the following formulas:

x_new = y
y_new = -x

Let's apply these formulas to find the new coordinates of point z.

Given coordinates of point z: z(5, -3)

Using the formulas:
x_new = -3
y_new = -5

Therefore, the new coordinates of point z after rotating 90 degrees clockwise about the origin will be z'(-3, -5).

(-3,-5)