document.write( "Question 78963: The sum of the three angles in any triangle is 180 degrees. The smallest angle in a given triangle is one-half the second angle and 52 degrees smaller than the largest angle. How many degrees does each angle contain?\r
\n" );
document.write( "\n" );
document.write( "Please, I just need the formula set up so I can try to understand how to get it. \n" );
document.write( "
Algebra.Com's Answer #56685 by dolly(163)![]() ![]() ![]() You can put this solution on YOUR website! Let the smallest angle be x \n" ); document.write( "then the second angle = 2x\r \n" ); document.write( "\n" ); document.write( "The largest angle = x + 52\r \n" ); document.write( "\n" ); document.write( "Sum of all the angles = 180\r \n" ); document.write( "\n" ); document.write( "==> x + 2x + x + 52 = 180\r \n" ); document.write( "\n" ); document.write( "==> 4x + 52 = 180\r \n" ); document.write( "\n" ); document.write( "==> 4x = 180 - 52\r \n" ); document.write( "\n" ); document.write( "==> 4x = 128\r \n" ); document.write( "\n" ); document.write( "==> x = 128/4\r \n" ); document.write( "\n" ); document.write( " = 32\r \n" ); document.write( "\n" ); document.write( "Thus the angles of the triangle are 32, 64, 84 degrees\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |