document.write( "Question 231412: The width of a rectangle is 9 cm shorter than it's length. The perimeter of the rectangle is 40 cm. What are the length and width of the rectangle?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "And I don't know how this works so if you don't answer this one too that's okay;\r
\n" );
document.write( "\n" );
document.write( "The perimeter of an equilateral triangle is 4 times the perimeter of a regular hexagon. The length of a side of the triangle is 10 cm more than 6 times the length of a side of the hexagon. What is the perimeter of the triangle? What is the perimeter of the hexagon? \n" );
document.write( "
Algebra.Com's Answer #171445 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The width of a rectangle is 9 cm shorter than it's length. \n" ); document.write( " The perimeter of the rectangle is 40 cm. \n" ); document.write( " What are the length and width of the rectangle? \n" ); document.write( ": \n" ); document.write( "Let x = the width \n" ); document.write( "then, since the length is 9 cm longer \n" ); document.write( "(x+9) = the length \n" ); document.write( ": \n" ); document.write( "P = 2L + 2W = 40 \n" ); document.write( "so we have \n" ); document.write( "2(x+9) + 2x = 40 \n" ); document.write( "2x + 18 + 2x = 40 \n" ); document.write( "2x + 2x = 40 - 18 \n" ); document.write( "4x = 22 \n" ); document.write( "x = \n" ); document.write( "x = 5.5 cm is the width \n" ); document.write( "and \n" ); document.write( "5.5 + 9 = 14.5 = the length \n" ); document.write( ": \n" ); document.write( "Check solution: \n" ); document.write( "2(14.5) + 2(5.5) = \n" ); document.write( "29 + 11 = 40 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Let 3t = perimeter of the triangle (1 side = t) \n" ); document.write( "Let 6h = perimeter of the hexagon (1 side = h) \n" ); document.write( "\"The perimeter of an equilateral triangle is 4 times the perimeter of a regular hexagon.\" \n" ); document.write( "3t = 4(6h) \n" ); document.write( "3t = 24h \n" ); document.write( "Simplify, divide by 3 \n" ); document.write( "t = 8h \n" ); document.write( "\"The length of a side of the triangle is 10 cm more than 6 times the length of a side of the hexagon.\" \n" ); document.write( "t = 6h + 10 \n" ); document.write( "Replace t with 8h \n" ); document.write( "8h = 6h + 10 \n" ); document.write( "8h - 6h = 10 \n" ); document.write( "2h = 10 \n" ); document.write( "h = 5 cm one side of the hexagon \n" ); document.write( "and \n" ); document.write( "t = 8(5) \n" ); document.write( "t = 40 cm, one side of the triangle \n" ); document.write( ": \n" ); document.write( " What is the perimeter of the triangle? \n" ); document.write( "3(40) = 120 cm \n" ); document.write( " What is the perimeter of the hexagon? \n" ); document.write( "6(5) = 30 cm \n" ); document.write( ": \n" ); document.write( "Checks out: Given the perimeter of triangle is 4 time perimeter of hexagon \n" ); document.write( " |