document.write( "Question 125035: Translate the following into a quadratic equation, and solve it:\r
\n" ); document.write( "\n" ); document.write( "the length of a rectangluar garden is three times its width; if the area of the garden is 75 square meters, what are the dimensions?
\n" ); document.write( "

Algebra.Com's Answer #91656 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
x = width
\n" ); document.write( "3x = length\r
\n" ); document.write( "\n" ); document.write( "Area = Length X Width, so \"A=3x%2Ax=3x%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"3x%5E2=75\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2=25\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"red%28x%5E2-25=0%29\", which is your quadratic equation in standard form.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Factors to:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%28x%2B5%29%28x-5%29=0\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So, \"x=-5\" or \"x=5\". The negative result doesn't make much sense in terms of the dimensions of a rectangle, so we can exclude that root. The width of the rectangle is therefore 5 meters, and the length is 3 * 5 =15 meters.
\n" ); document.write( "
\n" );