You want to get your line in the form
y = mx + b
The line has slope m = -3 and contains the point (1,1).
All you need to do now is use the point given to solve for b
1 = -3(1) + b
1 = -3 + b
Add 3 to both sides to solve for b
4 = b
So your line is
y = -3x + 4
I hope you find this useful and if you have any questions please send me a message.