document.write( "Question 66684: the area of a rectangle is 108 cm2. the ratio of the width to the length 3:4. find the length and the width. \n" ); document.write( "
Algebra.Com's Answer #47338 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
3x and 4x
\n" ); document.write( "width = 3x
\n" ); document.write( "length = 4x
\n" ); document.write( "w*l = area
\n" ); document.write( "3x*4x = 108
\n" ); document.write( "12x^2 = 108
\n" ); document.write( "x^2 = 9
\n" ); document.write( "x = +- 3
\n" ); document.write( "width = 9cm
\n" ); document.write( "length = 12cm
\n" ); document.write( "
\n" );