document.write( "Question 799030: A rectangle has an area of 728 square inches and a length which is four inches more than four times the width. Find the length and the width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #482465 by Finavon(81)![]() ![]() ![]() You can put this solution on YOUR website! sides l and w \n" ); document.write( "l*w=728 (1) \n" ); document.write( "l=4w+4 {2) \n" ); document.write( "subst for l in (1) \n" ); document.write( "w*(4w+4)=728 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Real solution w=13 in and l=56 in \n" ); document.write( "Check: 13*56 = 728 \n" ); document.write( " |