document.write( "Question 1017291: The perimeter of a triangle is 74 inches. The second side is 2 inches more than twice the first side, and the third side is 6 inches less than three times the first side. Find the lengths of the three sides of the triangle. \r
\n" );
document.write( "\n" );
document.write( "Length of Sides (in inches) (separate with commas): \n" );
document.write( "
Algebra.Com's Answer #633593 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let's call the first side x. \n" ); document.write( "Then, the problem says: \n" ); document.write( "The second side is 2 inches more than twice the first side: \n" ); document.write( "Second side = 2x+2 \n" ); document.write( "and the third side is 6 inches less than three times the first side: \n" ); document.write( "Third side = 3x-6 \n" ); document.write( "The perimeter is the sum of the lengths of all sides, so in this case we get: \n" ); document.write( "x+2x+2+3x-6 = 74 Add all x on left and also add 2 and -6: \n" ); document.write( "6x-4 = 74 Add 4 on both sides \n" ); document.write( "6x = 78 Divide both sides by 4: \n" ); document.write( "x = 13 is the first side \n" ); document.write( "Second side 2(13)+2 \n" ); document.write( "Third side 3(13)-6 \n" ); document.write( "Use your calculator. \n" ); document.write( "J \n" ); document.write( " |