document.write( "Question 233621: the perimeter of a rectangle is 156 inches. the length exeeds the width by 26 inches. find the length and width. \n" ); document.write( "
Algebra.Com's Answer #172412 by stanbon(75887) ![]() You can put this solution on YOUR website! the perimeter of a rectangle is 156 inches. the length exeeds the width by 26 inches. find the length and width. \n" ); document.write( "------- \n" ); document.write( "Let width = W \n" ); document.write( "The length = W+26 \n" ); document.write( "----------------------- \n" ); document.write( "Perimeter = 2(width + length) \n" ); document.write( "156 = 2(W + W+26) \n" ); document.write( "78 = 2W + 26 \n" ); document.write( "2W = 52 \n" ); document.write( "W = 26 inches (width) \n" ); document.write( "L = W + 26 = 52 inches (length) \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |