Invent a linear system of two equations in two unknowns whose solution is x=−3 and y=1, then solve it using Cramer’s rule. Both equations must contain both x and y with non-zero coefficients.
Solution
Build two equations by requiring (−3;1) to satisfy them. For instance, with x+y and x−y:
x+y=−3+1=−2,x−y=−3−1=−4.
System:
{x+y=−2x−y=−4Solution with Cramer. Determinant of the coefficients:
detA=111−1=−2.x=−2−2−41−1=−22+4=−26=−3,y=−211−2−4=−2−4+2=−2−2=1.{x+y=−2x−y=−4⇒x=−3,y=1
(Any other system with non-zero determinant satisfied by (−3;1) is equally correct.)