document.write( "Question 1091661: The area of a rectangle is 24 square inches. If the length is 3 times the width, then find the dimensions of the rectangle. Round off your answers to the nearest hundredth. \n" ); document.write( "
Algebra.Com's Answer #706101 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The area of a rectangle is 24 square inches. If the length is 3 times the width, then find the dimensions of the rectangle. \n" ); document.write( "=============================== \n" ); document.write( "L*W = 24 \n" ); document.write( "L = 3W \n" ); document.write( "------ \n" ); document.write( "Sub for L in the 1st equation. \n" ); document.write( " \n" ); document.write( " |