A plane in 3D space is uniquely determined by three non-collinear points \( P(x_1,y_1,z_1) \), \( Q(x_2,y_2,z_2) \), and \( R(x_3,y_3,z_3) \).
The normal vector \( \vec{n} \) to the plane is given by the cross product \( \vec{n} = \overrightarrow{PR} \times \overrightarrow{PQ} \). For any point \( M(x,y,z) \) on the plane, the dot product condition \( \vec{n} \cdot \overrightarrow{PM} = 0 \) yields the Cartesian equation \( ax + by + cz = d \).
\( \vec{n} = \langle a, b, c \rangle = \overrightarrow{PR} \times \overrightarrow{PQ} \), \( d = a x_1 + b y_1 + c z_1 \)
⨠The final equation is simplified by dividing all coefficients (a, b, c, d) by their greatest common divisor (GCD) to obtain the simplest integer form.
Enter coordinates of points P, Q, and R