document.write( "Question 910417: One side of triangle is 5 more than 2 times the shortest side. The third side is 23 centimeters more than the shortest side. The perimeter is 84. Find all three sides \n" ); document.write( "
Algebra.Com's Answer #552487 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x shortest side \n" ); document.write( "(2x+5) + x + (x+23) = 84cm \n" ); document.write( "4x = 56 \n" ); document.write( "x = 14cm \n" ); document.write( "sides: 33cm, 14cm, 37cm \n" ); document.write( "And...Checking \n" ); document.write( "Sum = 84cm \n" ); document.write( " |