document.write( "Question 889676: The length of a rectangle is 2 inches less than twice its width. If the area of the rectangle is 112 square inches, find the length of the rectangle?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #538346 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Here's one way to do this: \n" ); document.write( "A = L * W \n" ); document.write( "112 = L * W \n" ); document.write( "L = 2W - 2 \n" ); document.write( "What are the factors of 112? \n" ); document.write( "112,1 \n" ); document.write( "56,2 \n" ); document.write( "28,4 \n" ); document.write( "16,7 \n" ); document.write( "14,8 \n" ); document.write( "Which of those fits the equation L = 2W - 2? \n" ); document.write( "Only the last, 14 and 8, the Length and the Width \n" ); document.write( " |