The correct option is
D 16Here we have a algorithm that in a row first element in a row is divided by 2 where as second element is multiplied by 2.
The sum of these two resultant is equal to the third element in a row.
This is followed in all rows.
As in first row
11×2+62=25
In second row
6×2+82=16
In third row
5×2+122=10+6=16.
Hence option B is the correct answer.