I am studying for the P/1 actuarial exam, and I keep encountering one type of problem which I can't seem to solve and can't seem to find any generalized explanation for how to do it in my textbooks. The problems always involve multiple random variables with identical distributions, and the solution always involves the $max \{x_1, x_2, .. x_n\}$ function.
Here are three examples of this type of problem. Note that I am not looking for specific solutions to each problem. Such solutions are extant. I am trying to figure out if there is a general procedure or process I can use to attack this kind of problem.
Example 1:
A system made up of 7 components with independent, identically distributed lifetimes will operate until any of 1 of the system' s components fails. If the lifetime X of each component has density function: $$f(x)= \begin{cases}\lambda {(\frac {3}{x})}^4 & x > 1 \\ 0 & \text{otherwise} \end{cases}$$
<p>What is the expected lifetime until failure of the system?</p>
Example 2:
A game is played where a player generates 4 independent Uniform(0,100) random variables and wins the maximum of the 4 numbers. (a) Give the density function of a player's winnings. (b) What is the player's expected winnings?
Example 3:
A company agrees to accept the highest of four sealed bids on a property. The four bids are regarded as four independent random variables with common cumulative distribution function $$F(x)= \frac{1} {2} (1+sin \pi x),~ \frac {3}{2} \le x \le \frac{5}{2}$$
<p>and 0 otherwise. What is the expected value of the accepted bid?</p>
Personal note: I plan to take my 1/5 odds (a.k.a skip) on anything that involves trig identities, but I include this third example to round out the group. I am pretty sure they all use the technique in question.
Thank you for your enlightenment!