160k views
2 votes
Each column of the matrix represents a vertex of a triangle. If Rosa scales the triangle by finding 3T, what are the vertices of the scaled triangle?

User Nawfel Bgh
by
4.8k points

1 Answer

3 votes

Answer:

(0,0), (0,9), (9,0)

Explanation:

The matrix corresponding vertices are:

(0,0)

(0,3)

(3,0)

Rosa scales by 3T, so we need to multiply each point by 3.

(3*0, 3*0)

(0*3, 3*3)

(3*3, 0*3)

=

(0,0)

(0,9)

(9,0)

User Smabbott
by
5.8k points