edited by
906 views
0 votes
0 votes

Let $n \geq 3$  be an integer.Then the statement  $$(n!)^{1/n} \leq \frac{n+1}{2}$$ is

  1. true for every $n \geq 3$
  2. true if and only if $n \geq 5$
  3. not true for $n \geq 10$
  4. true for even integers $n \geq 6$, not true for odd $n \geq 5$
edited by

2 Answers

4 votes
4 votes

Assume (n!)1/n <= (n+1)/2 for all n>=1 .................(1)

<=> n! <= ( (n+1)/2 )n for all n>=1

<=> 2n * n! <= (n+1)n for all n>=1

So, if we can prove 2n * n! <= (n+1)n is true for all integer n >=1 then the inequality 1 will also be proved.

Statement P(n) : 2n * n! <= (n+1)

We have to prove P(n) is true for all integer n>=1

Base case : P(1) : 2<=2

So, P(1) is true

Inductive Hypothesis : We assume P(k) is true i.e 2k*k! <= (k+1)k for some integer k>=1 ................(2)

Inductive Step : Assuming the statement (2) we have to prove P(k+1) is true.

P(k+1) : 2k+1 * (k+1)! <= (k+2)(k+1)

From statement (2) we get 

2k *k! <= (k+1)k

Multiplying both sides of the inequality with 2(k+1) we get

2(k+1) * (k+1)! <= 2(k+1)k+1 <= (k+2)k+1 ( Since 2nn <= (n+1)n (THINK) )

Hence 2(k+1) * (k+1)! <= (k+2)k+1 ( Proved )

That means whenever P(k) is true P(k+1) is also true.

So, P(n) is true for all integer n>=1

Hence the inequality (n!)1/n <= (n+1)/2 is true for all integer n>=1

So, Option A is the correct answer.

Related questions

0 votes
0 votes
1 answer
1
1 votes
1 votes
4 answers
2
go_editor asked Sep 15, 2018
1,047 views
The inequality $\mid x^2 -5x+4 \mid (x^2-5x+4)$ holds if and only if$1 < x < 4$$x \leq 1$ and $x \geq 4$$1 \leq x \leq 4$$x$ takes any value except $1$ and $4$
0 votes
0 votes
2 answers
3
go_editor asked Sep 15, 2018
571 views
The digit in the unit's place of the number $2017^{2017}$ is$1$$3$$7$$9$
0 votes
0 votes
0 answers
4
go_editor asked Sep 15, 2018
393 views
Which of the following statements is true?There are three consecutive integers with sum $2015$There are four consecutive integers with sum $2015$There are five consecutiv...