Question 785566
MINOR NOTE:
If you cannot write the calculation on two lines, it should be
m=(1-2)/(6-(-3)) = -1/9
I can guess what you meant, and {{{m=-1/9}}} is correct.
However, most computers and calculators will interpret what you enter literally.
Those machines are sticklers about order of operations, and if you do not enter the parentheses, they will not guess at what you meant, like I did.
They will just calculate
m = 1-2/6-(-3) = {{{1-2/6-(-3) = 1 -1/3 + 3 = 2/3 + 3 = 11/3}}}
You came up with the slope (m) that is {{{m=(1-2)/(6-(-3)) = -1/9 }}} and that reassured me that I was guessing right.
 
WHAT YOU DID RIGHT:
The slope is indeed {{{-1/9}}}.
Your idea for finding the equation was not bad.
Substituting {{{m=-1/9}}}, and the x- and y-coordinates of (-3,2) into {{{y=mx+b}}} would allow you to find the y-intercept (b).
You just unnecessarily complicated the calculations
(partly by not simplifying fractions when possible),
and that led to cumersone calculations that led you to a silly mistake.
It happens to the best of us.
Here is how it should go:
{{{2=(-1/9)(-3)+b}}}
{{{2=(1/9)(3)+b}}} (product of two negative numbers is positive, just multiply the absolute values, ignoring the minus signs)
{{{2=1*3/9+b}}} (multiplying fractions)
{{{2=3/9+b}}}
{{{2=1/3+b}}} (simplifying the fraction makes the work easier down the line)
{{{2-1/3=b}}} (now I may be forced to find a common denominator, I did not need to do that before)
{{{6/3-1/3=b}}}
{{{5/3=b}}}
You should write the equation in slope-intercept form (y=mx+b) as
y=(-1/9)x+5/3 and the computer should understand {{{y=(-1/9)x+5/3}}}
If it translates it and shows you that, you lknow you got it right.
If you typed y=-1/9x+5/3, the computer may interpret {{{y=-1/("9 x")+5/3}}}
and I would toss a coin to figure out if you meant that or {{{y=(-1/9)x+5/3}}}.
An optional form of the solution would be
y=-x/9+5/3 which can be rendered as {{{y=-x/9+5/3}}}
I would not know if that is one on the accepted answers, because computer tests are tricky.
 
YOUR COMPLICATIONS AND MISTAKE: 
18/9 = -1/9 (-27/9) + b is true, but unnecessarily complicated
-b = -1/9 (-27/9)-18/9 is true, but complicated further by insisting on having b on the left side.
By then your head was spinning and you were bound to make a mistake.
Then, multiplying -1/9 (-27/9) = 1/9 (27/9) = 1*27/(9*9) = 27/81,
without noticing that the fraction 27/81 = 1/3 can be simplified
would have taken you to
-b = 27/81-18/9 --> -b = 27/81 -162/81 --> -b = (27-162)/81
Unfortunately, you got the wrong sign on the product, and ended up with 
-b = (-27-162)/(-81) which you probably wrote as {{{-b = (-27-162)/(-81)}}} on paper, but type here as
-b = -27-162/-81 (I know what you mean, but a computer would not know).
That yielded -b = (-199)/(-81), -b = 199/81, and b = -199/81, which is wrong.
 
IN SUM:
Simplify fractions whenever possible.
Watch out for minus signs and parenteses.
If the numbers/fractions in a class problem seem to get to complicated, you probably made a mistake somewher, and maybe there is an easier route to the solution.
 
BONUS INFORMATION:
If you have the slope and one point you can write the equation in point-slope form by filling the blanks in
y - ___ = m (x - ___ ) withe the x- and y-coordinates of your point.
If you chose point (-3,2), you would write
{{{y-2)=(-1/9)(x-(-3))}}}
Form there, you get
{{{y-2)=(-1/9)(x+3)}}}
{{{y-2=(-1/9)x+(-1/9)(3)}}}
{{{y-2=(-1/9)x-3/9}}}
{{{y-2=(-1/9)x-1/3}}} (simplifying the fraction)
{{{y=(-1/9)x-1/3+2}}}
{{{y=(-1/9)x-1/3+6/3}}}
{{{y=(-1/9)x+5/3}}}