document.write( "Question 832657: The length of a rectangular tile is twice its width, and its perimeter is 21cm. Find the length and the width of the tile. \n" ); document.write( "
Algebra.Com's Answer #502150 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A perimeter is a fence. You need 2 pieces of length + 2 pieces of width. P = 2L + 2W \n" ); document.write( "You're given the following information: \n" ); document.write( "P = 21 \n" ); document.write( "L = 2W \n" ); document.write( "Enter that information into the equation: \n" ); document.write( "P = 2L + 2W \n" ); document.write( "21 = 2(2W) + 2W \n" ); document.write( "Multiply \n" ); document.write( "21 = 4W + 2W \n" ); document.write( "21 = 6W \n" ); document.write( "Divide each side by 6 \n" ); document.write( "3.5 = W \n" ); document.write( ". \n" ); document.write( "If W is 3.5, then L is twice that or 7 <<-- \n" ); document.write( " |