Math, asked by shushmapandey38, 8 months ago


 \sqrt{3 + 2 \sqrt{2 \:   \: } } simplify

Answers

Answered by Mrsekhar
1

Answer:

i = square root of n rounded down

while i > 0:

if n is divisible by i²:

simplification is i\sqrt{n/i²}

break loop

i = i - 1

%the simpification will always be found

%since every n is divisible by 1

Mark me brainliest

Similar questions