document.write( "Question 660897: One side of triangle is half the longest side. The third side is 12 feet less than the longest side. The perimeter is 73 . Find all three sides. \n" ); document.write( "
Algebra.Com's Answer #411400 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = longest side \n" ); document.write( "y = 1/2x \n" ); document.write( "z = x - 12 \n" ); document.write( "x+y+x=73 \n" ); document.write( "Substitute all into the equation\r \n" ); document.write( "\n" ); document.write( "x+1/2x+x-12 = 73 \n" ); document.write( "combine like terms \n" ); document.write( "2 1/2x - 12 = 73 \n" ); document.write( "2 1/2x = 73+12 \n" ); document.write( "5/2x = 85 \n" ); document.write( "x = 85/(5/2) \n" ); document.write( "x = 85(2/5) \n" ); document.write( "x = 34\r \n" ); document.write( "\n" ); document.write( "x = 34 \n" ); document.write( "y = 1/2(34) = 17 \n" ); document.write( "z = 34-12 = 22 \n" ); document.write( " |