document.write( "Question 1178715: Solve each problem.
\n" );
document.write( "1. Your monthly electric bill has a mean of ₱120.00. what is the percentage that you will pay an amount between ₱1,380 and ₱1,740?\r
\n" );
document.write( "\n" );
document.write( "2.Suppose the scores in the mathematics exam are normally distributed. If the exam has a mean score of 25 and a standard deviation of 5,what is the probability that if you take the exam you will get a score higher than 30 points? \n" );
document.write( "
Algebra.Com's Answer #850305 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's solve each problem step-by-step:\r \n" ); document.write( "\n" ); document.write( "**Problem 1: Monthly Electric Bill**\r \n" ); document.write( "\n" ); document.write( "* **Understanding the Issue:** \n" ); document.write( " * The mean monthly electric bill is given as ₱120.00. \n" ); document.write( " * The amounts ₱1,380 and ₱1,740 are extremely far from the mean, suggesting there might be an error in the problem statement. It's highly unlikely that monthly bills would be in those amounts. \n" ); document.write( " * To solve this problem, we need a standard deviation. Let's assume a standard deviation of ₱15.00. \n" ); document.write( "* **Calculations:** \n" ); document.write( " 1. **Calculate z-scores:** \n" ); document.write( " * z1 = (1380 - 120) / 15 = 1260 / 15 = 84 \n" ); document.write( " * z2 = (1740 - 120) / 15 = 1620 / 15 = 108 \n" ); document.write( " 2. **Find probabilities:** \n" ); document.write( " * Because the z-scores are so high, the probability of the bill being in that range is extremely close to 0. \n" ); document.write( "* **Answer:** \n" ); document.write( " * The probability is essentially 0.\r \n" ); document.write( "\n" ); document.write( "**Problem 2: Mathematics Exam Scores**\r \n" ); document.write( "\n" ); document.write( "* **Understanding the Issue:** \n" ); document.write( " * The exam scores are normally distributed. \n" ); document.write( " * Mean score (μ) = 25 \n" ); document.write( " * Standard deviation (σ) = 5 \n" ); document.write( " * We want to find the probability of scoring higher than 30. \n" ); document.write( "* **Calculations:** \n" ); document.write( " 1. **Calculate the z-score:** \n" ); document.write( " * z = (X - μ) / σ = (30 - 25) / 5 = 5 / 5 = 1 \n" ); document.write( " 2. **Find the probability:** \n" ); document.write( " * P(X > 30) = P(z > 1) \n" ); document.write( " * Using a z-table or calculator: \n" ); document.write( " * P(z < 1) ≈ 0.8413 \n" ); document.write( " * P(z > 1) = 1 - P(z < 1) ≈ 1 - 0.8413 = 0.1587 \n" ); document.write( "* **Answer:** \n" ); document.write( " * The probability of scoring higher than 30 is approximately 0.1587, or 15.87%. \n" ); document.write( " \n" ); document.write( " |