document.write( "Question 1072900: Find the angles of a triangle if 1 angle is 1/4 the second and the third is the sum og its two. \n" ); document.write( "
Algebra.Com's Answer #687777 by 304412(1)![]() ![]() ![]() You can put this solution on YOUR website! let x be the second angle \n" ); document.write( "x/4 be the ist angle \n" ); document.write( "x/4 + x be the third angle\r \n" ); document.write( "\n" ); document.write( "Solution: \n" ); document.write( "X/4 + x + x/4 + x = 180 \n" ); document.write( "x+4x+x+4x/4 = 180 \n" ); document.write( "10x/4 = 180 \n" ); document.write( "10x=720 \n" ); document.write( "x= 72\r \n" ); document.write( "\n" ); document.write( "x/4 = 72/4 = 18 \n" ); document.write( "x/4 + x = 18 + 72= 90 \n" ); document.write( " so the angles are 72, 18, 90 \n" ); document.write( " |