document.write( "Question 26021: The perimeter of a rectangle is 40cm. If the width is 8cm, what isthe length?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #13968 by mathrebel(25)![]() ![]() ![]() You can put this solution on YOUR website! Simple: the formula for perimeter of a rectangle is 2*(a+b), where a and b are the sides: \n" ); document.write( "side b=8 \n" ); document.write( "side a=?\r \n" ); document.write( "\n" ); document.write( "40=2*(a+8) divide by two both sides and get: \n" ); document.write( "20=a+8 subtract 8 from both sides and: \n" ); document.write( "a=12 whoala!!!\r \n" ); document.write( "\n" ); document.write( "now plug it in back to check the answer:\r \n" ); document.write( "\n" ); document.write( "is 40=2*(12+8)?? \n" ); document.write( "40=2*20 \n" ); document.write( "40=40 you betcha!!!! \n" ); document.write( "good luck \n" ); document.write( " \n" ); document.write( " |