document.write( "Question 1027409: the length of a rectangle is 7m less than three times the width. If the length is decreased by 5 and the width by three,the perimeter will be 90m. Find the dimensions of the original rectangle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #642727 by mananth(16946)![]() ![]() You can put this solution on YOUR website! the length of a rectangle is 7m less than three times the width. \n" ); document.write( "width =x \n" ); document.write( "length = 3x-7\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " If the length is decreased by 5 => (3x-7)-5 = 3x-12\r \n" ); document.write( "\n" ); document.write( " and the width by three, => x-3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the perimeter will be 90m.\r \n" ); document.write( "\n" ); document.write( "2( (3x-12)+(x-3)=90\r \n" ); document.write( "\n" ); document.write( "2(4x-15)=90\r \n" ); document.write( "\n" ); document.write( "4x-15 = 45 \n" ); document.write( "4x=60 \n" ); document.write( "x=15\r \n" ); document.write( "\n" ); document.write( "find length \n" ); document.write( " |