Winning strategy at "Turning Turtles"
There is a coins games that called "Turning Turtles". I'd like like to know if there is a winning strategy for this game. From the written ...
There is a coins games that called "Turning Turtles". I'd like like to know if there is a winning strategy for this game. From the written ...
The function $g$ is strictly positive. Let the function $f$ be defined as $$f(x) = \int_0^x g(u) du$$ Is there a way to express $f^{-1}(x)$ in terms of $g$?
Given $n$ items with weight $w_n$ each -- what is the probability that item $i$ is chosen in a $k$-out-of-$n$ "weighted random sampling without replacemen...
How can I convert the percentage 0.000007151123842% into odds, so the outcome would be 1 in 13983816. Basically, I am looking for a way to convert any pos...
This is my first post here, so I'll try my best. I want to solve the root for this equation $$x+\log(x-1)\cdot (1-x) = 0$$ I know I require the Lambe...
I am using the function fitnlm : f= @(a,x)(a(1)*log(x+a(2))); mod= NonLinearModel.fit(A,B,f,[3,1]) for some data points (A,B)). The output is I am having ...
Q&A for people studying math at any level and professionals in related fields
I was able to prove that $$ \Gamma\left (k+\frac{1}{2} \right )=\frac{1\cdot 3\cdot 5\cdots(2k-1)}{2^k}\sqrt{\pi}.\tag{$k\geq 1$}$$ using the Legendre...
Good morning everybody. I would like to know the proof of the following observation on the ellipse. A circle is drawn with the right latus rectum as diame...
I was asked by someone: why $\log x$ is undefined at $x=0 $? Is there proof show that $\log x$ is undefined at $x=0$? Note(01):: log is the inverse functi...
So w have to estimate limit of function when the x approaches a. Function is given on real numbers by following term $f(x)= \dfrac{\ln\frac{x}{a}}{x-a}$ W...
I have to solve the following question - $$\sum_{n=0}^{1000} i^n$$ where $i = \sqrt{-1}$ To be able to solve the problem, I need to know the value of $i^0...