document.write( "Question 133958: This is a capacity question.\r
\n" );
document.write( "\n" );
document.write( "when Memorial Hospital is filled to capacity, it has 18 more people in semiprivate rooms (two patients to a room) than in private rooms. The room rates are $200 per day for a private room and $150 per day for a semiprivate room. If the total receipts for rooms is $17,400 per day when all are full, then how many rooms of each type does the hospital have? \n" );
document.write( "
Algebra.Com's Answer #97963 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"semiprivate rooms\" and y=\"private rooms\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"18 more people in semiprivate rooms (two patients to a room) than in private rooms\" \n" ); document.write( "__ 2x=y+18 __ 2x-18=y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\" total receipts for rooms is $17,400 per day when all are full\" \n" ); document.write( "__ 300x+200y=17400 __ 3x+2y=174\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ 3x+2(2x-18)=174 __ 3x+4x-36=174 __ 7x=210 __ x=30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ y=2x-18 __ y=2(30)-18 __ y=42 \n" ); document.write( " |