document.write( "Question 1057240: the perimeter of a triangle is 79.75 inches. The second side is half as big as the first. the third side is 7.25 inches greater than the first. What is the length of the longest side of the triangle? \n" ); document.write( "
Algebra.Com's Answer #672386 by solve_for_x(190)![]() ![]() ![]() You can put this solution on YOUR website! Let x represent the length of the first side.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The second side is half as long as the first, or x/2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The third side is 7.25 inches longer than the first, or x + 7.25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum of all three sides must be equal to the perimeter, or 79.75 inches. This gives:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x/2) + (x + 7.25) = 79.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 0.5x + x + 7.25 = 79.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2.5x + 7.25 = 79.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Subtracting 7.25 from both sides leaves:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2.5x = 72.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Dividing by 2.5 then gives:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 29\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From here, you can substitute x = 29 into the expressions for the second and third side to find their lengths. \n" ); document.write( " |