document.write( "Question 255072: ALGEBRA. The perimeter of a rectangular plot of land is 40m. the length is three times the width. Calculate:
\n" );
document.write( "the width
\n" );
document.write( "the length
\n" );
document.write( "the area of the plot \n" );
document.write( "
Algebra.Com's Answer #187375 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! p=2L+2W \n" ); document.write( "A=LW \n" ); document.write( "L=3W \n" ); document.write( "40=2(3W)+2W \n" ); document.write( "40=8W \n" ); document.write( "5 m=W=width \n" ); document.write( "L=3*5=15 m= length \n" ); document.write( "A=15*5=75 m^2=area \n" ); document.write( " |