n 2 0 0 < 5 3 0 0
Find the largest integer n that satisfies the above inequality.
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.
this is the fastest way to do
Probably the most easy and productive method...did the same way.. Already upvoted..!! Joshua Acusta
I did that and then I messed it up by rounding up
You cannot cancel out the 100th power without knowing the nature of n. If n is negative, it may change the inequality sign.
Log in to reply
You can, since n^2 is positive, the inequality sign will not change.
Same way, its very easy
Same way, probably the most simple.
That’s smart
By dividing each exponent by 200: n < 5 2 0 0 3 0 0 = 5 3 / 2 = 5 5 = 1 2 5 1 1 < 1 2 5 < 1 2 ∴ M a x ( n ) = 1 1
Exactly the same way i solved
n^200 < (sqrt(5^3))^200
200 > 1
so we know n < sqrt(125)
125 <144 means n < sqrt(144) = 12
max(int n) = 11
It shouldn't be computer science. @Nihar Mahajan
Challenge Student note : Nicely done.Welcome to brilliant.
Lol Challenge master Second note : Welcome, To brilliant. And please learn Latex.
Log in to reply
whats latex?
Log in to reply
L A T E X is the typesetting you use to write math here on Brilliant. You can read more about it here .
We can use logarithms. 3 0 0 ln 5 = 2 0 0 ln n . Solving for n , we get n = 2 . 4 1 4 . . . . Evaluating ⌊ e 2 . 4 1 4 ⌋ yields 11.
You made it unnecessarily difficult. You could have take the 100th root between the two numbers and the answer would be immediate.
Even using logarithms, you don't need to restrict yourself to the natural logarithm.
The real valued function f ( x , b ) = lo g b x is strictly increasing ∀ b ∈ ( 1 , + ∞ ) . Hence, we can simply take logarithm of base 5 on both sides:
n 2 0 0 < 5 3 0 0 ⟹ 2 0 0 lo g 5 n < 3 0 0 ⟹ lo g 5 n < 2 3
The real valued function g ( x , b ) = b x is also strictly increasing ∀ b ∈ ( 1 , + ∞ ) . Hence, we have,
lo g 5 n < 2 3 ⟹ n < 5 3 / 2 = 1 2 5 ∈ [ 1 1 , 1 2 ) ⟹ n ≤ 1 1 for integer n ⟹ max ( n ) = 1 1 for integer n
This is my first attempt at writing a solution, so bear with me.
n 2 0 0 < 5 3 0 0 ; n i s a p o s i t i v e i n t e g e r 3 0 0 lo g 5 > 2 0 0 lo g n ⟹ 1 . 5 lo g 5 > lo g n lo g 5 1 . 5 > lo g n ⟶ lo g 1 1 . 1 8 . . . > lo g n n = 1 1
To find the largest integer closest but less than 5 3 0 0 let us first equate the two and find the exact solution for which n 2 0 0 = 5 3 0 0
Hence
n= 5 3 0 0 / 2 0 0
n= 5 1 . 5
n= 1 2 5
n=11.180339887
So the closest whole number value of n which is less than 11.18033 is 11. and hence n=11 would be the largest integer to satisfy the condition
This is a very common mistake made, which is to write it as an equality instead of an inequality. You have to be careful that the steps which you take are valid as an inequality, and not just as an equality.
For example, in solving x 2 < 1 , we cannot simply use x 2 = 1 ⇒ x = − 1 , 1 and pretend that the answer is x < − 1 , 1 .
5 log x=300
log x/log 5=300
log x=300 log 5
n log x=200 log x/log n=200 log x=200 log n
300 log 5 = 200 log n 3/2 = 5 log n n = 5^3/2 n=11,...
so, the integer must be 11.
n^200 < 5^300
Raising both sides to the power of 1^100 gives:
n^2 < 5^3
n^2 <125
Since 11^2 = 121 and 12^2 = 144, the largest value of n^2 is greater than 11 but less than 12.
So the largest integer n which satisfies the inequality is n=11.
taking log both side 200logn<300log5 , logn<(3/2)log5 , n<5^1.5 , n=11
n^200 > 5^300, implies that n^2 > 5^3=125. Now the largest perfect square number which comes before 125 ,is 121=11^2. hence, n=11.
n<(5)^(300/200) n<5^1.5 n<11.somthng so 11 is largest number
n<5^(300/200)
n<5^(3/2)
So, n<5*root(5)<12
The largest integer is, therefore 11
Problem Loading...
Note Loading...
Set Loading...
( n 2 ) 1 0 0 < ( 5 3 ) 1 0 0 n 2 < 5 3 n 2 < 1 2 5
The largest perfect square number less than 125 is 121 and its square root is 11. □