Here consider in Graph G1 which includes n1=3, n2=1, n3=1 which means number of vertices with one, two and three degrees are given as below. Now we are one node V with degree 2 and removing it so now we'll have n1=3, n2=0, n3=1.
Now calculate initial values from options by putting values of n1,n2 and n3 we get a: 3, b: 5, c: 0 and d: 2 and with final values of n1,n2 and n3 we get options as a: 3, b: 4, c: 1, d:1. So the option where n2's value is used is getting affected so option A is correct.