document.write( "Question 112615: I am having a hard time writing the formula needed in order to solve this equation; A farmer wishes to fence in a pasture along a straight highway. The pasture is to contain 500 sq ft of land and be rectangular. If the fencing along the highway is heavy duty and costs $3 per foot, while the material for the remaining three sides costs $2 per foot, find the dimensions of the pasture with the minimum fencing cost. \n" ); document.write( "
Algebra.Com's Answer #82118 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=\"highway dimension\", so 500/x=\"other dimension\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c=3x+2x+2(2(500/x)) ___ c=5x+2000/x
\n" ); document.write( "
\n" );