document.write( "Question 299238: The occupancy percentage of a hotel is 88% for the three summer months and 44%
\n" );
document.write( "for the rest of the year’s months. What is the average occupancy percentage for the whole year?\r
\n" );
document.write( "\n" );
document.write( "A. 132% B. 66% C. 55% D. 44% E. another answer
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #215088 by rajagopalan(174)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "let us solve: \n" ); document.write( "first 3 months occupancy = 3x0.88=2.64 months \n" ); document.write( "balance 9 months occupancy=9x0.44=3.96 months \n" ); document.write( "total occupancy for year =2.64+3.96=6.5 months \n" ); document.write( "percentage=(6.5/12)x100=54.2 approx \n" ); document.write( "the answer is C ..55% \n" ); document.write( " |