document.write( "Question 534367: 1.what is the expected number of days per month this year to two decimal places?
\n" );
document.write( "2.what if you exclude the months that end in \" from the previous question?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #351470 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The expected number of days per month = sum of days per month / 12 months. \n" ); document.write( "In 2011, there are 365 days. \n" ); document.write( "365/12 = 30.42 days per month \n" ); document.write( ". \n" ); document.write( "If you exclude months that end in \"R\" that means you exclude 4 months: September, October, November, and December. They total 30+31+30+31 = 122 days. \n" ); document.write( ". \n" ); document.write( "365 - 122 = 243 days \n" ); document.write( ". \n" ); document.write( "243/8 = 30.38 \n" ); document.write( " |