For real number x, int(x) denotes integer part of x.int(x) is the largest intege

Loading

โœช Choose the correct option.

For real number x, int(x) denotes integer part of x.int(x) is the largest integer less than or equal to x.int(1,2)=1,int(-2,4)=-3. Find the value of int(1/2)+int(1/2+ 100)+int(1/2+2/100)+. +int(1/2+99/100)

A. 140
B. 145
C. 150
D. 160

Leave a Comment