document.write( "Question 497074: You need to order carpet for a room that has a length that is twice its width. If the area of the room is 512, find the width of the room. \n" ); document.write( "
Algebra.Com's Answer #336644 by cleomenius(959)![]() ![]() You can put this solution on YOUR website! W = x \n" ); document.write( "L = 2x \n" ); document.write( "2x^2 = 512 \n" ); document.write( "x^2 = 256 \n" ); document.write( "x = 16 this is the width \n" ); document.write( "2*16 = 32 this is the length \n" ); document.write( "32 * 16 = 512. \n" ); document.write( "This does check. \n" ); document.write( "Cleomenius. \n" ); document.write( " |