y = 3/(2x-2)
All you have to do is plug in any 4 values of x (except x=1) and compute the corresponding y. I'll do one for you, and I choose x = 3:
y = 3/(2x-2)
y = 3/(2*3 - 2) {Plugged in x=3}
y = 3/(6-2)
y = 3/4
The point is x=3, y=3/4, or (2,3/4). Pick three other values of x and compute the y. Your only restriction is that x cannot equal 1 since that would make the denominator = 0, which is undefined.