document.write( "Question 888790: The length of a rectangle is 8 inches less than 4 times the width. The perimeter is 114 inches. Find the length and the width.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The length is______ inches and the width is ______ inches \n" );
document.write( "
Algebra.Com's Answer #537680 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 8 inches less than 4 times the width. The perimeter is 114 inches. Find the length and the width. \n" ); document.write( "*** \n" ); document.write( "let x=width \n" ); document.write( "4x-8=length \n" ); document.write( "2(length+width)=perimeter \n" ); document.write( "2(x+4x-8)=114 \n" ); document.write( "10x-16=114 \n" ); document.write( "10x=130 \n" ); document.write( "x=13 \n" ); document.write( "4x-8=44 \n" ); document.write( "width=13 inches \n" ); document.write( "length=44 inches \n" ); document.write( " |