document.write( "Question 871993: The area of the rectangle shown is 63 in^2. Find the length and width of the rectangle.\r
\n" );
document.write( "\n" );
document.write( "Below this there is a rectangle with the length as (x+8) and the width as (2x+5) \n" );
document.write( "
Algebra.Com's Answer #525841 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Area(A) = length times width \n" ); document.write( "A = (x+8) times (2x+5) \n" ); document.write( "63 = 2x^2 + 21x + 40 \n" ); document.write( "2x^2 + 21x - 23 = 0 \n" ); document.write( "this factors into \n" ); document.write( "(2x+23) times (x-1) = 0 \n" ); document.write( "x = -23/2 or 1 \n" ); document.write( "x = 1 is the correct answer \n" ); document.write( "length = x + 8 = 9 inches \n" ); document.write( "width = 2x + 5 = 7 inches \n" ); document.write( "note that Area = 9 times 7 = 63 cm^2 \n" ); document.write( " \n" ); document.write( " |