odpoveď:
# 15N ^ 3 #
vysvetlenie:
# -3n ^ -4 cdot -5n ^ 7 #
Pripomeňme si: # n ^ x cdot n ^ y = n ^ (x + y) #
# -3n ^ -4 = -3 cdot n ^ -4 #
# -5n ^ 7 = -5 cdot n ^ 7 #
Kombinácia oboch;
# -3 cdot n ^ -4 cdot -5 cdot n ^ 7 #
Česanie ako výrazy;
# -3 cdot - 5 cdot n ^ -4 cdot n ^ 7 #
# 15 cdot n ^ (- 4 + 7) #
# 15cdot n ^ 3 #
# 15N ^ 3 #