document.write( "Question 25149: The perimeter of a triangle is 43 inches. The second side is three inches longer than the first side. The third side is one inch longer than the second. Find the length of each side. \n" ); document.write( "
Algebra.Com's Answer #13499 by wuwei96815(245)![]() ![]() ![]() You can put this solution on YOUR website! Let x=first side, x+3=second side, and x+3+1=third side.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "All together they should total 43. Therefore: \n" ); document.write( "(x)+(x+3)+(x+3+1) = 43\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Remove the parentheses and solve for x. \n" ); document.write( "x+x+3+x+3+1 = 43 \n" ); document.write( "3x + 7 = 43 \n" ); document.write( "3x = 43-7 = 36 \n" ); document.write( "x = 36/3 = 12\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+3 = 12+3 = 15 \n" ); document.write( "x+3+1 = 12+3+1 = 16 \n" ); document.write( " |