document.write( "Question 909298: The lengths of the three sides of a triangle add to 35. One side is eight more than two times as long as the smallest. The third side is eight less than seven times as long as the smallest. What is the measure of each side? (Enter your answers as a comma-separated list.) \n" ); document.write( "
Algebra.Com's Answer #551816 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A + b + c = 35 \n" ); document.write( "Let C be the third side \n" ); document.write( "Let B be the smallest side \n" ); document.write( "Let A be \"one side\" \n" ); document.write( "A = 2B + 8 [One side is eight more than two times as long as the smallest.] \n" ); document.write( "C = 7B - 8 [The third side is eight less than seven times as long as the smallest.] \n" ); document.write( "Now take the known values of A & C and substitute them into the top equation. \n" ); document.write( "A + B + C = 35 \n" ); document.write( "(2B+8) + B + (7B-8) = 35 \n" ); document.write( "10B = 35 \n" ); document.write( "B = 3.5 \n" ); document.write( "If B is 3.5, then A is 15, and C is 16.5 \n" ); document.write( "3.5 + 15 + 16.5 = 35 \n" ); document.write( "The sides are 15,3.5,16.5 \n" ); document.write( " |