document.write( "Question 13284: In any triangle, the sum of the measures of the angles is 180 degrees. In triangle ABC, angle A is three times as large as angle B and also 16 degress larger thans angle c. Find the measure of each angle. \n" ); document.write( "
Algebra.Com's Answer #6642 by bam878s(77)\"\" \"About 
You can put this solution on YOUR website!
From this we have
\n" ); document.write( "A=3B and A=C+16
\n" ); document.write( "So B=A/3 and C=A-16
\n" ); document.write( "We know 180=A+B+C
\n" ); document.write( "So, 180=A + (A/3) + (A-16)
\n" ); document.write( "180=A(1+(1/3)+1)-16
\n" ); document.write( "180=A(7/3)-16
\n" ); document.write( "196=A(7/3)
\n" ); document.write( "A=84
\n" ); document.write( "So B=A/3=84/3=28
\n" ); document.write( "and C=A-16=84-16=68
\n" ); document.write( "Check 68+28+84=180
\n" ); document.write( "
\n" );