Linear regression is a statistical technique to predict the value of y based on some value input value x, after recognizing the relationship among the variables y and x.
General formula for a linear regression is y = m1x1 + m2x2+m3x3+....+c. Where in x1, x2, x3,... are the input variables.