document.write( "Question 1188894: A rectangle is 5 cm longer than its width. If its width is x cm and its area is
\n" );
document.write( "14 cm2 \n" );
document.write( "
Algebra.Com's Answer #820087 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "If this problem is for a basic algebra class, then you will want to do something like this: \n" ); document.write( "let x = width \n" ); document.write( "then x+5 = length \n" ); document.write( "The area (length times width) is 14: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "It's a quadratic equation; get everything on one side and solve by factoring: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = -7 makes no sense in the problem, so reject it; the solution is \n" ); document.write( "width = x = 2 \n" ); document.write( "length = x+5 = 7 \n" ); document.write( "While that is a good exercise in algebra, note that the formal algebra doesn't help you solve the problem, because in factoring \n" ); document.write( " \n" ); document.write( " |