document.write( "Question 985497: The length of a rectangle is 5 more than the sides of square and the width of the rectangle is 5 less than the side of the square. If the area of the square is 45, what is the area of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #606329 by macston(5194) You can put this solution on YOUR website! . \n" ); document.write( "a=side of square; L=length of rectangle=a+5; W=width of rectangle=a-5 \n" ); document.write( ". \n" ); document.write( "Area of square=45 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Area of rectangle=L*W \n" ); document.write( " |