document.write( "Question 160719: Can someone PLEASE help me ?? I am stuck.
\n" );
document.write( "Assume there is a linear relationship between the size of a house and its cost. Then find out how much it would cost to build a 2300 square foot house.This table shows the cost of building two different size houses:\r
\n" );
document.write( "\n" );
document.write( "size (sq.ft):1500,1900
\n" );
document.write( "cost :$20 000,$24 000\r
\n" );
document.write( "\n" );
document.write( "Find an equation that shows the relationship between the size of a house and its cost. Then find out how much it would cost to build a 2300 square foot house.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #118498 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! size (sq.ft):1500,1900 \n" ); document.write( "cost :$20 000,$24 000 \n" ); document.write( "(24,000-20,000)/(1900-1500) \n" ); document.write( "4000/400=$10 per ft^2 \n" ); document.write( "(2,300-1,900)*10+24,000 \n" ); document.write( "400+10+24,000 \n" ); document.write( "4,000+24,000=$28,000 for the 2,300 ft house. \n" ); document.write( " |