Antworten: # 10x ^ 2-31x-5y-8 = 0 # Erläuterung: # y = 3x (x-3) + (2-x) (x-4/5) # Verwenden Sie die distributive Eigenschaft # y = 3x ^ 2-9x + 2x-8/5-x ^ 2 + (4x) / 5 # # y = 2x ^ 2-31 / 5x-8/5 # Dann multiplizieren Sie die ganze Gleichung mit 5 # (y = 2x ^ 2-31 / 5x-8/5) * 5 # # 5y = 10x ^ 2-31x-8 # # 5y-10x ^ 2 + 31x + 8 = 0 # # 10x ^ 2-31x-5y-8 = 0 # Und das ist die endgültige Standardantwort