document.write( "Question 913079: Hello, I'm having trouble with this problem.
\n" );
document.write( "Tina made a quilt that was 8 inches taller than it was wide. She then sewed a 4 inch border around the entire quilt. If the area of the quilt and its border is 1920 square inches, find the dimensions of the quilt without the border? \n" );
document.write( "
Algebra.Com's Answer #554319 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Tina made a quilt that was 8 inches taller than it was wide. \n" ); document.write( " She then sewed a 4 inch border around the entire quilt. \n" ); document.write( " If the area of the quilt and its border is 1920 square inches, find the dimensions of the quilt without the border? \n" ); document.write( ": \n" ); document.write( "Let w = the width of the original quilt \n" ); document.write( "then \n" ); document.write( "(w+8) = the length of the original quilt \n" ); document.write( ": \n" ); document.write( "Sewing a 4\" border around the quilt will add 8\" to each dimension \n" ); document.write( "therefore \n" ); document.write( "(w+8) * (w+8+8) = 1920 \n" ); document.write( "(w+8) * (w+16) = 1920 \n" ); document.write( "FOIL \n" ); document.write( "w^2 + 16w + 8w + 128 = 1920 \n" ); document.write( "w^2 + 24w + 128 - 1920 = 0 \n" ); document.write( "A quadratic equation \n" ); document.write( "w^2 + 24w - 1792 = 0 \n" ); document.write( "you can use the quadratic formula, but this will factor to: \n" ); document.write( "(w-32)(w+56) = 0 \n" ); document.write( "The positive solution is all we want here \n" ); document.write( "w = 32\" is width of the original quilt \n" ); document.write( "then \n" ); document.write( "32 + 8 = 40\" is length \n" ); document.write( " |