document.write( "Question 320637: In a rectangle, the perimter is 94 inches. The length of the rectangle is 5 inches less than three times the width. What is the length and width? \n" ); document.write( "
Algebra.Com's Answer #229632 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let width =x \n" ); document.write( "length = 3x-5 \n" ); document.write( "perimeter =94 inches \n" ); document.write( ".. \n" ); document.write( "Perimeter = 2L + 2W \n" ); document.write( "2x+2(3x-5)=94 \n" ); document.write( "2x+6x-10=94 \n" ); document.write( "8x=104 \n" ); document.write( "x=13 inches the width \n" ); document.write( "length = 3*13-5 \n" ); document.write( "=34 inches \n" ); document.write( ".. \n" ); document.write( "2*13+2*34= 94 \n" ); document.write( " |