document.write( "Question 108771This question is from textbook
\n" ); document.write( ": The length of a rectangle is five times the width. If the area is 180 square inches, find the length and width of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #79380 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=width, so 5x=length ... x(5x)=180 ... 5x^2=180 ... x^2=36 \n" ); document.write( "
\n" );