TCS Company

given a square of length oh 2m. its corners are cut such that to represent a regular octogon.find the length of side of octogon

Read Solution (Total 13)

TCS Other Question

find the number of ways a batsman can score a double century only in terms of 4's & 6's?
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)