The following question is what I want to solve:
Given that V = ${(a,b)}$ is a vector space, and addition is defined as $(a,b) + (c,d)$ = $(a + c - 1, b + d)$, and multiplication is defined as $r • (a,b)$ = $(ra - r + 1, rb)$.
Find a basis for V.
So far, I know that I have to build up a basis. I must start with a point, then add to it, until it spans V, and is linearly independent, but I don't know what to do from there.