exam p sample questions answers

Prioritize building a formula log that includes variance relations, moment properties and step-by-step setups for probability tasks on Test P. A compact reference accelerates recognition of which relation to apply, especially for transformations of random variables and aggregate loss computations.

Organize your practice sets by topic density rather than chronology. For instance, allocate more time to distribution manipulation and risk measure computation, as these segments typically demand multi-stage reasoning with conditional structures. This approach reduces time lost on low-yield repetitions.

Track every misstep with a short note describing the incorrect assumption, such as mixing independent and identically distributed constraints or misapplying moment-generating functions. These annotations create a targeted map for rapid correction and deeper retention.

When working through practice items, cap each attempt with a brief recalculation of key metrics–mean, variance and tail probability–to verify numerical consistency. This habit exposes hidden arithmetic slips and strengthens pattern recognition for recurring probability models.

Practice P Problem Set with Detailed Solutions

Begin with direct integration for density-based tasks. For a variable defined by f(x)=4x³ on [0,1], compute E[X] using ∫₀¹ 4x³·x dx = 4/5. Substitute numeric values without delaying simplification.

Use MGF structures to streamline mixed models. When a component follows rate λ, apply the form λ/(λ−t) inside aggregation steps. This reduces algebraic branching during layered calculations.

Quantify tail decay with direct substitution. A Pareto variable with shape β and scale s yields exceedance over ms equal to (1/m)^β. Insert exact m to keep heavy-tail comparisons precise.

Validate distribution paths using two complementary routes. For a uniform variable on [u,v], compute P(X≤x)=(x−u)/(v−u) and differentiate to ensure the resulting density coincides with the initial rule.

Apply variance rules for independent components

When X and Y have known second moments, use Var(X+Y)=Var(X)+Var(Y) and insert concrete inputs immediately to avoid symbolic clutter.

Common Probability Distributions Used in Exam P Problems

Prioritize identifying the distribution family from the structure of a density or survival expression; this shortens calculations and reduces algebraic errors.

Normal model. Apply it when sums of many independent components appear. Use standardization: (Z=(X-mu)/sigma). Typical tasks require computing tail areas using symmetry or transforming linear combinations. Keep (Phi(z)) values for (z={0,1,1.28,1.64,1.96,2.33}) readily accessible.

Exponential model. Use it for constant-hazard setups. Key identity: (P(X>s+t mid X>s)=e^{-lambda t}). To handle minima of independent exponential variables, apply (lambda_{text{min}}=sum lambda_i). For maximum-likelihood style steps, (hat{lambda}=n/sum x_i).

Gamma model. Recognize it when sums of independent exponential variables appear or when the density includes (x^{k-1}e^{-theta x}). Use the moment relations (E[X]=ktheta) and (text{Var}(X)=ktheta^2). For integer shape (k), incomplete-gamma probabilities can be computed through Poisson equivalents.

Uniform model. Deploy it for constant-density intervals. Convert any interval ([a,b]) to the standard form via (U=(X-a)/(b-a)). Compute expectations quickly: (E[X]=(a+b)/2), (text{Var}(X)=(b-a)^2/12).

Bernoulli and Binomial models. Apply Bernoulli for single-trial indicators, and Binomial for repeated independent trials with fixed success probability (p). Remember (E[X]=np) and (text{Var}(X)=np(1-p)). Use normal approximation when (np(1-p)) is reasonably large.

Poisson model. Use it for counts driven by a constant rate. Rely on (P(X=k)=e^{-lambda}lambda^k/k!). If two independent Poisson counts merge, the total has rate (lambda_1+lambda_2). Conditional on (X+Y=n), the distribution of (X) becomes Binomial with (p=lambda_1/(lambda_1+lambda_2)).

Lognormal model. Recognize it when the logarithm of a variable follows a Normal pattern. Use (E[X]=exp(mu+sigma^2/2)) and quantile relationships via (ln x) transformations.

Select the model through structural cues–hazard shape, tail behavior, or algebraic form of the density–then apply the core identities above to shorten computation steps.

Step-by-Step Breakdown of Typical Calculation Tasks

