document.write( "Question 887525: The length of a rectangle is ten times as long as it's height. If the total perimeter of the rectangle is 44 inches, what are the dimensions of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #536696 by 2897696(96)![]() ![]() You can put this solution on YOUR website! width(height): x \n" ); document.write( "length of rectangle: 10x\r \n" ); document.write( "\n" ); document.write( "perimeter: width +width +length +length = 44 inches \n" ); document.write( "or ------- 2width+2length=44\r \n" ); document.write( "\n" ); document.write( "2x+2(10x)=44 \n" ); document.write( "2x+20x=44 \n" ); document.write( "22x=44 \n" ); document.write( "x=2 the width is 2 inches\r \n" ); document.write( "\n" ); document.write( "length: \n" ); document.write( "10x \n" ); document.write( "10*2 \n" ); document.write( "20 inches\r \n" ); document.write( "\n" ); document.write( "ANSWER: \n" ); document.write( "length:20 inches \n" ); document.write( "width: 2 inches \n" ); document.write( " |