document.write( "Question 863007: The length of a rectangle is three times its width.
\n" );
document.write( "If the area of the rectangle is 300 cm squared, find its perimeter. \n" );
document.write( "
Algebra.Com's Answer #520152 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! L = 3W [The length of a rectangle is three times its width. ] \n" ); document.write( "L * W = 300 (Area = length * width) \n" ); document.write( "Substitute the known value of L into the equation. \n" ); document.write( "(3w) * w = 300 \n" ); document.write( "3w^2 = 300 \n" ); document.write( "Divide each side by 3 \n" ); document.write( "w^2 = 100 \n" ); document.write( "Take the square root of each side \n" ); document.write( "w = 10 \n" ); document.write( ". \n" ); document.write( "Let's check the answer. \n" ); document.write( "If the width is 10, then the length is 3x that, or 30. \n" ); document.write( "30 * 10 = 300 \n" ); document.write( "Success! \n" ); document.write( " |