Find the smallest positive integer n that satisfies n 2 0 > 5 3 0
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
n 2 0 = ( n 2 ) 1 0 > 5 3 0 = ( 5 3 ) 1 0
From that n 2 > 5 3 has to be true, so the answer is 1 2 , because 1 1 2 = 1 2 1 < 5 3 = 1 2 5 < 1 2 2 = 1 4 4
n 2 0 > 5 3 0
n 2 0 > ( 5 2 0 ) 1 . 5
n > 5 1 . 5
5 1 . 5 ≈ 1 1
For n to be as small as possible (and remain an integer) it must be 1 bigger than 11, which is 1 2 .
Problem Loading...
Note Loading...
Set Loading...
n 2 0 > 5 3 0
( n 2 ) 1 0 > ( 5 3 ) 1 0
n 2 > 5 3 ⇒ n 2 > 1 2 5 So, n = 1 2 .