Answer:
139
Explanation:
Given: 60 consecutive odd integers added = 4800
if the first integer is x then the next integer will have 2 more to get the next odd integer ( for example 3, 5, 7... is 3, 3+2, 3+4)
x, x+2, x+4 , x+6,..... x+118
x, x+2*1 , x+ 2*2 , x+ 2*3 , .... x+2*59
first term, second term, .... , 60th term
Sum = [ number of terms(first term+last term) ] / 2
4,800 = [60 (x+x+118)] / 2, multiply both sides by 2
9,600 = 60 (2x+118) , divide both sides by 60
160 = 2x +118, subtract 118 from both sides of the equation
42 =2x , divide both sides by 2
21 = x, this is the smallest integer
the largest integer is the 60th term
x+118 = 21+118 = 139