Válasz:
#sqrt ((x - 1) ^ (5)) #
Magyarázat:
Nekünk van: # (x - 1) ^ (2) sqrt (x - 1) #
# = (x - 1) ^ (2) cdot (x - 1) ^ (frac (1) (2)) #
Az exponensek törvényeinek használata:
# = (x - 1) ^ (2 + frac (1) (2)) #
# = (x - 1) ^ (frac (5) (2)) #
# = sqrt ((x - 1) ^ (5)) #