document.write( "Question 1021898: A rectangular painting covers an area of 12 square feet on a wall. The width of the painting is 1 foot more than its length.\r
\n" );
document.write( "\n" );
document.write( "Find the length and width of the painting.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637595 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Area A = LW = 12. \n" ); document.write( "Also we have W = L + 1. \n" ); document.write( "Substituting we have \n" ); document.write( "L(L + 1) = 12 \n" ); document.write( "L^2 + L - 12 = 0 \n" ); document.write( "Factoring we get \n" ); document.write( "(L + 4)(L - 3) = 0 \n" ); document.write( "and the length is \n" ); document.write( "L = 3 \n" ); document.write( "W = 4 \n" ); document.write( "(We could have seen this from the beginning but this is the algebra for it...) \n" ); document.write( " |