document.write( "Question 257066: Find the dimensions of the figure: (right triangle)\r
\n" );
document.write( "\n" );
document.write( "Perimeter = 23\r
\n" );
document.write( "\n" );
document.write( "left side = 11-x
\n" );
document.write( "right side = 3x-2
\n" );
document.write( "bottom = x+2 \n" );
document.write( "
Algebra.Com's Answer #189089 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Perimeter = a + b + c \n" ); document.write( "inm our problem, we have \n" ); document.write( "23 = 11 - x + 3x - 2 + x + 2 \n" ); document.write( "combining like terms, we get \n" ); document.write( "23 = 3x + 11 \n" ); document.write( "subtract 11 to get \n" ); document.write( "12 = 3x \n" ); document.write( "divide by 3 to get \n" ); document.write( "4 = x \n" ); document.write( "So, \n" ); document.write( "left = 11-x = 11- 4 = 7 \n" ); document.write( "right = 3x - 2 = 3*4 - 2 = 12 - 2 = 10 \n" ); document.write( "bottom = x + 2 = 4 + 2 = 6. \n" ); document.write( " |