CC, I think the basic algebra fact you are reaching for is one you were never taught properly. When you are dealing with an equation, that means the things on each side of the = sign are the same, and what you do to one side you must do to the other. (Watch out for dividing by zero - it’s a big no-no!)
So for your equation 1:
0 m2/s2 = 900 m2/s2 + (-16.0 m/s2)*d
To solve for d - in other words to get d by itself on one side of the = sign - you can, as DSYoungEsq suggested subtract 900 m2/s2 from both sides, giving:
-900 m2/s2 = -(16.0 m/s2)*d
Then divide both sides by -16.0 m/s2, giving:
(-900 m2/s2)/(-16.0 m/s2) = d
From there you’ll need to divide both the numbers (-900/-16) and the units (m2/s2)/(m/s2).
Since you’re sticking a 2 next to a unit to indicate squaring the units come out to m.
Since you’re new at this, subtracting something from both sides was probably not your first thought, nor was dividing by a negative number probably a comfortable move for you.
That’s OK, you can have taken equation 1:
0 m2/s2 = 900 m2/s2 + (-16.0 m/s2)*d
and add +(16.0 m/s2)*d to both sides, giving:
(16.0 m/s2)*d = 900 m2/s2 + (-16.0 m/s2)*d + (16.0 m/s2)*d
Since you have a -x + x on the right hand side, your equation becomes:
(16.0 ms2)*d = 900 m2/s2
Then you divide both sides by the thing that multiplies d (the 16.0 m/s2), and you get
d = (900 m2/s2)/(16 m/s2)
That doesn’t look exactly like what I had above, until you remember that (-a/-b) = ([-1a]/[-1b]) and that [-1/-1] = 1, therefore (-a/-b) = (a/b).
FYI, you were using m2 to show “meters squared” and s2 to show “seconds squared”. Another way to indicate raising something to a power when you don’t have superscripts is to use the caret symbol ^, which is shift+6 on most keyboards. mm = m^2 . If you don’t have a caret, use **: mm = m**2 .
I hope that helps, I’ve only hd one cup of caffeine so far today.