document.write( "Question 333220: Two angles are complimentary The sum of the measure of the first angle and one-fourth the second angle is 88.50. Find the measures of the angles. \n" ); document.write( "
Algebra.Com's Answer #238837 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one angle be x \n" ); document.write( "the other will be 90-x \n" ); document.write( ".. \n" ); document.write( "x+1/4(90-x)=88.5 \n" ); document.write( "4x+90-x / 4 =88.5 \n" ); document.write( "3x+90=4*88.5 \n" ); document.write( "3x+90=354 \n" ); document.write( "3x=354-90 \n" ); document.write( "3x=264 \n" ); document.write( "x=264/3 \n" ); document.write( "x=88 deg \n" ); document.write( "the other angle = 2 deg \n" ); document.write( " |