document.write( "Question 604778: Rectangle has a width of 5 and height of x, if the width of the rectangle is doubled and its length is halved, thent he area os the new rectangle is given by what formula? \n" ); document.write( "
Algebra.Com's Answer #381396 by alicealc(293)\"\" \"About 
You can put this solution on YOUR website!
Width = 5
\n" ); document.write( "Length = x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Width is doubled -> new width = 2*5 = 10
\n" ); document.write( "Length is halved -> new length = 1/2 * x = x/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "new area = new length * new width = x/2 * 10 = 10x/2 = 5x
\n" ); document.write( "
\n" );