# 6w ^ 3 + 30w ^ 2 - 18w-90 = 0 #
Raggruppamento
#color (rosso) ((6w ^ 3 + 30w ^ 2)) - colore (blu) ((18w + 90)) = 0 #
#color (rosso) ((6w ^ 2) (w + 5)) - colore (blu) ((18) (w + 5)) #
# (6x ^ 2-18) (w + 5) #
Controllo finale per altri ovvi fattori comuni:
# 6 (x ^ 2-3) (w + 5) #
# (X ^ 2-3) # potrebbe essere considerato come # (X + sqrt (3)) (x-sqrt (3)) # ma non è ovvio che questo sarebbe più chiaro.