document.write( "Question 27142: given a triangle with perimeter of 60cm and the second side is 4 more than the first and the third side is half the second. Find the length of each of the sides \n" ); document.write( "
Algebra.Com's Answer #14753 by atif.muhammad(135)\"\" \"About 
You can put this solution on YOUR website!
First side = x
\n" ); document.write( "Second side is 4 more than the first = (x+4)
\n" ); document.write( "Third side is half the second = (x+4)/2\r
\n" ); document.write( "\n" ); document.write( "Total length = 60\r
\n" ); document.write( "\n" ); document.write( "First side + second side + third side = total length
\n" ); document.write( "x + (x+4) + (x+4)/2 = 60\r
\n" ); document.write( "\n" ); document.write( "2x+4 + (x+4)/2 = 60\r
\n" ); document.write( "\n" ); document.write( "4x + 8 + x +4 = 120\r
\n" ); document.write( "\n" ); document.write( "5x + 12 = 120\r
\n" ); document.write( "\n" ); document.write( "5x = 108\r
\n" ); document.write( "\n" ); document.write( "x = 21.6 ( I think...this is a mental calculation so forgive me if i'm wrong.\r
\n" ); document.write( "\n" ); document.write( "Test : x + (x+4) + (x+4)/2 = 21.6 + 25.6 + 12.8 = 47.2 + 12.8 = 60, yes, it seems to be the right answer.
\n" ); document.write( "
\n" );