API
linear_equation()
a linear equation that takes x and return ax+b.
x (int) – input of the linear equation
the value of the linear equation for x
int