document.write( "Question 344644: Rectangle closet: If the perimeter of a rectangular sign is 44cm and the width is 2cm shorter than half the length, then what is the length and width? \n" ); document.write( "
Algebra.Com's Answer #246579 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let length be x cm \n" ); document.write( "width = (x/2)-2 cm \n" ); document.write( "perimeter = 2*(L+(x/2)) \n" ); document.write( "Perimeter = 44 cm \n" ); document.write( "44=2*((x)+(x/2 -2)) \n" ); document.write( "44= 2(3x/2 -2 ) \n" ); document.write( "/2 \n" ); document.write( "22= 3x/2 -2+2 \n" ); document.write( "24=3x/2 \n" ); document.write( "multiply by 2 \n" ); document.write( "48=3x \n" ); document.write( "/3 \n" ); document.write( "16cm =x the length\r \n" ); document.write( "\n" ); document.write( "width = 16/2 - 2 \n" ); document.write( "=6 cm \n" ); document.write( ".... \n" ); document.write( " \n" ); document.write( " |