Question 1023521
x and y have formulas with the single variable t.


{{{system(x=2t+3,y=3-3t)}}}


Solve each of the component or coordinates in terms of t.
{{{system(t=(x-3)/2,t=(3-y)/3)}}}


The two formulas for t show two equal expressions.
{{{(x-3)/2=(3-y)/3}}}
Appearing to be a linear equation in variables x and y.


{{{3(x-3)=2(3-y)}}}
{{{3x-9=6-2y}}}
{{{highlight(3x+2y=15)}}}--------a more familiar form of equation for this line.