" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
y = x -----> ax + bx = c
a = -b + c/x
b = -a + c/x
c = (a+b)x
y = x + 1 -----> ax + b (x +1) = c
a = -b + (b + c)/x
ax + bx + b = c
b = c - ax - bx
c = (a+b)x + b