document.write( "Question 462193: the sum of two angles is 116 and their difference is 24 .find the measure of each angle of the triangle
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #316897 by kaushik31(2) You can put this solution on YOUR website! let two anles be x and y \n" ); document.write( "by the problem, \n" ); document.write( "x+y=116............(1) \n" ); document.write( "x-y=24..............(2) \n" ); document.write( "adding the equations we get, \n" ); document.write( "x+y+x-y=116+24=140 \n" ); document.write( "2x=140 \n" ); document.write( "x=70.........(3) \n" ); document.write( "putting the value of x in equation (2) we get, \n" ); document.write( "x-y=24 \n" ); document.write( "70-y=24 \n" ); document.write( "y=70-24 \n" ); document.write( "y=46 \n" ); document.write( "ans:- x=70 y=46 \n" ); document.write( " |