Answers

Question and Answer:

  Home  Aptitude

⟩ The size of a program is N. And the memory occupied by the program is given by M = square root of 100N. If the size of the program is increased by 1% then how much memory now occupied?

M=sqrt(100N)

N is increased by 1%

therefore new value of N=N + (N/100)

=101N/100

M=sqrt(100 * (101N/100) )

Hence ,we get

M=sqrt(101 * N)

 272 views

More Questions for you: