document.write( "Question 966271: The width of a triangle is 24 centimeters. If the perimeter of the rectangle is 102 centimeters, what is the length?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #590559 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The width of a triangle is 24 centimeters. If the perimeter of the rectangle is 102 centimeters, what is the length? \n" ); document.write( "*** \n" ); document.write( "let x=length of rectangle \n" ); document.write( "2*width+2*length=perimeter \n" ); document.write( "2*24+2x=102 \n" ); document.write( "2x=102-48 \n" ); document.write( "2x=54 \n" ); document.write( "x=27 \n" ); document.write( "length of rectangle=27 cm \n" ); document.write( " |