In 3D (the space with 3 dimensions) the general form of the equation is A*x +B*y +C*z +D=0. You have three points in 3D, which uniquely determine your plane.
Since your points belong to the plane, their coordinates have to verify identically plan’s equation.
Plug in the known values for x, y, and z; you will get a system of 4 equations with four unknowns.
Through elimination’s you should be able to determine A, B, C and D and write the plane's equation, containing your three points in its general form.
Another way is writing a matrix of the system.
Plug in the known values for x, y, and z; you will get a system of 4 equations with 4 unknowns.
You’ll get :
First line: | x y z 1|
2nd line: |x1 y1 z1 1 |
3rd line | x2 y2 z2 1| = |0|
4th line: | x3 y3 z3 1|
This should be equal with zero(if you write it like a matrix, as I tried above). Doing the calculations(elimination or reduction) you should get the plane equation.
If you have problems e-mail me for help.
Here’s a site where you can easily find information regarding general math and good reference:
http://mathworld.wolfram.com/Plane.html
Hope this helps,
Michael