ibm
Interview
Numerical Ability
Arithmetic
if a computer takes one second to print one digit,then how much time does it takes to print ((10)^10)^10?
Read Solution (Total 9)
-
- number of digit in 10^n is n+1.so no of digits in 10^10^10=10^100 is 100+1 =101.answer is 101s.
- 7 years agoHelpfull: Yes(55) No(5)
- number of digits in ((10^10)^10) is log((10^10)^10)=100 .so it will print 100 digits in 100 seconds i.e. 1 min 40 seconds
- 7 years agoHelpfull: Yes(7) No(18)
- (((10)^10)^10) =(1 with 10 zero)^10 =(1 with 100 zero) = total 101 digit = it will take 1 min 41 sec to print all digits
- 6 years agoHelpfull: Yes(6) No(3)
- Hi vaisunavee can u plz send me business communication, coding and apti questions.
mail id- subhangi430@gmail.com
Thanks - 7 years agoHelpfull: Yes(5) No(5)
- (100*10)^10= 1000^100= 10000000
- 7 years agoHelpfull: Yes(2) No(9)
- As per question they just asked how long it takes to print, but did not specifically mention about a multiple. So I expect for each digit it takes 12 seconds(including braces). If no braces it takes 6 seconds.
- 6 years agoHelpfull: Yes(2) No(2)
- Answer for this question is
1e+100 or 10000000000^10 seconds - 7 years agoHelpfull: Yes(1) No(4)
- ((10)^10)^10
- 7 years agoHelpfull: Yes(0) No(8)
- 1001 sec
because number contains 1001 digits - 6 years agoHelpfull: Yes(0) No(4)
ibm Other Question