document.write( "Question 433976: Two angles are complementary. The sum of the measure of the first angle and half the second angle is 89.5 degrees. What is the measure of the smaller angle? What is the measure of the other angle? \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Please help. Thank you \n" );
document.write( "
Algebra.Com's Answer #300751 by htmentor(1343) You can put this solution on YOUR website! Let x = the first angle \n" ); document.write( "Then the second angle = 90-x, since the two angles are complementary \n" ); document.write( "We can write the following equation: \n" ); document.write( "x + (90-x)/2 = 89.5 \n" ); document.write( "x/2 + 45 = 89.5 \n" ); document.write( "x = 89 \n" ); document.write( "The other angle = 90 - x = 90 - 89 = 1 \n" ); document.write( "So, the smaller angle = 1 deg, the larger angle = 89 deg \n" ); document.write( " |