document.write( "Question 100788: Find the number of degrees in each angle of a traingle if the number of degrees in the first angle is two less than four times the number of degrees in the second angle and the number of degrees in the third angle is 5 less than 1/2 the number of degrees in the second. \n" ); document.write( "
Algebra.Com's Answer #73416 by doukungfoo(195)\"\" \"About 
You can put this solution on YOUR website!
Note: the sum of the three angles of any triangle will always equal 180 degrees.\r
\n" ); document.write( "\n" ); document.write( "Lets start by calling the second angle x
\n" ); document.write( "second angle = x
\n" ); document.write( "Now define the other angles in terms of x
\n" ); document.write( "Given: first angle is two less than four times the second
\n" ); document.write( "So since we have stated that the second angle is x
\n" ); document.write( "first angle = 4x-2
\n" ); document.write( "Given: third angle is 5 less than 1/2 the second
\n" ); document.write( "third angle = x/2 - 5
\n" ); document.write( "We have already stated that the sum of all three angles equals 180
\n" ); document.write( "so now we can write and equation to solve for x
\n" ); document.write( "(first angle) + (second angle) + (thrid angle) = 180
\n" ); document.write( "(4x-2) + (x) + (x/2-5) = 180
\n" ); document.write( "\"4x-2%2Bx%2B%28x%2F2%29-5=180\"
\n" ); document.write( "\"5x%2B%28x%2F2%29-7=180\"
\n" ); document.write( "\"%2810x%2F2%29%2B%28x%2F2%29-7=180\"
\n" ); document.write( "\"%2811x%2F2%29-7=180\"
\n" ); document.write( "\"11x%2F2=187\"
\n" ); document.write( "\"11x=374\"
\n" ); document.write( "\"x=34\"
\n" ); document.write( "Answer: second angle is 34 degrees
\n" ); document.write( "now find the other angles for x=34
\n" ); document.write( "first angle = 4x-2
\n" ); document.write( "first angle = 4*34-2
\n" ); document.write( "first angle = 134
\n" ); document.write( "Answer: first angle is 134 degrees
\n" ); document.write( "third angle = x/2 - 5
\n" ); document.write( "third angle = 34/2 - 5
\n" ); document.write( "third angle = 12
\n" ); document.write( "Answer: third angle is 12 degrees
\n" ); document.write( "check:
\n" ); document.write( "(first angle) + (second angle) + (thrid angle) = 180
\n" ); document.write( "134 + 34 + 12 = 180
\n" ); document.write( "180 = 180
\n" ); document.write( "
\n" );