document.write( "Question 328636: The measure of an angle is 2 more than 3 times the complement of the angle. Find the measure of the angle and the complement. \n" ); document.write( "
Algebra.Com's Answer #235428 by mananth(16946) You can put this solution on YOUR website! let the angle be x \n" ); document.write( "the complement of the angle = 90-x \n" ); document.write( ". \n" ); document.write( "2 more than 3 times the complement = 3(90-x)+2 \n" ); document.write( "x=3(90-x)+2 \n" ); document.write( "x=270-3x+2 \n" ); document.write( "x+3x=272 \n" ); document.write( "4x=272 \n" ); document.write( "x=272/4 \n" ); document.write( "x=68 deg the measure of the angle \n" ); document.write( "the complement = 90-x \n" ); document.write( "= 90-68 \n" ); document.write( "=22 deg \n" ); document.write( " |