document.write( "Question 617246: there are 3 concentric rectangles. the length of the outer rectangle is twice the legth of inner rectangle and so is the case with the breadth. the middle rectangle is equidistant from both the rectangles. then the area of the middle rectangle is \n" ); document.write( "
Algebra.Com's Answer #388235 by Theo(13342) You can put this solution on YOUR website! area of the inner rectangle is equal to L*W \n" ); document.write( "area of the outer rectangle is equal to 2*L*2*W = 4*L*W \n" ); document.write( "area of the middle rectangle is equal to 1.5*L*1.5*W = 2.25*L*W \n" ); document.write( "example: \n" ); document.write( "inner rectangle L = 10 \n" ); document.write( "inner rectangle W = 8 \n" ); document.write( "outer rectangle L = 20 \n" ); document.write( "outer rectangle W = 16 \n" ); document.write( "middle rectangle L = (20-10)/2 + 10 = 10/2 + 10 = 5 + 10 = 15 \n" ); document.write( "middle rectangle W = (16-8)/2 + 8 = 8/2 + 8 = 4 + 8 = 12 \n" ); document.write( "area of inner rectangle = 10*8 = 80 \n" ); document.write( "area of outer rectangle = 20*16 = 320 = 4*80 \n" ); document.write( "area of middle rectangle = 15*12 = 180 = 2.25*80 \n" ); document.write( " \n" ); document.write( " |