document.write( "Question 351061: an angle is six more than three times its complement find the measure of the angles \n" ); document.write( "
Algebra.Com's Answer #250914 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let angle be x \n" ); document.write( "cmplement = 90-x \n" ); document.write( "x= 6+3(90-x) \n" ); document.write( "x=6+270-3x \n" ); document.write( "3x+x=276 \n" ); document.write( "4x=276 \n" ); document.write( "/4 \n" ); document.write( "x=69 deg. \n" ); document.write( "complement = 21 \n" ); document.write( " |