document.write( "Question 140507: The area of a rectangle is the product of its length and width, and equals 1062. If the length is 5 more than three times the width, find the width of the rectangles.
\n" ); document.write( "Please help me thank you.
\n" ); document.write( "

Algebra.Com's Answer #102298 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=width\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"the length is 5 more than three times the width\" __ 3x+5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"area of a rectangle is the product of its length and width, and equals 1062\"
\n" ); document.write( "__ x(3x+5)=1062\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3x^2+5x-1062=0 __ factoring __(3x+59)(x-18)=0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3x+59=0 __ x=-59/3 __ negative value not realistic\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x-18=0 __ x=18
\n" ); document.write( "
\n" );