document.write( "Question 835514: A hotel has 200 rooms. Those with kitchen facilities rent for $100 per night and those without kitchen
\n" );
document.write( "facilities rent for $80 per night. On a night when the hotel was completely occupied, revenues were
\n" );
document.write( "$17,000. How many of each type of room does the hotel have? \n" );
document.write( "
Algebra.Com's Answer #503591 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! x count rooms without kitchen \n" ); document.write( "y count rooms WITH kitchen\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Simplifying the revenue equation, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the system: \n" ); document.write( "---------------------- \n" ); document.write( "x+y=200 \n" ); document.write( "---------------------- \n" ); document.write( "4x+5y=850 \n" ); document.write( "----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Try Elimination. Multitply the room count equation by 4, and.... \n" ); document.write( " |