document.write( "Question 343219: my problem is
\n" );
document.write( "in any triangle the sum of the measures of the angles is 180 degrees. In triangle ABC, angle A is four times as large as angle B. Angle C measures 20 degrees less than angle B. Find the measure of each angle.\r
\n" );
document.write( "\n" );
document.write( "we are suposed to turn it into an equation find an angle then solve the problem from there. i cannot think of an equation.
\n" );
document.write( "i have tried:
\n" );
document.write( "180= 4X+X-20
\n" );
document.write( "and other equations but none work
\n" );
document.write( "thank you for helping me! \n" );
document.write( "
Algebra.Com's Answer #245584 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let angle B be x \n" ); document.write( "Angle A = 4x \n" ); document.write( "Angle C = x-20 \n" ); document.write( ".. \n" ); document.write( "x+4x+x-20 =180 \n" ); document.write( "6x-20=180 \n" ); document.write( "+20 \n" ); document.write( "6x=180+20 \n" ); document.write( "6x=200 \n" ); document.write( "x= 33.33 Angle B \n" ); document.write( ".. \n" ); document.write( "Angle A = 4x = 133.32 \n" ); document.write( "Angle C =x-20= 13.33 \n" ); document.write( "CHECK\r \n" ); document.write( "\n" ); document.write( "33.33 + 133.32 + 13.33 \n" ); document.write( " |