Gauss elimination without pivoting simply uses the rows in the order given, so checking each option against a direct row reduction settles this.
Working the elimination directly: the multiplier is $3/2$, so new row 2 is $[3 - 1.5(2), \ 5 - 1.5(4)] = [0, -1]$. The coefficient matrix ends up upper triangular with diagonal $2$ and $-1$, so option (A) is correct.