document.write( "Question 1119829: The area of a rectangle is 65yd^2 and the length is 3yd less than double the width. What are tye dimensions
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #735450 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The area of a rectangle is 65yd^2 and the length is 3yd less than double the width. What are tye dimensions \n" ); document.write( "----------- \n" ); document.write( "Area = W*L = 65 \n" ); document.write( "W*(2W-3) = 65 \n" ); document.write( "2W^2 - 3W - 65 = 0 \n" ); document.write( "Solve for W, then for L \n" ); document.write( " |