document.write( "Question 433187: The director of the Glen Island Zoo wants to use 170m of fencing to enclose a petting area of 1750m squared. Find the dimensions of the petting zoo. \n" ); document.write( "
Algebra.Com's Answer #300300 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! In order for this to work: \n" ); document.write( "2x+2y=170 \n" ); document.write( "xy=1750 \n" ); document.write( "----------------- \n" ); document.write( "y=1750/x \n" ); document.write( "2x+2(1750/x)=170 \n" ); document.write( "2x+3500/x=170 \n" ); document.write( "2x2+3500=170x \n" ); document.write( "2x2-170x+3500=0 \n" ); document.write( "x2-85x+1750=0 \n" ); document.write( "(x-35)(x-50)=0 \n" ); document.write( "x=35,50 \n" ); document.write( "-------------- \n" ); document.write( "Thus a petting zoo of 35m X 50m would work perfectly. \n" ); document.write( "
|