Apply a fixed workflow: isolate the random variable type, write the distribution formula, and translate every numeric input directly into symbolic form before touching a calculator.

For discrete settings, convert each probability target into a finite sum or a closed-form expression. For continuous settings, write the integral limits immediately and reduce the integrand to its simplest form before evaluating.

Approaches to Solving Conditional Probability Scenarios

Prioritize a numeric breakdown of all outcomes before applying any ratios. This minimizes ambiguity and exposes hidden dependencies between events.

  • Create a full outcome grid: Build a table listing every pairing of events. Assign concrete values such as frequencies or counts instead of abstract symbols whenever possible.
  • Translate wording into events: Mark each event with clear labels (e.g., A = “machine produces a defect”, B = “item passes inspection”). This prevents mixing conditional and joint statements.
  • Use proportional scaling: When probabilities are given as percentages, convert them into counts–e.g., treat 30% as 30 items out of 100–so conditional ratios become intuitive.
  • Check directionality: Distinguish between P(A|B) and P(B|A). Reverse conditions only through Bayes’ formula, never by assumption.
  • Isolate disjoint segments: If events originate from different sources (e.g., multiple machines or categories), compute segment-specific probabilities first, then combine them via weighted sums.

Apply Bayes’ formula only after verifying that all prior and joint probabilities are consistent. Recompute totals to confirm they sum to 1 or to the full count used in scaling.

  1. List all priors (e.g., proportions of groups).
  2. Assign likelihoods to each group separately.
  3. Multiply priors by likelihoods and normalize the results.

Use tree diagrams for multi-stage scenarios. Place conditional values on branches and multiply along each path to obtain joint outcomes. Sum paths targeting the same final event before calculating any ratios.

Techniques for Handling Joint Density and Independence Questions

Check whether the joint function factors as f(x,y)=g(x)h(y); if the factorisation holds on the full support, treat X and Y as independent without additional algebra.

Verify the support boundaries first: map the region precisely, convert it to inequalities, and ensure any integration aligns exactly with that geometry rather than relying on symmetric assumptions.

Normalise any proposed joint function by computing ∬ f(x,y) dx dy and confirming it equals 1; if it does not, scale f(x,y) immediately to avoid inconsistent results downstream.

When computing marginals, integrate only over the valid region. For triangular or polygonal supports, split the integral into segments that match each linear boundary to avoid incorrect limits.

For conditional density tasks, apply f(x|y)=f(x,y)/f_Y(y) and assess whether f_Y(y) vanishes at any boundary; adjust the domain of x accordingly to avoid undefined expressions.

Use Jacobians explicitly when transforming variables: define u=g(x,y), v=h(x,y), derive |J|, and ensure the transformed support is expressed with exact inequalities rather than sketches.

Validate independence by checking both factorisation and marginal–conditional consistency: if f(x|y)=f_X(x) for all allowed y, treat this as confirmation that the variables behave independently.

Strategies for Computing Expected Values in Practice Items

Use linearity of expectation immediately: compute each component’s mean separately, then sum the results without checking any interdependence.

Apply discrete weighting precisely: multiply every outcome (x_i) by its probability (p_i), ensuring the full set of probabilities adds up to 1. For truncated sets, renormalize the probabilities before calculating.

For continuous tasks, rely on definite integrals: evaluate (int x f(x),dx) across the stated interval, and confirm the density integrates to 1 before proceeding.

When dealing with mixed distributions, split the computation into discrete and continuous segments; compute each segment’s expectation independently and combine them algebraically.

Check for symmetry: if a distribution is symmetric around a point (m), assign the expectation as (m) without further computation.

Use moment-generating functions for condensed calculations: differentiate the MGF once at zero to obtain the expectation when the density or mass function is cumbersome.

For weighted scenarios such as stratified selections, multiply each stratum’s mean by its selection proportion, then aggregate the results to obtain the overall expectation.

Methods for Addressing Variance and Covariance Problems

Apply closed-form variance rules to reduce calculation time: for independent risks use Var(S) = ΣVar(Xᵢ); for correlated components apply Var(S) = ΣVar(Xᵢ) + 2ΣCov(Xᵢ, Xⱼ). Insert numeric values immediately to avoid symbolic overload and to control rounding error.

