document.write( "Question 314897: A rectangular cutting board is 6 inches longer than it is wide. If the area of the cutting board is 216 square inches, find the length and the width. I figured finding the square root would help a bit, sqrt or 216 is about 14.7, i tried to subtract 6 then add six and i just made myself confused. \n" ); document.write( "
Algebra.Com's Answer #225232 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! \"A rectangular cutting board is 6 inches longer than it is wide. If the area of the cutting board is 216 square inches, find the length and the width. I figured finding the square root would help a bit, sqrt or 216 is about 14.7, i tried to subtract 6 then add six and i just made myself confused.\"\r \n" ); document.write( "\n" ); document.write( "area of a rectangle A = length L * width W \n" ); document.write( "A = (W + 6) * W = 216 (length is 6 inches longer than width) \n" ); document.write( "A = W^2 + 6W = 216 \n" ); document.write( "W^2 + 6W - 216 = 0 (solve for W, throw out negative answer) \n" ); document.write( " \n" ); document.write( "a = 1, b = 6, c = -216 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "W = (-6 + 30)/2 or W = (-6 - 30)/2 \n" ); document.write( "W = 24/2 = 12 or W = -36/2 = -18 \n" ); document.write( "W = 12 since W can not be negative \n" ); document.write( "18 * 12 = 216\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |