document.write( "Question 271932: the area of a rectangle is 525 square centimeters. the ratioof the length to width is 7:3. find the length and the width \n" ); document.write( "
Algebra.Com's Answer #199003 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Let the length be 7x and width be 3x
\n" ); document.write( "Its area is 7x*(3x) = 525
\n" ); document.write( " 21x^2 = 525
\n" ); document.write( " x^2 = 525/21
\n" ); document.write( "x^2 = 25
\n" ); document.write( "x=5
\n" ); document.write( "So length = 7*5=35
\n" ); document.write( "width = 3*5 = 15
\n" ); document.write( "
\n" );