document.write( "Question 1066432: A construction company's cost to build a new home is 35,000 plus $95 for each square foot of floor space .
\n" );
document.write( "- write an equation for a function where the cost c to build a house is a function of f square feet of floor space .
\n" );
document.write( "- use your function to determine how much it will cost to build a house with an area of 1600 square feet \n" );
document.write( "
Algebra.Com's Answer #681612 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Cost=$35,000+95x, where x=sq ft. \n" ); document.write( "=35,000+95(1600)=$187,000 \n" ); document.write( " |