answersLogoWhite

0

X = "the angle".

Supplement of the angle = (180-x).

Complement of the angle = (90-x).

The statement says: . . . 1/2 (180-x) + (90-x) = 120

Eliminate the first set of parentheses: . . . 90 - x/2 + (90-x) = 120

Eliminate the second set of parentheses: . . . 90 - x/2 + 90 - x = 120

Combine the 'x' terms on the left: . . . 90 + 90 - 3x/2 = 120

Subtract 180 from each side: . . . -3x/2 = -60

Multiply each side by -2: . . . 3x = 120

Divide each side by 3: . . . x = 40

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

How do you find the sum of the angle measure in a polygon?

-- Take the number of sides in the polygon. -- Subtract 2. -- Multiply the result by 180 degrees. -- You got it.


What is the minimum of degrees that a square can be rotated before it carries onto itself?

90 degrees


Value of Sin x in C programming?

#include "stdio.h" #include "math.h" int main() { double result,degrees,radians; printf("Enter the no. of degrees : "); scanf("%lf",&degrees); radians = degrees*(M_PI/180); result = sin(radians); printf("%lf\n",radians); printf("The sin() of %lf is %lf\n", degrees, result); return 0; }


How many radians equals 45 degrees?

To convert degrees to radians, divide the number of degrees by 180, and multiply the result by pi.


Twos complement of a given 3 or more bit binary number of non-zero magnitude is the same the original number if all bits except the?

ANSWER: MSB IS 1 In the 2's complement representation, the 2's complement of a binary number is obtained by first finding the one's complement (flipping all the bits), and then adding 1 to the result. This representation is commonly used to represent signed integers in binary form. Now, if all bits except the sign bit are the same, taking the 2's complement of the binary number will result in the negative of the original number. The sign bit (the leftmost bit) is flipped, changing the sign of the entire number. For example, let's take the 4-bit binary number 1101 The 2's complement would be obtained as follows: Find the one's complement: 0010 Add 1 to the one's complement: 0011

Related Questions

An angle measures 31 degrees What is the measure of its supplement?

A supplement of an angle is the angle that we add to the initial angle and have a result of 180 degrees. The supplement of 31 degrees is 180-31=149 degrees.


When 15 is subtracted from the measure of an angle the result is the measure of a right angle. What is the measure of the original angle?

90 + 15 = 105 degrees


When 15 is subtracted from the measure of an angle the result of the measure of a right angle what is the measure of the original angle?

90 + 15 = 105 degrees


What is the compliment of 30 degrees added to the supplement of 150degrees the result is?

180


What is the measurement of angle that supplements a 132 degree angle?

The supplemental angle to an angle measure 132° is an angle measuring 114°. The supplement of an angle is another angle whose measure, when added to the original angle, will result in a measure of 180°. Given an angle that is 132°, we can find the supplement's measure by subtracting this angle from 180°. 180° - 132° = 114°


What is bigger 1's complement or 2's complement?

The same number of bits are used to represent 1's complement and 2's complement. To take 2's complement, first take the 1's complement, then add 1 to the result.


How do you find the sum of the angle measure in a polygon?

-- Take the number of sides in the polygon. -- Subtract 2. -- Multiply the result by 180 degrees. -- You got it.


How to find the 2's complement of a binary number?

To find the 2's complement of a binary number, invert all the bits and add 1 to the result.


How to perform 2's complement conversion?

To perform 2's complement conversion, invert all the bits in the binary number and then add 1 to the result.


What is the shortcut method for finding the two's complement of a binary number?

To find the two's complement of a binary number, invert all the bits and add 1 to the result.


The binding of an antigen to an antibody can result in?

neutralization of the antigen, agglutination or precipitation, and complement activation.


Arithmetic overflow in two's complement?

Overflow for Two's Complement when: - the operands have the same sign and the result differs from them in sign or - the carry-in and carry-out associated with the left-most position differ