ax + by = c dx + ey = f By Cramer's rule: Delta == ae - bd Dx = = ce - bf Dy = = af - cd x = = = y = = = Denominators cannot be 0, so Delta = = ae - bd ≠ 0. and both and have unique values when that denominator is not zero. ------------------------------------------------------ In case you need to explain why Cramer's rule works: To eliminate y, multiply the first equation by e and the second equation by -b, and add the equations vertically term by term: aex + bey = ce -bdx - bey = -bf ----------------------- aex-bdx = ce-bf (ae-bd)x = ce-bf x = To eliminate x, multiply the first equation by -d and the second equation by a, and add the equations vertically term by term: -adx - bdy = -cd adx + aey = af ----------------------- aey-bdy = af-cd (ae-bd)y = af-cd y = a and y are the same using the elimination method as they are using Cramer's rule. Edwin