document.write( "Question 963115: The area of a rectangular field is 150 yd. if it's length is 1 1/2 times its width, find the perimeter of the field? \n" ); document.write( "
Algebra.Com's Answer #588398 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the width be x. \n" ); document.write( "Then the length is 1.5x. \n" ); document.write( "The area of a rectangular field is 150 square yd. \n" ); document.write( "Area=length*width \n" ); document.write( "1.5x*x=150 \n" ); document.write( "x^2=100 \n" ); document.write( "x=10 yards \n" ); document.write( "Width=10 yards \n" ); document.write( "Length=15 yards \n" ); document.write( "Perimeter of the field=2(length+width)=2(15+10)=2*25=50 yards. \n" ); document.write( " |