document.write( "Question 222120: A rectangle has a width of 10 inches and an area of 5 sqaure inches. What is the length of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #166412 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
A=lw
\n" ); document.write( "l=A/w
\n" ); document.write( "l=5/10
\n" ); document.write( "l=1/2=.5 in
\n" ); document.write( "
\n" );