document.write( "Question 922014: The perimeter of a triangle is 180 degrees. The largest angle is 10 degrees less than the other two. The middle sized angle is the average of the other two. Find the measures of the angles.\r
\n" );
document.write( "\n" );
document.write( "180 = A + B + C
\n" );
document.write( "C = A + B - 10
\n" );
document.write( "B = (A + C) / 2 \n" );
document.write( "
Algebra.Com's Answer #559336 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! \"The perimeter of a triangle is 180 degrees. \" makes no sense! \n" ); document.write( " |