document.write( "Question 447030: A rectangular carpet has a perimeter of 232 inches. The length of the carpet is 26 inches more than the width, what are the dimensions of the carpet \n" ); document.write( "
Algebra.Com's Answer #307809 by meli10494(1)![]() ![]() ![]() You can put this solution on YOUR website! use the formula p=2L+2W\r \n" ); document.write( "\n" ); document.write( "let p=232 in \n" ); document.write( "let L=26+W\r \n" ); document.write( "\n" ); document.write( "232=2(26+W)+2W plug the numbers in \n" ); document.write( "232=52+2W+2W multiply and/or add \n" ); document.write( "-52=-52+4W substract 52 from both sides \n" ); document.write( "180=4W divide both sides by 4 \n" ); document.write( "45=w or w=45\r \n" ); document.write( "\n" ); document.write( "then plug-in your answer in (26+W) \n" ); document.write( "26+45= 71\r \n" ); document.write( "\n" ); document.write( "so W=45 L=71 \n" ); document.write( " |