To find the product of the polynomials \((-4x^4 + 10x)(5x^3 - 1)\), we can apply the distributive property (also known as the FOIL method for binomials).
Let's distribute each term from the first polynomial to each term in the second polynomial:
-
Multiply \(-4x^4\) by \(5x^3\): \[ -4x^4 \cdot 5x^3 = -20x^{7} \]
-
Multiply \(-4x^4\) by \(-1\): \[ -4x^4 \cdot -1 = 4x^4 \]
-
Multiply \(10x\) by \(5x^3\): \[ 10x \cdot 5x^3 = 50x^{4} \]
-
Multiply \(10x\) by \(-1\): \[ 10x \cdot -1 = -10x \]
Now, combine all the results together: \[ -20x^7 + 4x^4 + 50x^4 - 10x \]
Now, combine like terms: \[ -20x^7 + (4x^4 + 50x^4) - 10x = -20x^7 + 54x^4 - 10x \]
Thus, the product of the polynomials \((-4x^4 + 10x)(5x^3 - 1)\) is: \[ \boxed{-20x^7 + 54x^4 - 10x} \]