Question 353642
Hi,
*Note: the equation is in the slope-intercept form
y = mx = b where m ai sth eslope and b is the y-intercept(value of y where the line crosses the y axix
.
y = (4/3)x + 3
slope = (4/3)  positive slope tells us the line slants toward the right
Pt(0,3) is where the line crosses the y axis
.
Slope tells us (3, 7) is also a point of the line (as y increases by 4, x increases by 3)
.
{{{drawing(300,300, -10, 10, -10, 10,
circle(0, 3,0.3),
circle(3, 7,0.2),

graph( 300, 300, -10, 10, -10, 10,(4/3)x+3))}}}