a: (5x+1)(2x-4)=0
Satz vom Nullprodukt: Ein Produkt ist dann 0 wenn mindestens einer der Faktoren 0 ist.
( 5 * x + 1 ) = 0
5 * x = -1
x = -1 / 5
und
( 2 * x - 4 ) = 0
2 * x = 4
x = 2
b: 2x(x-2)=1-3(5-4x) | ausmultiplizieren
2 * x^2 - 4 * x = 1 - 15 + 12 * x
2 * x^2 -4 * x - 12 * x = -14
2 * x^2 - 16 * x = -14 | : 2
x^2 - 8 * x = - 7 | pq-Formel oder quadratische Ergänzung
x^2 - 8 * x +4^2 = -7 + 16
( x - 4 )^2 = 9
x - 4 = ± 3
x = 7
x = 1