document.write( "Question 125718This question is from textbook College Algebra
\n" );
document.write( ": A rancher has 100 meters of fencing to enclose two adjacent rectangular corrals. The rancher wants the enclosed area to be 350 square meters. What dimensions should the rancher use to obtain this area? \n" );
document.write( "
Algebra.Com's Answer #92225 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=length and y=width __ 2x+3y=100 __ 2x=100-3y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "xy=350 __ 2xy=700\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting __ (100-3y)y=700 __ 100y-3y^2=700 __ 0=3y^2-100y+700\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring __ 0=(3y-70)(y-10) \n" ); document.write( " |