The correct option is A 2.375,2.135 & 2.2815
We have to find the second,third and fourth approximation of root of the equation x3−3x−5=0 in the interval (2,2.5) using successive Bisection method.
Iteration 1: k=0
c0=a0+b02=2+2.52=2.25
Since f(c0)f(a0)=f(2.25)f(2)>0
Therefore set a1=2.25,b1=b0
Iteration 2: k=1
c1=a1+b12=2.25+2.52=2.375
Since f(c1)f(a1)=f(2.375)f(2.25)<0
Therefore set a2=a1,b2=c1
Iteration 3: k=2
c2=a2+b22=2.25+2.3752=2.3125
Since f(c2)f(a2)=f(2.3125)f(2.25)<0
Therefore set a3=a2,b3=c2
Iteration 4: k=3
c3=a3+b32=2.25+2.31252=2.28125
Thus the second,third and fourth approximations are 2.375,2.3125,2.28125 respectively.