Given the probability density function $ f(X=x)= \begin{cases} 0, & x<2 \\ \frac{3+2x}{18}, & 2\leq x\leq4 \\ 0, & x>4 \end{cases} $ then the probability that X lies between 2 and 3 is
Step 1: Understand the definition of probability for a continuous random variable.
For a continuous random variable \(X\), its probability distribution is described by a Probability Density Function (PDF), denoted as \( f(x) \). The probability that the random variable \(X\) takes a value within a certain interval, say from \(a\) to \(b\), is calculated by integrating the PDF over that interval. The formula for this probability is: \[ P(a \leq X \leq b) = \int_{a}^{b} f(x) \, dx \] In this problem, we are given the piecewise PDF: \[ f(X=x)= \begin{cases} 0, & x<2 \\ \frac{3+2x}{18}, & 2\leq x\leq4 \\ 0, & x>4 \end{cases} \] We need to find the probability that \(X\) lies between 2 and 3, which can be written as \( P(2 \leq X \leq 3) \).
Step 2: Identify the relevant part of the PDF and set up the definite integral.
Looking at the given PDF, for the interval \( 2 \leq x \leq 4 \), the function is defined as \( f(x) = \frac{3+2x}{18} \).
Since the interval of interest for finding the probability is \( [2, 3] \), which falls entirely within the \( 2 \leq x \leq 4 \) range, we will use the function \( f(x) = \frac{3+2x}{18} \) for our integration.
The integral will be set up with lower limit \(a = 2\) and upper limit \(b = 3\): \[ P(2 \leq X \leq 3) = \int_{2}^{3} \frac{3+2x}{18} \, dx \]
Step 3: Evaluate the definite integral.
To evaluate the integral, we can first pull the constant \( \frac{1}{18} \) outside the integral sign: \[ P(2 \leq X \leq 3) = \frac{1}{18} \int_{2}^{3} (3+2x) \, dx \] Now, integrate the expression \( (3+2x) \) with respect to \(x\): The integral of a constant, \(3\), is \(3x\). The integral of \(2x\) is \(2 \cdot \frac{x^{1+1}}{1+1} = 2 \cdot \frac{x^2}{2} = x^2\). So, the antiderivative of \( (3+2x) \) is \( 3x + x^2 \). Next, apply the limits of integration (from 2 to 3) using the Fundamental Theorem of Calculus: \( \int_{a}^{b} g(x) dx = G(b) - G(a) \), where \(G(x)\) is the antiderivative of \(g(x)\). \[ \int_{2}^{3} (3x + x^2)\Big|_{2}^{3} \] Substitute the upper limit \(x=3\): \[ (3(3) + (3)^2) = (9 + 9) = 18 \] Substitute the lower limit \(x=2\): \[ (3(2) + (2)^2) = (6 + 4) = 10 \] Subtract the value at the lower limit from the value at the upper limit: \[ 18 - 10 = 8 \] Finally, multiply this result by the constant \( \frac{1}{18} \) that we pulled out earlier: \[ P(2 \leq X \leq 3) = \frac{1}{18} \times 8 \] \[ P(2 \leq X \leq 3) = \frac{8}{18} \] Simplify the fraction by dividing both the numerator and the denominator by their greatest common divisor, which is 2: \[ P(2 \leq X \leq 3) = \frac{8 \div 2}{18 \div 2} = \frac{4}{9} \] The final answer is \( \boxed{\frac{4}{9}} \).
The probability of hitting the target by a trained sniper is three times the probability of not hitting the target on a stormy day due to high wind speed. The sniper fired two shots on the target on a stormy day when wind speed was very high. Find the probability that
(i) target is hit.
(ii) at least one shot misses the target. 
Smoking increases the risk of lung problems. A study revealed that 170 in 1000 males who smoke develop lung complications, while 120 out of 1000 females who smoke develop lung related problems. In a colony, 50 people were found to be smokers of which 30 are males. A person is selected at random from these 50 people and tested for lung related problems. Based on the given information answer the following questions: 
(i) What is the probability that selected person is a female?
(ii) If a male person is selected, what is the probability that he will not be suffering from lung problems?
(iii)(a) A person selected at random is detected with lung complications. Find the probability that selected person is a female.
OR
(iii)(b) A person selected at random is not having lung problems. Find the probability that the person is a male.