document.write( "Question 1190138: Write an equation representing each sentence
\n" );
document.write( "1 . Two angles are complementary. The smaller angle is 15° less than half of the measure of the larger angle. What are the measures of the angles?
\n" );
document.write( "2 . The length of a rectangle is 3 meters more than twice the width. The perimeter of the rectangle is 42 meters. Find the length and width of the rectangle. \n" );
document.write( "
Algebra.Com's Answer #821703 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 1 . Two angles are complementary. The smaller angle is 15° less than half of the measure of the larger angle. What are the measures of the angles? \n" ); document.write( "--- \n" ); document.write( "S + L = 90 \n" ); document.write( "S = L/2 - 15 \n" ); document.write( "========================\r \n" ); document.write( "\n" ); document.write( "2 . The length of a rectangle is 3 meters more than twice the width. The perimeter of the rectangle is 42 meters. Find the length and width of the rectangle. \n" ); document.write( "--- \n" ); document.write( "L = 2W + 3 \n" ); document.write( "2L + 2W = 42 \n" ); document.write( " |