b is the variable for the y-intercept, or how far up or down the graph is shifted.
or x + y = 6 That cannot be simplified further and to solve for either variable will require another independent eqaution in x and y
3.5
m is a Latin variable and it represents slope. Therefore, y=ax will not make sense because the a might represent area.
b represents the intercept on the y-axis
k is the variable.
the variable represents any number that the P could be
or x + y = 6 That cannot be simplified further and to solve for either variable will require another independent eqaution in x and y
3.5
Assuming that "eqaution" is your attempt to spell equation, y + 9 = -11 subtracting 9 from both sides: y = -20
m is a Latin variable and it represents slope. Therefore, y=ax will not make sense because the a might represent area.
b represents the intercept on the y-axis
The two equations represent the same straight line.
k is the variable.
In the right circumstances any variable.
-11
"Wat" is the variable.
This answer applies to programming languages in general. The equals sign is used for assignment. For example, the code "$variable = 1" assigns the value of 1 to the variable $variable. If you want to test whether values are the same (equality) the double equals sign is used. For example, when you want to verify that $variable has been assigned the value of 1 you would use: $variable == 1