document.write( "Question 841941: The area of a rectangle is 360 square meters. It's length is 24 meters. What is its width? \n" ); document.write( "
Algebra.Com's Answer #507276 by Narsinghchauhan8960103366(17)![]() ![]() You can put this solution on YOUR website! Let the width = x metre \n" ); document.write( "Length = 24 metre \n" ); document.write( "Area = 360 square metre \n" ); document.write( "Formula \n" ); document.write( "Area = length*width \n" ); document.write( "Width =Area/length \n" ); document.write( "x = 360/24=15 metre Ans. \n" ); document.write( " |