2 + 4 solutions

Problem statement

Find all possible solutions to the equation:

x6x3=2.

Solution

Rewrite the equation as follows:

(x3)2x32=0.

  • Case 1:
    x3=1
    .
    (x1)(x2+x+1)=0

    x=1
    or
    x2+x+1=0
    .
    Let
    Δ=12411=3Δ=3i
    .
    x=1±3i2=12±32i
    .
  • Case 2:
    x3=2
    .
    (x23)(x2+23x+232)=0

    x=23
    or
    x2+23x+232=0
    .
    Let
    Δ=23241232=3232Δ=233i
    .
    Therefore,
    x=23±233i2=232±343i
    .

Finally, the set of possible solutions to the given equation can be represented below:

S={1,23,12±32i,232±343i}.