document.write( "Question 81573: The length of a rectangle is eight inches more than its width. If four inches are taken off from both width's and twelve inches are removed from both lengths the figure becomes a square with the area of 225 square inches. What are the dimensions of the original figure? \n" ); document.write( "
Algebra.Com's Answer #559644 by JoelSchwartz(130)\"\" \"About 
You can put this solution on YOUR website!
L=8+w
\n" ); document.write( "w-4=s
\n" ); document.write( "A=s^2
\n" ); document.write( "225=s^2
\n" ); document.write( "15=s
\n" ); document.write( "w-4=15
\n" ); document.write( "w=19
\n" ); document.write( "L=8+19
\n" ); document.write( "L=27
\n" ); document.write( "
\n" );