Math, asked by hlothoihtyaxd, 5 hours ago

\huge \displaystyle\sf\lim\limits_{x\to\infty}\sqrt[x]{\dfrac{x!}{x^{x}}}Or\displaystyle\sf\lim\limits_{x\to\infty}\left(\dfrac{x!}{x}\right)^{\left(\dfrac{1}{x}\right)}

Answers

Answered by sunprince0000
2

Answer:import java.util.Scanner;

class CheckEvenOdd

{

 public static void main(String args[])

 {

   int num;

   System.out.println("Enter an Integer number:");

   //The input provided by user is stored in num

   Scanner input = new Scanner(System.in);

   num = input.nextInt();

   /* If number is divisible by 2 then it's an even number

    * else odd number*/

   if ( num % 2 == 0 )

       System.out.println("Entered number is even");

    else

       System.out.println("Entered number is odd");

 }

}

Step-by-step explanation:

Answered by Anonymous
19

Answer:

\huge\pink{\boxed{\green {\mathbb{\overbrace {\underbrace{\fcolorbox{red}{aqua}{\underline{\pink{ur\: answer }}}}}}}}} \large \pmb{\bf{\underline{\gray{Solution :-}}}}

 \sf {Assume\:\:\displaystyle \lim_{x\to\infty}\left ( \dfrac{x!}{x} \right )^{\dfrac{1}{x}} = L}

Take log both sides, we get

 \sf {ln(L)=\displaystyle \lim_{x\to\infty} \left ( \dfrac{1}{x} \right )ln \left ( \dfrac{x!}{x} \right )}

 \pmb{\sf{\gray{ Put\ value\ of\ x! }}}

 \sf {ln(L)=\displaystyle \lim_{x\to\infty} \left ( \dfrac{1}{x} \right )ln \left ( \dfrac{x(x-1)!}{x} \right )}

 \sf {ln(L)=\displaystyle \lim_{x\to\infty} \left ( \dfrac{1}{x} \right )ln \left ( (x-1)! \right )}

 \sf {ln(L)=\displaystyle \lim_{x\to\infty} \dfrac{ln \left ( (x-1)! \right )}{x}}

\pmb{\tt{Multiplying \ with\ ( x - 1 )\ in\ numerator\ and\ denominator\, we\ get\ }}

\sf {ln(L)=\displaystyle \lim_{x\to\infty} (x-1)\dfrac{ln \left ( (x-1)! \right )}{x(x-1)}}

 \pmb{\sf{We\ know\ that}}

 \sf {\displaystyle \lim_{x\to\infty} \dfrac{ln \left ( x! \right )}{x}=\infty}

 \sf {ln(L)=(\infty) \displaystyle \lim_{x\to\infty} \dfrac{x-1}{x}}

 \sf {ln(L)=(\infty) \displaystyle \lim_{x\to\infty} \left(1-\dfrac{1}{x}\right)}

Put value of limits,

 \sf {ln(L)=(\infty) \left(1-\dfrac{1}{\infty}\right)}

 \sf {ln(L)=(\infty) \left(1-0\right)}

 \sf {ln(L)=\infty}

 \sf{L=e^{\infty}}

 \sf{L=\infty}

Similar questions