document.write( "Question 1203898: Benjamin & Associates, a real estate developer, recently built 210 condominiums in McCall, Idaho. The condos were either two-bedroom units or three-bedroom units. If the total number of bedrooms in the entire complex is 537, how many two-bedroom units are there? How many three-bedroom units are there? \n" ); document.write( "
Algebra.Com's Answer #839794 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Let x = number of 3BR units
\n" ); document.write( "Let y = number of 2BR units\r
\n" ); document.write( "\n" ); document.write( "x + y = 210 (from \"... 210 condominiums ...\")
\n" ); document.write( "3x + 2y = 537 (from \"... total number of bedrooms in the entire complex is 537...\")\r
\n" ); document.write( "\n" ); document.write( "Mulitply the first equation by 2 and subtract that result from the bottom equation:
\n" ); document.write( " 3x + 2y = 537
\n" ); document.write( "-(2x + 2y = 420)
\n" ); document.write( "================
\n" ); document.write( " x = 117 --> y = 210-117 = 93\r
\n" ); document.write( "\n" ); document.write( "Answer:
\n" ); document.write( "There are 117 3BR units and 93 2BR units.\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "3*117 + 2*93 = 351 + 186 = 537 (total number of BR's checks out)\r
\n" ); document.write( "\n" ); document.write( "117 + 93 = 210 (total number of units checks out, note we used this to find y)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );