document.write( "Question 969142: How do I solve this and how do I come up with a $$ amount?\r
\n" );
document.write( "\n" );
document.write( "Minimum Cost A rectangular area adjacent to a river is to be fenced in; no fence is needed on the river side. The enclosed area is to be 1000 square feet. Fencing for the side parallel to the river is $5 per linear foot, and fencing for the other two sides is $8 per linear foot; the four corner posts are $25 apiece. Let x be the length of one of the sides perpendicular to the river.
\n" );
document.write( " (a) Write a function C(x) that describes the cost of the project.
\n" );
document.write( " (b) What is the domain of C?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #592111 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular area adjacent to a river is to be fenced in; no fence is needed on the river side. \n" ); document.write( " The enclosed area is to be 1000 square feet. \n" ); document.write( "Fencing for the side parallel to the river is $5 per linear foot, and fencing for the other two sides is $8 per linear foot; the four corner posts are $25 apiece. \n" ); document.write( ": \n" ); document.write( "the 4 post add $100 to the cost \n" ); document.write( " Let x be the length of one of the sides perpendicular to the river. \n" ); document.write( "Let L = the length of side parallel to river \n" ); document.write( "then \n" ); document.write( "L*x = 1000 \n" ); document.write( "L = \n" ); document.write( ": \n" ); document.write( "(a) Write a function C(x) that describes the cost of the project. \n" ); document.write( "C(x) = 8(2x) + 5( \n" ); document.write( "C(x) = 16x + \n" ); document.write( "(b) What is the domain of C? x > 0 \n" ); document.write( " |