first translate all the points so that one rest on the origin (0,0) this can be easily done.
take A(-1,1) and translate it to (0,0) by adding (1,-1) to it.
this same translation must be used to change ALL the other points so B becomes (0+1,5-1) = (1,4)
then C becomes (-2,-1)
then draw your...