document.write( "Question 293158: 2. As you are leaving the community, you notice another new community just down the street. Because you are in the area, you decide to inquire about it. \r
\n" );
document.write( "\n" );
document.write( "a. The sales representative here tells you they also have two floor plans available, but they only have 38 homes still for sale. Write an equation that illustrates the situation. Use x and y to denote floor plan one and floor plan two respectively.
\n" );
document.write( "X+y=38\r
\n" );
document.write( "\n" );
document.write( "b. The representative tells you that floor plan one sells for $175,000 and floor plan two sells for $200,000. She also mentions that all the available houses combined are worth $7,200,000. Write an equation that illustrates this situation. Use the same variables you used in Part a.\r
\n" );
document.write( "\n" );
document.write( "c. Use elimination to determine how many houses are available in each floor plan. Explain how you arrived at your answer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #211639 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! As you are leaving the community, you notice another new community just down the street. Because you are in the area, you decide to inquire about it. \n" ); document.write( "a. The sales representative here tells you they also have two floor plans available, but they only have 38 homes still for sale. Write an equation that illustrates the situation. Use x and y to denote floor plan one and floor plan two respectively. \n" ); document.write( ". \n" ); document.write( "Let x = number of floor plan one \n" ); document.write( "and y = number of floor plan two \n" ); document.write( "then \n" ); document.write( "x+y=38 \n" ); document.write( ". \n" ); document.write( "b. The representative tells you that floor plan one sells for $175,000 and floor plan two sells for $200,000. She also mentions that all the available houses 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( ". \n" ); document.write( "175000x + 200000y = 7200000 \n" ); document.write( ". \n" ); document.write( "c. Use elimination to determine how many houses are available in each floor plan. Explain how you arrived at your answer. \n" ); document.write( ". \n" ); document.write( "x+y=38 (equation 1) \n" ); document.write( "175000x + 200000y = 7200000 (equation 2) \n" ); document.write( ". \n" ); document.write( "Using the elimination method: \n" ); document.write( "Start by eliminating y -- do this by multiplying equation 1 by -200000: \n" ); document.write( "-200000x - 200000y = -7600000 \n" ); document.write( " 175000x + 200000y = 7200000 \n" ); document.write( ". \n" ); document.write( "ADD the two equations together: \n" ); document.write( "-200000x - 200000y = -7600000 \n" ); document.write( " 175000x + 200000y = 7200000 \n" ); document.write( "----------------------------- \n" ); document.write( "-25000x = -400000 \n" ); document.write( "x = -400000/-25000 \n" ); document.write( "x = 16 (number of floor plan one) \n" ); document.write( ". \n" ); document.write( "To find number of floor plan two, use equation 1 and substitute the above into it: \n" ); document.write( "x+y=38 \n" ); document.write( "16+y=38 \n" ); document.write( "y = 38-16 \n" ); document.write( "y =20 \n" ); document.write( " |