document.write( "Question 507867: If the perimeter of a certain rectangle is 93 centimeters and the length is 25 centimeters, what is the width? \n" ); document.write( "
Algebra.Com's Answer #340766 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! P = perimeter \n" ); document.write( "P = 2(L+W) \n" ); document.write( "P = 2L + 2W \n" ); document.write( ". \n" ); document.write( "P = 93 cm \n" ); document.write( ". \n" ); document.write( "L = 25 cm \n" ); document.write( ". \n" ); document.write( "93 = 2(25) + 2W \n" ); document.write( "43 = 2W \n" ); document.write( "W = 43/2 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |