document.write( "Question 304005: the width of a rectangle is 5 meters and its perimeter is 24meters. what is the area of the rectangle in square meters \n" ); document.write( "
Algebra.Com's Answer #217837 by edjones(8007)![]() ![]() You can put this solution on YOUR website! w=5, P=24 \n" ); document.write( "P=2L+2w \n" ); document.write( "2L+10=24 \n" ); document.write( "2L=14 \n" ); document.write( "L=7 \n" ); document.write( ". \n" ); document.write( "Lw=A \n" ); document.write( "7*5=35 sq m \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |