Co to jest root3 ((32a ^ 2) / b ^ 3)?

Co to jest root3 ((32a ^ 2) / b ^ 3)?
Anonim

Odpowiedź:

Zobacz proces rozwiązania poniżej:

Wyjaśnienie:

Najpierw przepisz to wyrażenie jako:

#root (3) (8 / b ^ 3 * 4a ^ 2) => #

#root (3) (2 ^ 3 / b ^ 3 * 4a ^ 2) #

Możemy teraz uprościć to jako:

#root (3) (2 ^ 3 / b ^ 3) root (3) (4a ^ 2) #

# 2 / broot (3) (4a ^ 2) #

Lub

# (2root (3) (4a ^ 2)) / b #