Question 1197785
<pre><font face = "consolas" color = "indigo" size = 3><b>
Hi  
Find an equation of the line through the point  (3 , 5) 
that is perpendicular to the line 2X+5Y=4 0r {{{ y =(-2/5)x + 4/5}}} green
New Line(Blue): m = 5/2, goes thru P(3,5)
 y - 5 = (5/2)(x  - 3)
     y = (5/2)x -5/2 (Note: slants right)
or 2y - 5x = -5
{{{drawing(300,300,    -10,10,-10,10,  
 grid(1),

graph( 300, 300, -10,10,-10,10,0, (-2/5)x + 4/5,(5/2)x -5/2 ))}}}

Wish You the Best in your Studies.
</font></b></pre>