document.write( "Question 750082: if the perimeter of a rectangle is 100cm and its breadth is 35cm what is the lenght \n" ); document.write( "
Algebra.Com's Answer #456369 by sachi(548)![]() ![]() You can put this solution on YOUR website! let length of rectangle=x \n" ); document.write( "then perimeter=2(x+35)=100 \n" ); document.write( "or x+35=100/2=50 \n" ); document.write( "or x=50-35=15 \n" ); document.write( " |