document.write( "Question 759002: The area of a rectangle is 96ft square.
\n" );
document.write( "The width is 4 less than the length.
\n" );
document.write( "What is the perimeter? \r
\n" );
document.write( "\n" );
document.write( "I am having trouble coming up with a formula for questions similar to this.
\n" );
document.write( "L*W = 96, and L-4=W is all I got. \n" );
document.write( "
Algebra.Com's Answer #461761 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The area of a rectangle is 96ft square. \n" ); document.write( "The width is 4 less than the length. \n" ); document.write( "What is the perimeter? \r \n" ); document.write( "\n" ); document.write( "I am having trouble coming up with a formula for questions similar to this. \n" ); document.write( "L*W = 96, and L-4=W is all I got. \n" ); document.write( "---------------- \n" ); document.write( "That's all you need. \n" ); document.write( "Sub for W in the 1st eqn \n" ); document.write( "L*W = 96 \n" ); document.write( "L*(L-4) = 96 \n" ); document.write( "L^2 - 4L - 96 = 0 \n" ); document.write( "(L - 12)*(L + 8) = 0 \n" ); document.write( "L = 12 \n" ); document.write( "-------- \n" ); document.write( "W = 8 \n" ); document.write( "---- \n" ); document.write( "You could have tried factors of 96 and gotten 8 by 12, too. \n" ); document.write( "Perimeter = 40 \n" ); document.write( " |