document.write( "Question 1095575: The area of a rectangular field is 1000 yd2.Two parallel sides are fenced with aluminum at $15/yd. One of the remaining sides is fenced with steel at $10/yd, and all but 10 yd of the remaining side is fenced with wood costing $5/yd.The remaining 10 yd are left unfenced.The total cost of the fencing is $1525. a. What is the length of the side fenced with steel? b. What is the length of each side fenced with aluminum?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #710109 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
The area of a rectangular field is 1000 yd2.
\n" ); document.write( " Two parallel sides are fenced with aluminum at $15/yd.
\n" ); document.write( " One of the remaining sides is fenced with steel at $10/yd, and
\n" ); document.write( " all but 10 yd of the remaining side is fenced with wood costing $5/yd.
\n" ); document.write( " The remaining 10 yd are left unfenced.
\n" ); document.write( " The total cost of the fencing is $1525.
\n" ); document.write( ":
\n" ); document.write( "a. What is the length of the side fenced with steel?
\n" ); document.write( "let L = the length fenced with aluminum
\n" ); document.write( "let w = the fence with steel
\n" ); document.write( "then
\n" ); document.write( "L* w = 1000 sq/yds
\n" ); document.write( "and
\n" ); document.write( "15(2L) + 10w + 5(w-10) = 1525
\n" ); document.write( "30L + 10w + 5w - 50 = 1525
\n" ); document.write( "30L + 15w = 1525 + 50
\n" ); document.write( "30L + 15w = 1575
\n" ); document.write( "simplify, divide eq by 15
\n" ); document.write( "2L + w = 105
\n" ); document.write( "w = 105 - 2L
\n" ); document.write( "Using the area equation, replace w with (105-2L)
\n" ); document.write( "L(105-2L) = 1000
\n" ); document.write( "A quadratic equation
\n" ); document.write( "-2L^2 + 105L - 1000 = 0
\n" ); document.write( "we can use the quadratic formula; a=-2;b=105, c=-1000; but this will factor
\n" ); document.write( "(2L - 25)(L - 40) = 0
\n" ); document.write( "two solutions
\n" ); document.write( "2L = 25
\n" ); document.write( "L = 12.5 yds
\n" ); document.write( "and
\n" ); document.write( "L = 40 yds, this is the reasonable solution for length using aluminum
\n" ); document.write( ":
\n" ); document.write( "then
\n" ); document.write( "w = 105 - 2(40)
\n" ); document.write( "w = 25 yds is fenced with steel
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this by finding the total cost with these values for L and w
\n" ); document.write( "15(2*40) + 10(25) + 5(25-10) =
\n" ); document.write( "1200 + 250 + 75 = 1525
\n" ); document.write( "
\n" );