Odgovor: # Y = 6x ^ 3-5x ^ 2 + 8 + 6x # Obrazloženje: S obzirom na: # Y = (3 x ^ 2-1) (2 x-7) + (4x + 1) ^ 2 # Proširiti. # Y = 6x ^ 3-21x ^ 2-2x + 7 + (4x + 1) ^ 2 # Proširiti. # Y = 6x ^ 3-21x ^ 2-2x + 7 + 16x ^ 2 + 8 x + 1 # Sakupite slične izraze. # Y = 3 + 6x ^ (- 21 puta ^ 2 + 16x ^ 2) + (- 2x + 8x) + (7 + 1) # Kombinirajte slične pojmove. # Y = 6x ^ 3-5x ^ 2 + 8 + 6x #