← Goldman Sachs Interview Insights
I stared at this longer than I'd like to admit.
Recognize that the PDF is symmetric about 0, so P(2 ≤ |X| ≤ 4) = 2 * P(2 ≤ X ≤ 4). Compute the integral of the PDF from 2 to 4 and double it, then round to three decimal places.
Pro tip: In interviews, always state the symmetry property first to simplify the calculation, and show the integral steps clearly to demonstrate rigor. Double-check the arithmetic to avoid rounding errors.
Note that f(x) = 0.5 * e^(-|x|) is an even function, so the probability over symmetric intervals can be simplified.
Express P(2 ≤ |X| ≤ 4) as 2 * ∫_{2}^{4} 0.5 * e^{-x} dx, since for x > 0, |x| = x.
Compute ∫_{2}^{4} 0.5 * e^{-x} dx = 0.5 * (e^{-2} - e^{-4}). Multiply by 2 to get e^{-2} - e^{-4}.
Compute e^{-2} ≈ 0.135335 and e^{-4} ≈ 0.018316, then subtract to get ≈ 0.117019.
Round to three decimal places: 0.117. Compare with options; the correct choice is A.
AI-generated suggestions, not part of the candidate's original notes. May be inaccurate — verify before relying on them.