document.write( "Question 468256: find an angle which is one-ninth of its complement. \n" ); document.write( "
Algebra.Com's Answer #321277 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let angle be x \n" ); document.write( "complement = (90-x) \n" ); document.write( "1/9(90-x) =x\r \n" ); document.write( "\n" ); document.write( "9x=90-x \n" ); document.write( "10x=90 \n" ); document.write( "x=9 \n" ); document.write( " \n" ); document.write( " |