document.write( "Question 220661: The sales representative here tells you they also have two floor plans available, but they 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. \r
\n" );
document.write( "\n" );
document.write( "For this part I did, x+y=38 but from here I'm not really sure if I know how to do this.\r
\n" );
document.write( "\n" );
document.write( "The representative tells you that floor plan #1 sells for $175,000 and floor plan #2 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( "Use elimination to determine how many houses with each floor plan are available. Explain how you arrived at your answer.\r
\n" );
document.write( "\n" );
document.write( "I started by making this equation: 175,000x + 200,000y = 7,200,000 I think I am on the right track but I am not sure, word problems and Algebra alone confuse me very much. \n" );
document.write( "
Algebra.Com's Answer #165607 by Theo(13342)![]() ![]() You can put this solution on YOUR website! you were on the right track. \n" ); document.write( "----- \n" ); document.write( "you let x = number of houses with floor plan 1 \n" ); document.write( "you let y = number of houses with floor plan 2 \n" ); document.write( "----- \n" ); document.write( "you had x + y = 38 \n" ); document.write( "you had 175000*x + 200000*y = 7200000 \n" ); document.write( "----- \n" ); document.write( "you need to solve both these equations simultaneously. \n" ); document.write( "----- \n" ); document.write( "you can do it by substitution. \n" ); document.write( "----- \n" ); document.write( "take the first equation and solve for x or y. \n" ); document.write( "either one will do. \n" ); document.write( "I used x = 38-y \n" ); document.write( "----- \n" ); document.write( "substitute for x in the second equation to get: \n" ); document.write( "175000 * (38-y) + 200000 * y = 7200000 \n" ); document.write( "this expands to be: \n" ); document.write( "175000 * 38 - 175000 * y + 200000 * y = 7200000 \n" ); document.write( "this simplifies to: \n" ); document.write( "6650000 + 25000y = 7200000 \n" ); document.write( "subtract 6650000 from both sides of this equation to get: \n" ); document.write( "25000y = 550000 \n" ); document.write( "divide both sides by 25000 to get: \n" ); document.write( "y = 22 \n" ); document.write( "that makes x = 16 because 22 + 16 = 38 \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |