document.write( "Question 459049: An apartment building contains 12 units consisting of one- and two-bedroom apartments that rent for $360 and $450 per month, respectively. When all units are rented, the total monthly rental is $4,950. What is the number of two-bedroom apartments?
\n" );
document.write( "A. 3
\n" );
document.write( "B. 4
\n" );
document.write( "C. 5
\n" );
document.write( "D. 6
\n" );
document.write( "E. 7 \n" );
document.write( "
Algebra.Com's Answer #314859 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+y=12 y=12-x \n" ); document.write( "360x+450y=4950 \n" ); document.write( "360x+450(12-x)=4950 \n" ); document.write( "360x+5400-450x=4950 \n" ); document.write( "-90x=-450 \n" ); document.write( "x=5 \n" ); document.write( "y=12-5=7 two bed \n" ); document.write( " |