We are given -
f(x) = number of positive integers <= √x
Here we have a max perfect square 49 in this range .
Since √50 will only be little bit larger than √49 , their f(x) will include same number of positive integers.
No. of positive integers <= √49 are 1,2,3,4,5,6,7 .
From here we know that only 7 integers will occur for any f(x) where x is between 1 and 50.
We can calculate the number of times each of these seven integers occur .
Keeping in mind , f(x) = number of positive integers <= √x
The number 7 will occur only for f(49) and f(50) i.e 2 times
The number 6 will occur for f(36) , f(37) , f(38) , ....., f(50) , i.e , (50-36+1) = 15 times
The number 5 will occur for functions from f(25) to f(50) , i.e, (50-25+1) = 26 times
The number 4 will occur for functions from f(16) to f(50) , i.e, (50-16+1) = 35 times
The number 3 will occur for functions from f(9) to f(50) , i.e, (50-9+1) = 42 times
The number 2 will occur for functions from f(4) to f(50) , i.e, (50-4+1) = 47 times
The number 1 will occur for functions from f(1) to f(50) , i.e, 50 times
Total = 217 times
Correct Answer -
BHope this helps.