document.write( "Question 513038: find the perimeter of a triangle if one side is 10 feet, another side is one-third the perimeter, and the third side is half the perimeter \n" ); document.write( "
Algebra.Com's Answer #342871 by umail08(87)![]() ![]() You can put this solution on YOUR website! Perimeter = sum of the sides \n" ); document.write( "x = a + b + c x represents the perimeter \n" ); document.write( "x=10ft + 1/3x +1/2x \n" ); document.write( "-10ft + x = 10ft – 10ft + 1/3x +1/2x \n" ); document.write( "-10ft + x –x =-x+1/3x+1/2x \n" ); document.write( "-10ft = -6/6x+2/6x+3/6x \n" ); document.write( " -10ft = -1/6x \n" ); document.write( "-6(-10ft) = -6(-1/6x) \n" ); document.write( " 60ft = x .. therefore the perimeter is 60ft.\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "x=10ft + 1/3x +1/2x \n" ); document.write( "60ft = 10ft + 1/3(60ft) + ½(60ft) \n" ); document.write( "60ft = 10ft + 20ft + 30ft \n" ); document.write( "60ft = 60ft \n" ); document.write( " \n" ); document.write( " |