document.write( "Question 250916: A rectangular blanket is 20 inches longer than it is wide. If the area of the blanket is 1,125 square inches, find the length and the width. \n" ); document.write( "
Algebra.Com's Answer #182683 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! A rectangular blanket is 20 inches longer than it is wide. If the area of the blanket is 1,125 square inches, find the length and the width. \n" ); document.write( "A=(length)(width) \n" ); document.write( "A=1125 \n" ); document.write( "Length=w+20 \n" ); document.write( "Width=w \n" ); document.write( ". \n" ); document.write( "1125=(w+20)(w) [plug-in the values] \n" ); document.write( "1125=w^2+20w \n" ); document.write( "0=w^2+20w-1125 \n" ); document.write( "0=(w-25)(w+45)[factor and solve for the w-term] \n" ); document.write( "w-25=0 \n" ); document.write( "w=25 inches [this is the solution for the width] \n" ); document.write( "and \n" ); document.write( "w+45=0 \n" ); document.write( "w=-45 [eliminate this solution since a measurement cannot be negative] \n" ); document.write( ". \n" ); document.write( "Since the length=w+20, than, 25+20=45 inches (length) \n" ); document.write( " |