Antwoord:
Uitleg:
Van eerste multiplier,
Antwoord:
Uitleg:
# "merk op dat voor x = 2" #
#2^3-6(2)^2+16=0#
#rArr (x-2) "is een factor" #
# "delen" x ^ 3-6x ^ 2 + 16 "door" (x-2) #
#color (rood) (x ^ 2) (x-2) kleur (magenta) (+ 2x ^ 2) -6x ^ 2 + 16 #
# = Kleur (rood) (x ^ 2) (x-2) kleur (rood) (- 4x) (x-2) kleur (magenta) (- 8x) + 16 #
# = Kleur (rood) (x ^ 2) (x-2) kleur (rood) (- 4x) (x-2) kleur (rood) (- 8) (x-2) te annuleren (kleur (magenta) (- 16)) te annuleren (16) #
# RArrx 3-6x ^ ^ 2 + 16 = 0 #
#rArr (x-2) (x ^ 2-4x-8) = 0 #
# "los" x ^ 2-4x-8 "op met behulp van de kwadratische formule" kleur (blauw) "#
# "met" a = 1, b = -4 "en" c = -8 #
# X = (4 + -sqrt (16 + 32)) / 2 #
#color (wit) (x) = (4 + -sqrt48) / 2 = (4 + -4sqrt3) / 2 = 2 + -2sqrt3 #
#rArr (x-2) (x ^ 2-4x-8) = 0 #
# "heeft oplossingen" x = 2, x = 2 + -2sqrt3 #