document.write( "Question 910879: The width of a rectangle is 5 inches less than 3 times the length. \r
\n" );
document.write( "\n" );
document.write( "The area is 2 inches squared. Find the length and width
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #552737 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! length x \n" ); document.write( "x(3x-5) = 2in^2 \n" ); document.write( "3x^2 - 5x - 2 = 0 (Tossing out the negative solution for unit measure) \n" ); document.write( "(3x +1)(x-2)= 0 \n" ); document.write( "x = 2in, the length. The width is 1in \n" ); document.write( "and... \n" ); document.write( "A = 2in^2 \n" ); document.write( " |