document.write( "Question 243639: The perimeter of a triangle is 110cm. one side is twice the second side. the third side is 30cm more than the second side. find the length of each side \n" ); document.write( "
Algebra.Com's Answer #178479 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The perimeter of a triangle = a + b + c. \n" ); document.write( "where \n" ); document.write( "a = first side \n" ); document.write( "b = second side \n" ); document.write( "c = third side \n" ); document.write( ". \n" ); document.write( "We are told P = 110. \n" ); document.write( ". \n" ); document.write( "To solve word problems, it usually is best to define these variables in terms of one another, which the problem tells you how to do so. For example, \n" ); document.write( ". \n" ); document.write( "a = a \n" ); document.write( "b = 2a \n" ); document.write( "c = b+30 = 2a+30 \n" ); document.write( ". \n" ); document.write( "110 = a + b + c \n" ); document.write( "Substituting for 'b' and 'c' defined in terms of 'a'. \n" ); document.write( "110 = a + 2a + 2a+30 \n" ); document.write( "Collecting terms \n" ); document.write( "110 = 5a + 30 \n" ); document.write( "Subtract 30 from both sides \n" ); document.write( "80 = 5a \n" ); document.write( "Equals are equal, so \n" ); document.write( "5a = 80 \n" ); document.write( "Divide both sides by 5 \n" ); document.write( "a = 16 \n" ); document.write( ". \n" ); document.write( "Substituting back into the formulas we set up above.\r \n" ); document.write( "\n" ); document.write( "b = 2a = 2(16) = 32 \n" ); document.write( "c = b + 30 = 32 + 30 = 62 \n" ); document.write( ". \n" ); document.write( "Checking our work: \n" ); document.write( "a + b + c = 16 + 32 + 62 = 110 \n" ); document.write( "Done. \n" ); document.write( " |