If we are given an ellipse with centre (3,4) touches the x axis at (0,0) and if slope of major axis is 1 . Then we have to find the focus of the ellipse .
I tried to rotate the ellipse . But i am not able to proceed .
Can anybody help me in proceeding while rotating the ellipse

How about an answer without rotation?

If you squeeze the whole plane along major axis of the ellipse so that the line x+y=7 is fixed and the image of the ellipse is a circle(blue), then image of the x axis would be a tangent line of that circle, meaning it is orthogonal to the radius.
Image of the origin will stay on the line x=y and on the circle with the diameter AB, A=(3,4) B=(7,0), its equation is $(x-5)^2+(y-2)^2=8$, so its intersection is $$(x-5)^2+(x-2)^2=8$$ No need to find x just to find r of the image of the ellipse, its equation is $$(x-3)^2+(y-4)^2=r^2$$ subtract those equation with y substituted to x you will get $$10x-25+4x-4-6x+9-8x+16=r^2-8$$ having r=2, so the short axis of the ellipse is 2
You can do similar by expanding the plane along short axis so the ellipse go to an circle. you will get system $$(x-1)^2+(-x-2)^2=8$$$$(x-3)^2+(-x-4)^2=R^2$$ So $R^2=28$ which is long axis
Distance of focuses to center is $\sqrt{28-4}=\sqrt{24}$ so $$F=(3±2\sqrt{3},4±2\sqrt{3})$$ Here is the equation of the ellipse $$\frac{(x+y-7)^2}{56}+\frac{(x-y+1)^2}{8}=1$$ I believe you will ask how? well in the center x+y=7 and x-y=-1, and for the most far points on the axises you have $R=\frac{x+y-7}{\sqrt{2}} r=\frac{x-y+1}{\sqrt{2}}$