document.write( "Question 1210458: Find angle x, in degrees.
\n" );
document.write( "the angles of a triangle are x, 80, and 88.
\n" );
document.write( "Note: We say that a line bisects an angle if it splits it into two equal parts. \n" );
document.write( "
Algebra.Com's Answer #852737 by CPhill(2189) You can put this solution on YOUR website! The value of angle $x$ is **12 degrees**.\r \n" ); document.write( "\n" ); document.write( "## 📐 Calculation\r \n" ); document.write( "\n" ); document.write( "The sum of the interior angles in any triangle is always **$180^\circ$**.\r \n" ); document.write( "\n" ); document.write( "You are given the three angles of the triangle as $x$, $80^\circ$, and $88^\circ$.\r \n" ); document.write( "\n" ); document.write( "$$x + 80^\circ + 88^\circ = 180^\circ$$\r \n" ); document.write( "\n" ); document.write( "1. **Sum the known angles:** \n" ); document.write( " $$80^\circ + 88^\circ = 168^\circ$$\r \n" ); document.write( "\n" ); document.write( "2. **Solve for $x$:** \n" ); document.write( " $$x + 168^\circ = 180^\circ$$ \n" ); document.write( " $$x = 180^\circ - 168^\circ$$ \n" ); document.write( " $$x = 12^\circ$$\r \n" ); document.write( "\n" ); document.write( "Therefore, angle $x$ is **$12$ degrees**. \n" ); document.write( " |