document.write( "Question 230848: In trangle ABC, the measure of angle B is 10 degrees larger than the measure of angle A and the measure of angle C is 5 degrees less than three times the measure of angle A. Find the measure of anlge A. \n" ); document.write( "
Algebra.Com's Answer #170973 by rfer(16322) ![]() You can put this solution on YOUR website! a=a \n" ); document.write( "b=a+10 \n" ); document.write( "c=3a-5 \n" ); document.write( "a+a+10+3a-5=180 \n" ); document.write( "5a=175 \n" ); document.write( "a=35 degrees \n" ); document.write( "b=45 degrees \n" ); document.write( "c=100 degrees \n" ); document.write( " |