document.write( "Question 251706: There are 42 houses available. Floor plan 1 is worth 100,000 and Floor plan 2 is worth 150,000. All 42 houses together are worth 6,000,000. How many of each floor plan is available? \n" ); document.write( "
Algebra.Com's Answer #183397 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
Let x= number of floor plans selling for 100k
\n" ); document.write( "100x+150(42-x)=6000 Take 3 zeros off the large numbers for easier computation.
\n" ); document.write( "100x+6300-150x=6000
\n" ); document.write( "-50x=-300
\n" ); document.write( "x=6 for 100k
\n" ); document.write( "36 for 150k
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );