document.write( "Question 157410This question is from textbook Introductory algebra
\n" );
document.write( ": The length of a rectangle is 1.6 times the width Find the dimensions of rectangle if it's area is 9000m^2 \n" );
document.write( "
Algebra.Com's Answer #116017 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! area of a rectangle is length * width \n" ); document.write( "width = w \n" ); document.write( "length = 1.6 * w \n" ); document.write( "length * width = 1.6*w*w = 1.6*w^2. \n" ); document.write( "1.6*w^2 = 9000 \n" ); document.write( "w^2 = 9000 / 1.6 = 5625 \n" ); document.write( "w = (5625)^(1/2) = 75 \n" ); document.write( "width = 75 \n" ); document.write( "length = 1.6 * 75 = 120. \n" ); document.write( "calculating area = length * width = 75 * 120 = 9000. \n" ); document.write( " \n" ); document.write( " |