Given scale factor of 2, find the coordinates for the line segment with endpoints (-1,2) and (3,-3)?

just double all the numbers!

To find the coordinates of the line segment with a given scale factor, you will need to apply the scale factor to each coordinate of the endpoints. In this case, the scale factor is 2.

To find the new coordinates, simply multiply each coordinate by the scale factor. Let's go step by step:

For the first endpoint (-1,2), apply the scale factor of 2 to both coordinates:

New x-coordinate = -1 * 2 = -2
New y-coordinate = 2 * 2 = 4

So the new coordinates for the first endpoint are (-2, 4).

Similarly, for the second endpoint (3, -3), multiply each coordinate by the scale factor:

New x-coordinate = 3 * 2 = 6
New y-coordinate = -3 * 2 = -6

So the new coordinates for the second endpoint are (6, -6).

Therefore, the line segment with endpoints (-1,2) and (3,-3), when scaled by a factor of 2, has new endpoints at (-2, 4) and (6, -6).