document.write( "Question 791811:  Topic: Solving/Factoring Quadratic Expressions (Word Problems)
\n" );
document.write( "Question: The area of a rectangle is twice the area of a square. If the rectangle is 6 inches long, and the width of the rectangle is the same as the length of a side of the square, find the dimensions of both the rectangle and the square. \n" );
document.write( "
| Algebra.Com's Answer #806165 by CubeyThePenguin(3113)     You can put this solution on YOUR website! rectangle dimensions: 6 inches long, x inches wide\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "square dimensions: x inches long, x inches wide\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6x = 2(x^2) \n" ); document.write( "6x = 2x^2 \n" ); document.write( "3x = x^2 \n" ); document.write( "0 = x^2 - 3x \n" ); document.write( "0 = x(x - 3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x has to be positive ---> x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "rectangle is 6 inches long and 3 inches wide, square has side length 3 inches \n" ); document.write( " |