Recent content by Ray Vickson

  1. Ray Vickson

    Raymond George Vickson Sept 19 1942- May 13 2019

    I am sorry to report the death of Ray Vickson who was a member of this forum. He enjoyed assisting members with their problems during his retirement. Lynne Vickson
  2. Ray Vickson

    Finding area of parallelogram inside another using symmetry

    Your solution makes no sense: you have a small triangle with area 9 next to a much larger parallelogram with area 1, next to a smaller triangle with area 2, etc. Anyway, you need to show your work. Just saying "Through symmetry of parallelogram,I have come to this:" is not an explanation.
  3. Ray Vickson

    Linear programming question: Solve this using the two phase method

    You will get nowhere using the above, because you do not have a valid dictionary. Your last equation has ##x_5## on the left of the "=" sign, but the same ##x_5## appears on the right-hand-side of the first and third equations. Remember, in a "dictionary" one group of variables are on the left...
  4. Ray Vickson

    Linear programming question: Solve this using the two phase method

    So, in the current dictionary you have ##u = 10- 3x_1 - 3x_2 + x_4 + x_5##, and you want to minimize ##u##. Currently, when you have all the non-basic variables ##x_1 = x_2 = x_4 = x_5 = 0## you have ##u=10.## Is that really the minimum possible value of ##u##? If you increase some non-basic...
  5. Ray Vickson

    How Do You Solve a Complex Gamma Distribution Problem Involving System Failures?

    An Erlang distribution is just a Gamma distribution with an integer value of ##\alpha##. It is true that an Erlang random variable is the sum of ##\alpha## iid exponential (##\lambda##) random variable; usually these are referred to as stages or phases, not steps. (I have also not heard of them...
  6. Ray Vickson

    Linear programming question: Solve this using the two phase method

    There were no ##u, v_1, v_2## in your original system, so where did they come from? Also, what happened to ##a_1, a_2##? It is true that after you have found a basic solution with variables ##a_1, a_2=0## non-basic, you can then drop ##a_1, a_2## from all subsequent equations, etc. However...
  7. Ray Vickson

    Undergrad "Inverse" probability distribution question

    Every Bernoulli experiment is finite, because the probability that you need more than ##n## trials (to get your first "success") is ##(1-p)^n##, which goes to zero in the limit ##n \to \infty.## It is true that you cannot put a guaranteed bound on the number of trials to reach success, but it...
  8. Ray Vickson

    Linear programming question: Solve this using the two phase method

    No, this is definitely not the case. Consider the two linear systems: $$\begin{array}{lc} x_1 + x_2 - x_3 &=4\\ 2x_1 - x_2 - x_4 &=6\\ -x_1 + x_2 + x_5 &=1 \\ x_1, x_2, x_3, x_4, x_5 &\geq 0 \end{array} \hspace{3em}(1) $$ and $$ \begin{array}{lc} x_1+x_2-x_3+a_1 &=4\\ 2x_1 - x_2 - x_4 +...
  9. Ray Vickson

    Linear programming question: Solve this using the two phase method

    First: in this Forum, LaTeX needs # # (no space) at the start and at the end of each in-line equation, and needs $ $ (no space) at the start and the end of each "displayed" equation. So, your problem is $$\begin{array}{clc} \min&x_1+x_2 &\\ &x_1 + x_2 - x_3 &=4\\ &2x_1 - x_2 - x_4 &=6\\ & -x_1...
  10. Ray Vickson

    Undergrad "Inverse" probability distribution question

    I just answered the questions as I read them: "I want to figure out the distribution of number of trials for a given fixed number of successes and given probability for success for Bernoulli trials." ---- no mention of a finite bound on the total number of trials. "Let's say the probability...
  11. Ray Vickson

    High School Expectation of the number of successes in Bernoulli trial

    $$\sum_{s=0}^\infty s p^s = p \frac{d}{dp} \sum_{s=0}^\infty p^s = p \frac{d}{dp} \frac{1}{1-p}$$
  12. Ray Vickson

    Undergrad "Inverse" probability distribution question

    Yes, it is all standard Probability 101 material. The number of Bernoulli trials ##N## until ##n=1## success is the so-called geometric distribution ##P(N=k) = p (1-p)^{k-1}, \;k = 1, 2, \ldots.## Note that there is no upper limit on ##k##; possibly you might need 10 billion coin tosses until...
  13. Ray Vickson

    Using the Monotone Convergence Theorem for a product sequence

    I get something different. First, write $$1 \cdot 3 \cdots (2n+1) =\frac{ 1 \cdot 2 \cdot 3 \cdot 4 \cdots (2n) \cdot (2n+1)}{2 \cdot 4 \cdots (2n)}\\ \hspace{3em} = \frac{(2n+1)!}{2^n n!}$$ so your ratio is $$\text{ratio} = \frac{2^n (n!)^2}{(2n+1)!}$$ Now one can apply Stirling's formula ##k...
  14. Ray Vickson

    Differential equation modeling glucose in a patient's body

    You can render the equation separable by changing to ##P = Q- r/k##, so that ##dP/dt +kP = 0## (because, of course, ##dP/dt = dQ/dt##).
  15. Ray Vickson

    Solving dN/dt = N^α by separation of variables

    None of those remarks are rude; they are meant to be helpful, and you would find them to be so if you were less defensive and more willing to work with helpers.