Question 1009439
Take the x distance between P and Q and divide by 4 (PR,RS,ST,TQ).
{{{x[d]=12-4=8}}}
{{{x[d]/4=2}}}
So the x step between points is 2.
So starting at 4, it would be 6, 8, 10, and 12.
Similarly with y.
{{{y[d]=6-2=4}}}
{{{y[d]/4=1}}}
So starting at {{{y=2}}}, it would be 3,4,5, and 6.
So the points are,
P:(4,2)
R:(6,3)
S:(8,4)
T:(10,5)
Q:(12,6)