Question 1049135
<pre><b>

{{{matrix(1,7,

y,
"",
""="",
"",
(matrix(4,1,Slope,of,the,line))*x,
""+"",
(matrix(4,1,y-intercept,of,the,line)))

}}}

So,

{{{matrix(1,7,

y,
"",
""="",
"",
2*x,
""+"",
0)

}}}

We can eliminate the +0:

Answer:  y = 2x

Edwin</pre></b>