document.write( "Question 762111: a paper company makes rectangular pieces of cardboard for packing computers. the sheet of cardboard are to have an area of 54 square inches., and the length of the sheet is to be 5 inches more that 2/3 the width. determine the length and width of the cardboard to be manufactured. \n" ); document.write( "
Algebra.Com's Answer #463739 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Width = x \n" ); document.write( "Length = (5 + 2/3x) \n" ); document.write( "Area = Length * Width \n" ); document.write( " 54 = (5 + 2/3x) * x \n" ); document.write( " 54 = 5x + 2/3x^2 \n" ); document.write( "2/3x^2 + 5x - 54 = 0 \n" ); document.write( "(2/3x + 9)(x - 6) = 0 \n" ); document.write( "x = -27/2 (No answer) \n" ); document.write( "OR \n" ); document.write( "x = 6 \n" ); document.write( "Width = 6 inches \n" ); document.write( "Length = 9 inches (5 + 2/3*6) \n" ); document.write( "6 * 9 = 54 inches^2 \n" ); document.write( " \n" ); document.write( " |