document.write( "Question 207951: You are in the market for a new home. You're looking at a housing community. As you leave the housing community, you notice another new community just down the road. Because you're in the area, you decide to inquire about it.
\n" );
document.write( "a) The sales rep. here tells you they have two floor plans available, but only have 38 homes available. Write an equation that illustrates the situation. Use x and y to denote floor plan #1 and floor plan #2, respectively.
\n" );
document.write( "b.) The representative tells you that floor plan # 1 sells for $175,000 and floor plan # 2 sells for $200,000. He also mentions that all the available homes combined are worth $7,200,000. Write an equation that illustrates this situation. Use the same variables you used in part a).
\n" );
document.write( "c.) Use elimination to determine how many houses with each floor plan are available. Explain how you arrived at your answer. \n" );
document.write( "
Algebra.Com's Answer #157293 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+y=38 x=38-y \n" ); document.write( "175000x+200000y=7200000 \n" ); document.write( "175000(38-y)+200000y+7200000 \n" ); document.write( "6650000-175000y+200000y=7200000 \n" ); document.write( "25000y=55000 \n" ); document.write( "y=22 \n" ); document.write( "----------------------- \n" ); document.write( "22*200000=4400000 \n" ); document.write( "16*175000=2800000 \n" ); document.write( "total 7200000 \n" ); document.write( "--------------------- \n" ); document.write( "y=22 \n" ); document.write( "x=16 \n" ); document.write( " |