Let there are three points $(2,5,-3),(5,3,-3),(-2,-3,5)$ through which a plane passes. What is the equation of the plane in Cartesian form?
I know how to find it in using vector form by computing the cross product to get the normal vector and passing through any one of the given points. But I want to do it a bit differently.
We know, the equation of any plane passing through the first point is $$a(x-2)+b(y-5)+c(z+3)=0$$
This equation must satisfy the other two points. However, this given me two equations with three unknowns $a,b,c$. So can I not solve by this method?
After using Cramer's rule, $a=-2,b=-3,c=-4$.