We seem to be having trouble with language, today. What does "solving this" mean? Solve for 'x'? Solve for 'y'? Find simultaneous solutions for particular 'x' and 'y'? An example of what you are doing would be very beneficial.
x/2 = 3*y/5
x/2 must be an integer, so 'x' must be divisible by 2.
3 and 5 are prime, so let's ignore the 3 for a moment.
y/5 must be an integer, so 'y' must be divisible by 5
Solve for x
x = 6*y/5
Pick a 'y' that is divisible by 5.
How about y = 5?
x = 6*5/5 = 6
How about y = 0
x = 6*0/5 = 0
OK, that was fun. Now, what was the problem we were supposed to work on?