linear equation with floating constants

23 Views Asked by At

I am to know the solution of equations like:

5.5*x + 1.33*y = 125(124.99 will also do), in which x and y are positive integers..

I tried extended Euclidean algorithm, but it does't seem to work.. anyone..