document.write( "Question 480823: Solving Area and Perimeter Problems: Need to use the RSTUV Method to solve\r
\n" );
document.write( "\n" );
document.write( " The area of a rectangle is 96 square centimeters. If the width of the rectangle is 4 centimeters less than its length, what are the dimensions of the rctangle? \n" );
document.write( "
Algebra.Com's Answer #329240 by Theo(13342)![]() ![]() You can put this solution on YOUR website! RSTUV \n" ); document.write( "1. Read the problem. \n" ); document.write( "2. Select the unknown. \n" ); document.write( "3. Translate into an equation. \n" ); document.write( "4. Use the rules to solve. \n" ); document.write( "5. Verify the result\r \n" ); document.write( "\n" ); document.write( "1. \n" ); document.write( "area of a rectangle is 96 square cm. \n" ); document.write( "width is 4 cm less than its length. \n" ); document.write( "what are dimensions of rectangle. \n" ); document.write( "2. \n" ); document.write( "let L = length \n" ); document.write( "let W = width \n" ); document.write( "let A = area \n" ); document.write( "3. \n" ); document.write( "A = L * W \n" ); document.write( "W = L - 4 cm \n" ); document.write( "Since W = L-4, then the equation for the area of a rectangle becomes: \n" ); document.write( "A = L * (L-4) \n" ); document.write( "4. \n" ); document.write( "A = 96 so equation of: \n" ); document.write( "A = L * (L-4) becomes: \n" ); document.write( "96 = L * (L-4) \n" ); document.write( "perform indicated operations to get: \n" ); document.write( "96 = L^2 - 4L \n" ); document.write( "subtract 96 from both sides of the equation to get: \n" ); document.write( "0 = L^2 - 4L - 96 \n" ); document.write( "commute to get: \n" ); document.write( "L^2 - 4L - 96 = 0 \n" ); document.write( "this is a quadratic equation. \n" ); document.write( "factor it to get: \n" ); document.write( "(L - 12) * (L + 8) = 0 \n" ); document.write( "solve for L to get: \n" ); document.write( "L = 12 or L = -8 \n" ); document.write( "L can't be negative so L = 12. \n" ); document.write( "back to original equation of: \n" ); document.write( "A = L * W which becomes: \n" ); document.write( "96 = 12 * W \n" ); document.write( "divide both sides of this equation by 12 to get: \n" ); document.write( "96/12 = W which becomes: \n" ); document.write( "W = 8 \n" ); document.write( "5. \n" ); document.write( "the dimensions of the rectangle are: \n" ); document.write( "L = 12 \n" ); document.write( "W = 8 \n" ); document.write( "the area of the rectangle is 36 square cm. \n" ); document.write( "A = L * W becomes A = 12 * 8 which becomes A = 96 \n" ); document.write( "this is the same area we started with so the dimensions of the rectangle look good. \n" ); document.write( "the dimensions are: \n" ); document.write( "L = 12 cm \n" ); document.write( "W = 8 cm \n" ); document.write( " \n" ); document.write( " |