document.write( "Question 706695: if the length and width of a rectangle are doubled, by what factor is the length of its diagonal multiplied? \n" ); document.write( "
Algebra.Com's Answer #435349 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if the length and width of a rectangle are doubled, by what factor is the length of its diagonal multiplied? \n" ); document.write( "----- \n" ); document.write( "If length = \"L\" and width = \"W\", diagonal = sqrt[L^2+W^2] \n" ); document.write( "---- \n" ); document.write( "Doubling: \n" ); document.write( "If length = \"2L\" and width = \"2W\", \n" ); document.write( "diagonal = sqrt((2L)^2 + (2W)^2) = sqrt(4(L^2+W^2)) = 2*sqrt(L^2+W^2) \n" ); document.write( "----- \n" ); document.write( "Ans: by a factor of \"2\". \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |