document.write( "Question 1121170: A local bank has determined that the daily balances of the checking accounts of its customers are normally distributed with an average of $280 and a standard deviation of $20.\r
\n" );
document.write( "\n" );
document.write( "Questions:
\n" );
document.write( "1. What percentage of its customers has daily balances of more than $275?
\n" );
document.write( "2. What percentage of its customers has daily balances less than $243?
\n" );
document.write( "3. What percentage of its customers' balances is between $241 and 301.60?\r
\n" );
document.write( "\n" );
document.write( "Please show with narrative on how you arrived with the answers and explain the process. \n" );
document.write( "
Algebra.Com's Answer #737019 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Need a z-score with all of these, which essentially makes the table needed a standard normal table with mean 0 and sd 1 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "a. (275-280)/20=-0.25 \n" ); document.write( "want the probability of z <-0.25, and that is 0.4013 or 40.13%\r \n" ); document.write( "\n" ); document.write( "b.(243-280)/20=-1.85, and probability of z < -1.85 is 0.0322 or 3.22%\r \n" ); document.write( "\n" ); document.write( "c. this is z of -39/20 or -1.95 and z of 21.60/20 or 1.08. This has a probability of 0.8343 or 83.43% \n" ); document.write( "Use 2nd VARS 2 for normal cdf and put in the numbers, with at least -6 or +6 for minus or plus infinity. 1E99 is fine but isn't really necessary. \n" ); document.write( " |