Hi Muvlo 
Here is a simple, step-by-step solution…
Original functions
1 + 4 + D + 2E + F = 0
4 + 1 - 2D + E + F = 0
4 + 9 + 2D - 3E + F = 0
Simplified functions
5 + D + 2E + F = 0
5 - 2D + E + F = 0
13 + 2D - 3E + F = 0
step 1: subtracting function 2 from function 1 in order to remove the F…
5 + D + 2E + F = 0
5 - 2D + E + F = 0
(5-5)+(D–2D)+(2E-E)+(F-F)=0
(0)+(3D)+(E)+(0)=0
3D+E=0
step 2: subtracting function 3 from function 2 in order to remove the F…
5 - 2D + E + F = 0
13 + 2D - 3E + F = 0
(5-13)+(-2D-2D)+(E–3E)+(F-F)=0
(-8)+(-4D)+(4E)+(0)=0
-8-4D+4E=0
step 3: using result of step 1 to get E…
3D+E=0
E=-3D
step 4: using result of step 3 in result of step 2 to get value of D…
-8-4D+4(-3D)=0
-8-4D-12D=0
-8-16D=0
8=-16D
D=-0.5
step 5: using result of step 4 in result of step 3 to get value of E…
E=-3D
E=-3*(-0.5)=1.5
E=1.5
step 6: using known values of D and E to evaluate F in the first original function…
5 + D + 2E + F = 0
5+(-0.5)+2(1.5)+F=0
5-.5+3+F=0
7.5+F=0
F=-7.5
step 7: Final result and verification…
D=-0.5, E=1.5, F=-7.5
verifying in last original function…
(This is an optional step intended to verify that we have not made any mistakes in the previous steps)
4 + 9 + 2D - 3E + F = 0
13+2(-0.5)-3(1.5)+(-7.5)=0
13-1-4.5-7.5=0
0=0 <=====true result
I hope this helps 
-Pixolator