document.write( "Question 987183: the length of a rectangle is 5 centimeters less than three times it width. Its area is 12 squares centimeters. Find the dimensions of the rectangle. Use the formula, area=length*width \n" ); document.write( "
Algebra.Com's Answer #607947 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Width = x \n" ); document.write( "Length = 3x - 5 \n" ); document.write( "Area = Length x Width \n" ); document.write( "12cm^2 = (3x - 5)(x) \n" ); document.write( "12cm^2 = 3x^2 - 5x \n" ); document.write( "Sort into ax^2 + bx + c = 0 form \n" ); document.write( "3x^2 - 5x - 12 = 0 \n" ); document.write( "Factorise \n" ); document.write( "(3x + 4)(x - 3) = 0 \n" ); document.write( "3x + 4 = 0 \n" ); document.write( "3x = -4 \n" ); document.write( "x = -4/3 (No answer as -ve) \n" ); document.write( "x - 3 = 0 \n" ); document.write( "x = 3 \n" ); document.write( "Width = 3cm \n" ); document.write( "Length = 4cm \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |