Antwoord: # X = (9 + -sqrt177) / - 16 # Uitleg: Vereenvoudig het patroon stap voor stap #Y = - (2x-1) ^ 2-4x ^ 2-13x + 4 # #Y = - (4x ^ 2-4x + 1) -4x ^ 2-13x + 4 # # Y = -8x ^ 2-9x + 3 # Door een kwadratische formule te gebruiken # X = (9 + -sqrt (81 + 4 * 8 * 3)) / - 16 # # X = (9 + -sqrt177) / - 16 #