You have to answer this question before its comments can be revealed, this way we won’t spoil the answer for you.
Computer Science
If the all digits of a binary number be ‘1’ (e.g. 11111) then its equivalent decimal value can be calculated using which of the formula given below? ( The total number of digit is ‘n’ )
2^(n-1)
decimal value is ‘n’
(2^n)-1
Can’t be determined
(2n)+(n2)