Concept:The given equation is a separable first-order differential equation. It can be solved by separating variables, integrating, and then applying the initial condition to find the constant.Explanation:We start with dxdy=(ln5)y. Separate the variables: ydy=(ln5)dx. Integrate both sides: ∫ydy=∫(ln5)dx. This gives: lny=xln5+C, where C is the integration constant. Use logarithm properties: lny=ln5x+C. Rewrite as: lny=ln(5x)+lnC (by absorbing C into lnC). Thus: lny=ln(C⋅5x). Exponentiate both sides: y=C⋅5x. Now apply the initial condition y(0)=ln5. Substitute x=0: ln5=C⋅50=C⋅1, so C=ln5. Therefore: y=(ln5)⋅5x. To find y(1), set x=1: y(1)=(ln5)⋅51=5ln5.Answer:5ln5 Thus, the correct option is D.