document.write( "Question 668685: A triangle has a peremiter of 165 cm. The first side is 65 cm less than twice the second side. The third side is 10 cm less than the second side. Write and solve an equation to find the length of each side of the triangle. \n" ); document.write( "
Algebra.Com's Answer #415758 by swincher4391(1107)\"\" \"About 
You can put this solution on YOUR website!
For sides a,b,c perimeter = a+b+c\r
\n" ); document.write( "\n" ); document.write( "Let a,b,c be the 1st,2nd,3rd sides respectively.\r
\n" ); document.write( "\n" ); document.write( "a = 2b - 65
\n" ); document.write( "c = b - 10\r
\n" ); document.write( "\n" ); document.write( "a+b+c = 2b -65 + b + b-10 = 165\r
\n" ); document.write( "\n" ); document.write( "4b = 240\r
\n" ); document.write( "\n" ); document.write( "b = 60\r
\n" ); document.write( "\n" ); document.write( "If b = 60 then:\r
\n" ); document.write( "\n" ); document.write( "a = 2(60) - 65 = 55\r
\n" ); document.write( "\n" ); document.write( "c = 60-10 = 50\r
\n" ); document.write( "\n" ); document.write( "So our sides are 55,60,50.
\n" ); document.write( "
\n" );