document.write( "Question 208121: The perimeter of a triangle is 47km. the first side is 5km shorter than twice the second. The third side is 2km longer than the first find the length of all sides \n" ); document.write( "
Algebra.Com's Answer #157451 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
1st side=2x-5=17
\n" ); document.write( "2nd side=x=11
\n" ); document.write( "3rd side=2x-3=19
\n" ); document.write( "(2x-5)+x+(2x-3)=47
\n" ); document.write( "5x-8=47
\n" ); document.write( "5x=55
\n" ); document.write( "x=11
\n" ); document.write( "
\n" );