document.write( "Question 905721: find width of rectangle if perimeter m and the length is 10 times the width \n" ); document.write( "
Algebra.Com's Answer #549349 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Perimeter = 2 length + 2 width \n" ); document.write( "P = m \n" ); document.write( "L = 10W \n" ); document.write( "m = 2L + 2W \n" ); document.write( "m = 2(10W) + 2W \n" ); document.write( "m = 20W + 2W \n" ); document.write( "m = 22W \n" ); document.write( "W = |