document.write( "Question 921124: The area of a rectangle is 66m^2, and the length of the rectangle is 7m less than three times the width. Find the dimesions of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #558756 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! area = 66 m^2 \n" ); document.write( "let x,y be the length and width of rectangle \n" ); document.write( " as per the data x = 3*y-7 \n" ); document.write( " But area X*Y =66 m^2 \n" ); document.write( " substitute x= 3y-7 in above equation \n" ); document.write( " (3y-7)*y = 66 \n" ); document.write( " 3y*y-7*y =66 \n" ); document.write( " 3y^2 -7y=66 \n" ); document.write( " subtract 66 on both sides \n" ); document.write( " 3y^2 -7y-66 =66-66 \n" ); document.write( " 3y^2-7y -66 =0
\n" ); document.write( "\n" ); document.write( " But Y cannot be negative \n" ); document.write( " hence y =6 \n" ); document.write( " x= 3*6-7 \n" ); document.write( " =18-7 \n" ); document.write( " =11 \n" ); document.write( "length = 11 m \n" ); document.write( " width = 6 m \n" ); document.write( " |