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 #535654 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x represents the length of the side perpendicular to the river. \n" ); document.write( "let y represent the length of the side parallel to the river. \n" ); document.write( "the perimeter is equal to 2x + y \n" ); document.write( "since the cost per foot of x is equal to 8, then the cost of x feet is equal to 8 * x. \n" ); document.write( "since the cost per foot of y is equal to 5, then the cost of y feet is equal to 5 * y. \n" ); document.write( "the cost of the perimeter of fencing is equal to (4 * 25) + (2 * 8 * x) + (5 * y) \n" ); document.write( "the 4 * 25 is the cost of the 4 posts. \n" ); document.write( "the 2 * 8 * x is the cost of the sides perpendicular to the river. \n" ); document.write( "the 5 * y is the cost of the side parallel to the river.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the area is equal to length * width and x is the width and y is the length, then the area is equal x * y \n" ); document.write( "since the area is equal to 1000 square feet, then you get: \n" ); document.write( "x * y = 1000 \n" ); document.write( "if you solve for y, you get y = 1000 / x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute for y in the cost equation and you get: \n" ); document.write( "c(x) = (4 * 25) + (2 * 8 * x) + (5 * (1000 / x))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "simplify this equation to get: \n" ); document.write( "c(x) = 100 + (16 * x) + (5000 / x).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the value of x cannot be less than or equal to 0. \n" ); document.write( "the value of x has to be less than infinity. \n" ); document.write( "the value of y will be based on the equation of y = 1000 / x, because the area will always have to be 1000 and the equation for the area is x * y = 1000 and when you solve for y in the equation of x * y = 1000, you get y = 1000 / x.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you graph this equation, you will find that the minimum cost for the perimeter is when x = 17.677671. \n" ); document.write( "When x = 17.677671, y = 1000 / 17.677671 = 56.56853779 \n" ); document.write( "finding this value is not very easy. \n" ); document.write( "I used the TI-84 plus graphing calculator to find it for me.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 17.677671 and y = 56.56853779, the cost for the fencing becomes 615.6854249.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can see from the graph shown below, that this is the minimum cost for the perimeter.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the domain of the function of c(x) = 100 + (16 * x) + (5000 / x) is equal to all values of x greater than 0.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the range of the function of c(x) is equal to all values of y greater than or equal to 615.6854249.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can see both of those from the graph as well.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |