The augmented matrix below represents a system of equations.

Answer:
Option 2
Explanation:
<--> symbol means you must interchange (swap) Row 1 and Row 2. This means you must switch the two rows where row 1 (-1 1 2 | 7) takes place of row 2 (-3 2 1 | 4) and vice versa.
The matrix operation denoted as R1<--->R2 means that the First and Second rows of the Augmented matrix are interchanged in the resulting matrix. Hence, the result should be;
[tex] \left[\begin{array}{cccc}-3&2&1&4\\-1&1&2&7 \\2&1&1&7\end{array}\right] [/tex]
We are interested in the first and second rows of the matrix (R1 and R2) respectively as the third row (R3) will remain unchanged.
Interchanging the row values as signified by the symbol ; R1<--->R2 :
Therefore, the correct matrix output after the transformation R1<--->R2 is
[tex] \left[\begin{array}{cccc}-3&2&1&4\\-1&1&2&7 \\2&1&1&7\end{array}\right] [/tex]
Learn more :https://brainly.com/question/11367104