document.write( "Question 749103: If a room is 136 square feet in perimeter. If the length of the room is 20 feet, what is the width? \n" ); document.write( "
Algebra.Com's Answer #455779 by Cromlix(4381) You can put this solution on YOUR website! Perimeter = 2 x Length + 2 x width \n" ); document.write( "136 = 2 x 20 + 2 x width \n" ); document.write( "136 = 40 + 2 x width \n" ); document.write( "136 - 40 = 2 x width \n" ); document.write( " 96 = 2 x width \n" ); document.write( " 96/2 = width \n" ); document.write( " 48ft = width \n" ); document.write( " |