Odgovor: #y = 7x ^ 2 - 42x + 67 # Obrazloženje: Prvo, pomnožite pojam u zagradama: #y = 7 (x ^ 2 - 3x - 3x + 9) + 4 => y = 7 (x ^ 2 - 6x + 9) + 4 # Zatim proširite pojam u zagradama: #y = 7 (x ^ 2 - 6x + 9) + 4 => y = 7x ^ 2 - 42x + 63 + 4 # Konačno, kombinirajte slične izraze: #y = 7x ^ 2 - 42x + 63 + 4 => y = 7x ^ 2 - 42x + 67 #