document.write( "Question 886052: 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 1,000 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( "
\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?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " I don't know exactly how to do this. Any suggestions on what I mess up on is greatly appreciated. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " 4 * 25 = 100 NOT A VARIABLE COST\r
\n" ); document.write( "\n" ); document.write( " 5y * 8x = 1,000 I put it like this because it is a rectangle and I was trying to get the area. So I multiplied l * w. \r
\n" ); document.write( "\n" ); document.write( "5y * 8x - 5y = 1,000 - 5y
\n" ); document.write( "8x = -5y + 1,000
\n" ); document.write( "8x - 1,000 = -5y + 1,000 - 1,000
\n" ); document.write( "8x - 1,000 = -5y
\n" ); document.write( "8x - 1,000 / -5 = -5y / -5
\n" ); document.write( "-8/5x - 200
\n" ); document.write( "C(x) = - 8/5x - 200\r
\n" ); document.write( "\n" ); document.write( "I was told it was wrong. I've also tried the following. \r
\n" ); document.write( "\n" ); document.write( "8x^2 + 5 y + 100 = 1000
\n" ); document.write( "8x^2 5y + 100 - 100 = 1000 - 100
\n" ); document.write( "8x^2 + 5y = 900
\n" ); document.write( "8x^2 + 5y - 8x^2 = -8x^2 + 900
\n" ); document.write( "5y = -8x^2 + 900
\n" ); document.write( "5y / 5 = -8x2 + 900 / 5
\n" ); document.write( "y = -8/5x^2 +180\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "8x + 8x + 5y + 100 = 1000
\n" ); document.write( "16x + 5y + 100 = 1000
\n" ); document.write( "16x + 5y + 100 - 100 = 1000 - 100
\n" ); document.write( "16x + 5y = 900
\n" ); document.write( "16x + 5y - 16x = -16x + 900
\n" ); document.write( "5y = -16x + 900
\n" ); document.write( "5y / 5 = -16x + 900 / 5
\n" ); document.write( "y = -16/5x + 180\r
\n" ); document.write( "\n" ); document.write( "I'm not sure how to explain the cost of the project or to find the domain either. \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Thank you in advance. Chastity Moore
\n" ); document.write( "

Algebra.Com's Answer #535648 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
x*y=1000
\n" ); document.write( "y=1000/x\r
\n" ); document.write( "\n" ); document.write( "5y+16x+100=C(x)
\n" ); document.write( "5(1000/x)+16x+100=C(x)\r
\n" ); document.write( "\n" ); document.write( "The domain is all positive real numbers.
\n" ); document.write( "
\n" ); document.write( "
\n" );