Use correlation matrices when multiple random variables share dependencies. Confirm matrix symmetry and positive semi-definiteness before any matrix multiplication, then compute Σ = D·R·D, where D is the diagonal matrix of standard deviations and R is the correlation matrix. This ensures consistent covariance outputs.

Stabilize computations by scaling variables: divide each quantity by a constant (e.g., expected claim count or exposure) to keep intermediate values within a narrow numeric range. After calculations rescale results back to the original units.

Check linearity assumptions explicitly. For aggregated loss models confirm that Xᵢ + Xⱼ follows the variance rule Var(aX + bY) = a²Var(X) + b²Var(Y) + 2abCov(X, Y). Substitute coefficients directly, especially when deductibles or coinsurance factors modify random variables.

Insert Monte Carlo diagnostics when analytical covariance is complex. Generate a large simulated vector (≥100,000 iterations), compute empirical variances and covariances, then compare with theoretical outputs. Differences larger than 2–3% often indicate an algebraic misstep.

Inspect covariance drivers by decomposing Cov(X, Y) into E[XY] − E[X]E[Y]. Calculate each term separately using the same integration grid or probability table to avoid inconsistencies produced by mismatched discretization.

Use conditional variance decomposition for hierarchical models: Var(X) = E[Var(X | Z)] + Var(E[X | Z]). Compute both components explicitly, especially when rating variables or frequency-severity structures introduce hidden variability.

Frequent Mistakes Students Make When Solving Practice Items

Check numerical assumptions first, since many missteps arise from treating given values as fixed without verifying units or ranges.

  • Ignoring unit conversions: Convert rates, time spans, and monetary amounts before substitution. For example, switch hours to years or cents to dollars before inserting values into formulas.
  • Using outdated formulas: Reconfirm that the variance, moment-generating form, or distribution parameters match the current syllabus. Many learners still apply old expressions for Poisson or Gamma setups.
  • Skipping boundary checks: Validate that probability outputs fall between 0 and 1. If a calculation yields a value outside this interval, revisit parameter inputs immediately.
  • Overcomplicating algebra: Simplify fractions early. For instance, reduce ratios in expected-value setups before multiplying large numbers; this prevents rounding drift.
  • Relying solely on mental math: Use structured steps: list known variables, write the stochastic relation, insert values, then compute. This reduces dropped terms in multi-stage calculations.
  • Misreading distribution clues: Identify whether the context implies independence, constant hazard, or memoryless behavior. Many errors stem from treating dependent events as independent.

Before finalizing any solution, perform a quick sensitivity check by adjusting one parameter (e.g., rate λ or mean μ) by a small amount to see if the outcome behaves as expected; abnormal shifts often reveal earlier slips.

Structured Scenario Walkthroughs with Annotated Solutions

exam p sample questions answers

Apply a direct numeric step first: confirm all parameters, compute boundary inputs, and attach short notes describing each shift in value.

Loss Model Case: With Poisson frequency λ=0.3 and severity modeled as lognormal(μ=7.8, σ=0.9), estimate expected cost via λ×E[X]. Compute E[X]=exp(μ+σ²/2)≈exp(7.8+0.405)=exp(8.205)≈3668. Then aggregate mean ≈0.3×3668≈1100. Add concise tags such as “mean inflated due to lognormal spread”.

Tail Metric Step: For a 95th percentile on the same severity, apply exp(μ+σ·z₀.₉₅)=exp(7.8+0.9·1.645)=exp(9.283)=≈10770. Attach a remark like “tail widened by σ increase”.

Cross-Validation: Reconstruct λ from aggregate mean and severity mean via λ≈1100/3668≈0.30. Add an inline tag such as “frequency retrieved from aggregate ratio”.

Time-Driven Setup: For arrivals with rate 0.55, compute mean interarrival time 1/0.55≈1.82. If exposure shrinks by 12%, adjust rate to 0.55×0.88≈0.484 and annotate “rate trimmed after exposure cut”.

Stage Action