Ok here is just a random place to put my favorite most used mathematica hints..
Clear all variables.. CleanSlate[]
Substitute
(x+y)(x-y)^2 /. {x->3, y->1-a}
Defining a functions.. f[x_]:x^2 f[2] I really need a place to put these things..