Question 174322
Since the point is (0,k) this means that {{{x=0}}} and {{{y=k}}}



{{{2y+5x=10}}} Start with the given equation



{{{2k+5(0)=10}}} Plug in {{{x=0}}} and {{{y=k}}}



{{{2k+0=10}}} Multiply



{{{2k=10}}} Add



{{{k=(10)/(2)}}} Divide both sides by {{{2}}} to isolate {{{k}}}.



{{{k=5}}} Reduce.



----------------------------------------------------------------------


Answer:


So the answer is {{{k=5}}} 



This means that the point is (0,5) which looks like



{{{ drawing(500, 500, -10, 10, -10, 10,
 grid(1),
 graph( 500, 500, -10, 10, -10, 10,(10-5x)/2),
 blue(circle(0,5,0.1)),
 blue(circle(0,5,0.12)),
 blue(circle(0,5,0.14))

)}}} Graph of {{{2y+5x=10}}} with the point (0,5)