Question 948710
{{{x/5 = y/3}}}

{{{3x= 5y}}}

{{{3x/5= y}}}

{{{y=(3/5)x}}}...linear function

if you need to graph it, you need only two points

{{{x}}}|{{{y}}}
{{{0}}}|{{{0}}}
{{{5}}}|{{{3}}}


{{{drawing( 600, 600, -10, 10, -10, 10,
circle(5,3,.12),circle(0,0,.14),  
locate(5,3,p(5,3)),locate(0.2,-0.2,p(0,0)),
graph( 600, 600, -10, 10, -10, 10, (3/5)x)) }}}