Hi Tosh5457!
The idea behind linear algebra is to provide a theory to solve (or at least to handle) linear equations. Solving linear equation in the real numbers is quite easy using Gauss' method.
Now, a vector space is the most general possible space in which linear equations still make sense and in which they are solvable.
For example, if V is an abstract vector space, then it makes sense to ask which vectors v and w satisfy
[tex]\left\{\begin{array}{c} 2v + 3w=0\\ 3v+4w=0\\ \end{array}\right.[/tex]
This makes sense. Indeed, 2v and 3w makes sense because it is scalar multiplication (and we always have scalar multiplication on a vector space). Also 2v+3w makes sense because it's an addition (and we always have an addition on a vector space). And 0 makes sense since the vector space always has a zero. So this system of equations makes sense.
Furthermore, we can solve this system of equations by exactly the same methods as we would solve a system over [itex]\mathbb{R}[/itex]. Try to solve this system over this general vector space!
So a vector space is a structure in which it is possible to describe linear equations and in which it is possible to solve them. Also, Gauss elimination works in any vector space.
So if we want to study how to solve linear equations, we might as well study them over arbitrary vector spaces. And this is what we do.