document.write( "Question 1192325: in a rice mill the bags of rice has mean weight of 5.05 kg and standard deviation is 0.02 kg. if a bag is selected at random then find the probability that its weight is below 5 kg? \n" ); document.write( "
Algebra.Com's Answer #849043 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
**1. Understand the Problem**\r
\n" ); document.write( "\n" ); document.write( "* We're given a normal distribution of rice bag weights.
\n" ); document.write( "* Mean weight (μ) = 5.05 kg
\n" ); document.write( "* Standard deviation (σ) = 0.02 kg
\n" ); document.write( "* We want to find the probability that a randomly selected bag weighs less than 5 kg.\r
\n" ); document.write( "\n" ); document.write( "**2. Calculate the Z-score**\r
\n" ); document.write( "\n" ); document.write( "* The Z-score tells us how many standard deviations a value is from the mean.
\n" ); document.write( "* Formula: Z = (X - μ) / σ
\n" ); document.write( " * Where:
\n" ); document.write( " * X is the value we're interested in (5 kg)
\n" ); document.write( " * μ is the mean
\n" ); document.write( " * σ is the standard deviation\r
\n" ); document.write( "\n" ); document.write( "* Calculation: Z = (5 - 5.05) / 0.02 = -0.25\r
\n" ); document.write( "\n" ); document.write( "**3. Find the Probability**\r
\n" ); document.write( "\n" ); document.write( "* We need to find the area under the standard normal distribution curve to the left of Z = -0.25.
\n" ); document.write( "* You can use:
\n" ); document.write( " * A Z-table: Look up the value corresponding to Z = -0.25 in a standard normal distribution table.
\n" ); document.write( " * Statistical software or calculator: Use functions like `norm.cdf()` in Python (scipy library) or similar functions in other tools.\r
\n" ); document.write( "\n" ); document.write( "* **Result:** The probability of a randomly selected bag weighing less than 5 kg is approximately **0.4013**.\r
\n" ); document.write( "\n" ); document.write( "**In summary:**\r
\n" ); document.write( "\n" ); document.write( "There's about a 40.13% chance that a randomly selected bag of rice from this mill will weigh less than 5 kg.
\n" ); document.write( "
\n" ); document.write( "
\n" );