Anyone knows how to calculate the area of a hyperplane defined by $\sum\limits_{i = 1}^n x_i = a$ with restriction $0 \leqslant x_i \leqslant a$ by integration, or provide a reference? Thank you!
PS: I know how to compute the special case when $n=3$ using surface integral. I don't know how to do this in general.
In particular I want to solve the following problem.
Calculate the area $A$ defined by $\sum\limits_{i = 1}^k x_i\sqrt {np_i q_i} = 0$ with restriction $ - \sqrt {\frac{np_i}{q_i}} \leqslant {x_i} \leqslant \sqrt {\frac{nq_i}{p_i}} $ where $n\in\Bbb{N^+}$ is a fixed positive integer, and $p_i, q_i\in[0,1]$ are also fixed constants for $i=1,2,\ldots,k$. The answer is $A = \frac{\sqrt {n^{k-1}} }{(k - 1)!} \sqrt {\frac{\sum\limits_{i=1}^k p_i q_i }{\prod\limits_{i = 1}^k p_i q_i }} $.
This is from a probability textbook. $n$ is the number of independent trials, $k$ is the number of possible outcome of each trial, with the $i$th outcome having probability $p_i$. $q_i$ is defined as $q_i=1-p_i$. All possible outcomes of the $n$-time independent trials are contained in the hyperplane $A$. The area is then used to prove the "integral limit theorem". The textbook states "it is easy to verify this area by integration", but I have no idea how to do this. Hope someone can help!