document.write( "Question 528599: The length of a rectangle is 3x + 1, its area is 6x^2 + 5x + 1. What in terms of x is its perimeter?
\n" );
document.write( "The width of a rectangle is x - 1, its perimeter is 4x + 6. What in terms of x is its area? \n" );
document.write( "
Algebra.Com's Answer #349346 by lmeeks54(111)![]() ![]() You can put this solution on YOUR website! This is actually two problems. \n" ); document.write( "... \n" ); document.write( "First one: \n" ); document.write( "... \n" ); document.write( "Let A = area, which is short side (width) x long side (length) \n" ); document.write( "Given, A = 6x^2 + 5x + 1 \n" ); document.write( "Given one side = 3x + 1 (we don't know if this the width or length) \n" ); document.write( "... \n" ); document.write( "If A = side x side, and we are given A and one side, we can divide A by the given side to derive the remaining (unknown) side: \n" ); document.write( "... \n" ); document.write( "Since A is in the form of a quadratic equation, if we factor it, the two factors are the equations in terms of x for each of the two sides: \n" ); document.write( "... \n" ); document.write( "(3x + 1) (?x + ??) = 6x^2 + 5x + 1 \n" ); document.write( "(3x + 1) (2x + 1) are the two factors and thus, are the two sides. The missing side we needed to solve for is: \n" ); document.write( "... \n" ); document.write( "2x + 1 \n" ); document.write( "... \n" ); document.write( "However, we are asked for its perimeter in terms of x. The equation for P, the perimeter, is: \n" ); document.write( "P = 2 x width + 2 x length \n" ); document.write( "... \n" ); document.write( "We already determined the width = 2x + 1 \n" ); document.write( "We were given length = 3x + 1 \n" ); document.write( "... \n" ); document.write( "P = 2 (2x + 1) + 2 (3x + 1) \n" ); document.write( "P = 10x + 4 \n" ); document.write( "_ _ _ _ _ _ _ _ _ _ _ \n" ); document.write( "Second problem: \n" ); document.write( "... \n" ); document.write( "Given: width = x - 1 \n" ); document.write( "P = 4x + 6 \n" ); document.write( "What is area, A? \n" ); document.write( "... \n" ); document.write( "We need to again determine the length of the other side (in this case, the Length), in terms of x \n" ); document.write( ".... \n" ); document.write( "P = 2 w + 2 L \n" ); document.write( "P = 2 (x - 1) + 2 ( L) = 4x + 6 \n" ); document.write( "... \n" ); document.write( "subtract 2x - 2 from both sides: \n" ); document.write( "2 (L) = 4x + 6 - (2x -2) \n" ); document.write( "2 (L) = 2x + 8 \n" ); document.write( "... \n" ); document.write( "divide both sides by 2: \n" ); document.write( "L = x + 4 \n" ); document.write( "... \n" ); document.write( "Now we know both sides: \n" ); document.write( "w = x - 1 (given) \n" ); document.write( "L = x + 4 (calculated) \n" ); document.write( "... \n" ); document.write( "To determine the Area, A, we just multiply the two sides together: \n" ); document.write( "A = (x - 1) (x + 4) \n" ); document.write( "A = x^2 - 1x + 4x - 4 \n" ); document.write( "A = X^2 + 3x - 4 \n" ); document.write( "... \n" ); document.write( "cheers, \n" ); document.write( "Lee \n" ); document.write( " \n" ); document.write( " |