document.write( "Question 601683: What are the dimensions of a rectangle if the length is 7 less than twice the width and the area is 30? \n" ); document.write( "
Algebra.Com's Answer #379942 by flame8855(424)![]() ![]() You can put this solution on YOUR website! let x be the length \n" ); document.write( "let y be the width \n" ); document.write( "x=2y-7 \n" ); document.write( "xy=30 \n" ); document.write( "(2y-7)y= 30 \n" ); document.write( "2y^2 -7y=30 \n" ); document.write( "y= -2.5, y =6 \n" ); document.write( "so y = 6 \n" ); document.write( "x= 5\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |