And, what do you mean by "B^r"? Every row reduction is equivalent to an "elementary matrix"- the result of applying that row reduction to the identity matrix. Applying a given row operation to a matrix is the same as multiplying the corresponding elementary matrix. And applying row operations to A to reduce it the identity matrix means that the product of the corresponding elementary matrices is [itex]A^{-1}[/itex]. Applying those row operations to B gives [itex]A^{-1}B[/itex].
That means, in particular, that if you have the matrix equation Ax= B, and apply the the row operations that reduce A to the identity matrix to B, you get [itex]x= A^{-1}B[/itex], the solution to the equation.