document.write( "Question 366697: 1. The area of a rectangular card is 128cm^2. The length of the card is twice its width. What are the dimensions of the card? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #261340 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let width of card be w \n" ); document.write( "length = 2w \n" ); document.write( ".. \n" ); document.write( "Area = L*W \n" ); document.write( "w*2w= 128 \n" ); document.write( "2w^2=128 \n" ); document.write( "/2 \n" ); document.write( "w^2= 64 \n" ); document.write( "take square root \n" ); document.write( "w= 8 cm..... thw width \n" ); document.write( "length = 2w = 16 cm \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |