document.write( "Question 15202: The degree measures of the angles of a triangle are (2x+4), (x-10) , (3x-6)
\n" );
document.write( "-find the value of x
\n" );
document.write( "-find the measure of each angle
\n" );
document.write( "- \n" );
document.write( "
Algebra.Com's Answer #19049 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! Sum of all angles of a triangle is 180 \n" ); document.write( "=> (2x+4)+(x-10)+(3x-6)=180 \n" ); document.write( "=> 6x -12 = 180 \n" ); document.write( "=> 6x = 192 \n" ); document.write( "=> x = 32 \n" ); document.write( "Angles are: 68, 22, and 90 \n" ); document.write( " |