Sagot: # y = 8x ^ 3-56x ^ 2 + 162x-116 # Paliwanag: Una, hayaan ang dahilan: # y = (2x-5) ^ 3 + (2x + 3) ^ 2 # # y = (2x-5) (2x-5) (2x-5) + (2x + 3) (2x + 3) # Ngayon, hinahayaan ang simple: # y = (4x ^ 2-20x + 25) (2x-5) + (4x ^ 2 + 12x + 9) # # y = (8x ^ 3-40x ^ 2 + 50x-20x ^ 2 + 100x-125) + (4x ^ 2 + 12x + 9) # # y = (8x ^ 3-60x ^ 2 + 150x-125) + (4x ^ 2 + 12x + 9) # Panghuli, Nagbibigay ng dagdag na mga termino: # y = 8x ^ 3-56x ^ 2 + 162x-116 #