Concept:Translation moves a point by adding the translation vector to its coordinates.Explanation:Write the point P(−2,3) as a position vector (3−2).Add the translation vector (3−1) to it.R=(3−2)+(3−1)R=(3+3−2+(−1))R=(6−3)So the coordinates of R are (−3,6).Answer:R=(−3,6)Correct option: B. (−3,6)