The correct option is A 10 and 4
Method I :
In the process of converting given matrix into an Echelon form, the largest absolute value in a column,that is to be used for making Echelon form, are called, PIVOT for that column.
[A : B] =
⎡⎢
⎢
⎢
⎢⎣512⋮3404−3⋮1210−21⋮−4⎤⎥
⎥
⎥
⎥⎦R1↔R3––––––––––⎡⎢
⎢
⎢
⎢⎣10–––−21⋮−404−3⋮12512⋮34⎤⎥
⎥
⎥
⎥⎦
R3→R3−12R1––––––––––––––––––⎡⎢
⎢
⎢
⎢⎣10−21⋮−404–−3⋮12023/2⋮36⎤⎥
⎥
⎥
⎥⎦
R3→R3−12R2––––––––––––––––––⎡⎢
⎢
⎢
⎢⎣10−21⋮−404−3⋮12003⋮30⎤⎥
⎥
⎥
⎥⎦ Echelon form
Here 10 and 4 are the largest elements that are used in making of Echelon form.
So, they can be taken as PIVOTS for C1 and C2 respectively
Method II :
5x + y +2z = 34
4y - 3z = 12
10x - 2y + z = -4
Elements of C1 are |5|,|0|,|10| so largest element can be taken as 1st pivot for C1
Hence, R1↔R3⇒
10x - 2y + z = -4 ....(1)
4y - 3z = 12 ....(2)
5x + y + 2z = 34 ....(3)
R3→R3−R12
⇒ 10x - 2y + z = -4
0x + 4y -3z = 12
0x + 2y + 32z = 36
Now elements of C2:|4|,|2| so can be taken as 2nd Pivot for C2
Using R3→R3−12R2
⇒ 10x - 2y + z = -4
0x + 4y -3z = 12
0x +0y + 3z = 30
Now, we have reached at Echelon form, so pivots are :
x = 10, y = 4