document.write( "Question 451890: a triangle has three sides. The second side is one more than double the first side and the third side is two less than the second side. The perimeter is 110. How long are the sides? \n" ); document.write( "
Algebra.Com's Answer #310678 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a triangle has three sides. The second side is one more than double the first side and the third side is two less than the second side. The perimeter is 110. How long are the sides?
\n" ); document.write( "----------------------
\n" ); document.write( "Let the 1st side be \"x\".
\n" ); document.write( "Then 2nd side is \"2x+1\".
\n" ); document.write( "And 3rd side \"2x+1-2\" = 2x-1
\n" ); document.write( "----------------------
\n" ); document.write( "Equation:
\n" ); document.write( "x + 2x+1 + 2x-1 = 110
\n" ); document.write( "5x = 110
\n" ); document.write( "x = 22 (1st side)
\n" ); document.write( "2x+1 = 45 (2nd side)
\n" ); document.write( "2x-1 = 43 (3rd side)
\n" ); document.write( "===========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============
\n" ); document.write( "
\n" );