Question 860769
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Solve for y, find a couple of points, plot and connect
 y = (3/4)x + 1/4         P(0,1/4) and (4,3.25) on this Line.  Plot and connect

{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, .25,0.2),
circle(4,3.25,0.2),
graph( 300, 300, -6, 6, -6, 6,0,(3/4)x + 1/4   ) )}}}