document.write( "Question 486134: The length and width of a rectangle are both doubled.What is the ratio of the area of the larger rectangle to the area of the smaller rectangle? \n" ); document.write( "
Algebra.Com's Answer #332356 by chessace(471)![]() ![]() You can put this solution on YOUR website! A1 = L * W \n" ); document.write( "A2 = (2L) * (2W) = 4 * (L * W) \n" ); document.write( "So A2 / A1 is 4 \n" ); document.write( " \n" ); document.write( " |