document.write( "Question 881781: A rectangle is twice as long as it is wide. If its area is 50 sq. yd., find the length.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #532484 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! L * W = Area \n" ); document.write( "L = 2W \n" ); document.write( "Substitute the value of L from the second equation into the first. \n" ); document.write( "2W * W = 50 \n" ); document.write( "2W^2 = 50 \n" ); document.write( "Divide each side by 2 \n" ); document.write( "w^2 = 25 \n" ); document.write( "Take the square root of each side \n" ); document.write( "w = 5 \n" ); document.write( ". \n" ); document.write( "If the width is 5, then the length is twice that, or 10. 10*5=50 \n" ); document.write( "Success! \n" ); document.write( " |