If the polygon is rotated 90' clockwise about the origin, the measure of angle W' is

Answers

Answer 1

Answer:

If you are referring to the angle of the polygon, than it is the same, if you are referring to the angle between the initial and final point about the origin, than it's a right angle. If there is a point(x,y) rotated about the origin(0,0), then the new point will be (y,-x).


Related Questions

Help ill give brainliest
Lily begins solving the equation 4(x – 1) – x = 3(x + 5) – 11. Her work is shown below.

4(x – 1) – x = 3(x + 5) – 11
4x – 4 – x = 3x + 15 – 11
3x – 4 = 3x + 4
How can her partial solution be interpreted?

A. The equation has one solution: x = 0.
B. The equation has one solution: x = 8.
C. The equation has no solution.
D. The equation has infinite solutions.

Answers

The equation has B. no solution

Answer:

C. no solution

Step-by-step explanation:

3x – 4 = 3x + 4

3x-3x=4+4

0=8

which is not possible.

So, it has no solutions.

Which statement describes how to geometrically divide a complex number, z, by a second complex number, w?
O Scale z by the modulus of w, then rotate clockwise by the argument of w.
O Scale z by the modulus of w, then rotate counterclockwise by the argument of w.
O Scale z by the reciprocal of the modulus of w, then rotate clockwise by the argument of w.
O Scale z by the reciprocal of the modulus of w, then rotate counterclockwise by the argument of w.

Answers

Answer: C

Step-by-step explanation:

I just took the quiz and I got it right

Statement describes how to geometrically divide a complex number z by a second complex number w is Option (C) Scale z by the reciprocal of the modulus of w, then rotate clockwise by the argument of w.

What is Complex number?

In mathematics, a complex number is an element of a number system that contains the real numbers and a specific element denoted i, called the imaginary unit

What is Modulus of a complex number?

Modulus of the complex number is the distance of the point on the argand plane representing the complex number z from the origin

Given,

Complex number z divides by a second complex number w

To divide a complex number a complex number then multiply the conjugate with the numerator and the denominator of the complex fraction

From the given statements Scale of z by the reciprocal of the modulus of w, then rotate clockwise by the argument of w

Hence, Statement describes how to geometrically divide a complex number z by a second complex number w is Option (C) Scale z by the reciprocal of the modulus of w, then rotate clockwise by the argument of w.

Learn more about Complex number and Modulus of a complex number here

https://brainly.com/question/19554199

#SPJ2

Read 3 integer numbers from the user; these numbers represent the lengths of 3 straight lines. From the 3 lengths, determine whether a triangle can be formed with the corresponding lines. If it is possible to form a triangle, determine whether the triangle is a right triangle or not. The rules to be used are: 1. To form a triangle where all lines’ ends meet (form vertices), the sum of the lengths of two sides must be greater than the length of the third side. This short video illustrates this concept: How to determine if the three sides make up a triangle. 2. Per the Pythagorean theorem: in a straight triangle, the square of the length of the longest side (the hypotenuse) is equal to the sum of the squares of the lengths of the other two sides. 3. The user can enter the lengths of each line in any order, i.e.: you may not assume that the first length is the longest or the smallest or the middle value.

Answers

Answer:

Written in Python

print("Enter three sides of a triangle: ")

length = []

for i in range(0,3):

    inp = int(input(""))

    length.append(inp)    

length.sort()

if length[1]+length[2] > length[0] and length[0] + length[2] > length[1] and length[0] + length[1] > length[2]:

    print("Triangle")

    if length[2]**2 == length[0]**2 + length[1] **2:

         print("Right Angled")

    else:

         print("Not Right Angled")

else:

    print("Not Triangle")

Step-by-step explanation:

This line prompts user for sides of triangle

print("Enter three sides of a triangle: ")

This line declares an empty list

length = []

The following iteration gets user input

for i in range(0,3):

    inp = int(input(""))

    length.append(inp)    

This line sorts user input

length.sort()

The following if condition checks if user input is triangle

if length[1]+length[2] > length[0] and length[0] + length[2] > length[1] and length[0] + length[1] > length[2]:

The following is executed is the if condition is true

    print("Triangle")

The following if condition checks if user input forms a right angled triangle

    if length[2]**2 == length[0]**2 + length[1] **2:

         print("Right Angled")

    else:

         print("Not Right Angled")

This is executed if user input is not a triangle

else:

    print("Not Triangle")

You are given $893 in one, five, and ten dollar bills. There are 165 bills. There are twice as many five dollar bills as there are ones and tens combined. How many bills of each type are there?

Answers

Given:

You are given $893 in one, five, and ten dollar bills.

There are 165 bills.

There are twice as many five dollar bills as there are ones and tens combined.

To find:

How many bills of each type are there?

Solution:

Consider the number of bills of one dollars, five dollars and ten dollars are x, y and z respectively.

According to the question,

Number of bills : [tex]x+y+z=165[/tex]         ...(1)

Total amount : [tex]1x+5y+10z=893[/tex]         ...(2)

Condition : [tex]y=2(x+z)[/tex]     ...(3)

Equation (3) can be written as

[tex]\dfrac{y}{2}=x+z[/tex]       ...(4)

Substituting [tex]x+z=\dfrac{y}{2}[/tex] in (1), we get

[tex]\dfrac{y}{2}+y=165[/tex]

[tex]\dfrac{3y}{2}=165[/tex]

[tex]3y=330[/tex]

[tex]y=110[/tex]

Substituting y=110 in (4), we get

[tex]x+z=\dfrac{165}{2}[/tex]

[tex]x+z=55[/tex]

[tex]x=55-z[/tex]       ...(5)

Substituting y=110 and x=55-z in (2), we get

[tex](55-z)+5(110)+10z=893[/tex]

[tex]55-z+550+10z=893[/tex]

[tex]9z+605=893[/tex]

[tex]9z=893-605[/tex]

[tex]9z=288[/tex]

Dividing both sides by 9, we get

[tex]z=32[/tex]

Substituting z=32 in (5), we get

[tex]x=55-32[/tex]

[tex]x=23[/tex]

Therefore,

One dollar bills = 23

Five dollars bills= 110

Ten dollars bills = 32

Blood pressure: High blood pressure has been identified as a risk factor for heart attacks and strokes. The proportion of U.S. adults with high blood pressure is 0.4. A sample of 39 U.S. adults is chosen. Use the TI-84 Plus Calculator as needed. Round the answer to at least four decimal places. Part: 0 / 60 of 6 Parts Complete Part 1 of 6 Is it appropriate to use the normal approximation to find the probability that more than 43% of the people in the sample have high blood pressure? It ▼(Choose one) appropriate to use the normal curve, since =np ▼(Choose one)10 and =n−1p ▼(Choose one) 10.

Answers

Answer:

Yes it appropriate to use the normal approximation to find the probability that more than 43% of the people in the sample have high blood pressure

Step-by-step explanation:

From the question we are told that

The population proportion is  p=0.4

  The sample size is  n =  39

  The sample proportion is  [tex]\^ p = 0.43[/tex]

Generally for normal approximation to be used

       [tex]np > 10[/tex]

so np  =  39 * 0.4 =  15.6 > 10

   and [tex]n(1- p) > 10[/tex]

so   n(1-p ) = 39(1-0.4) = 23.4 >10

Given that the both condition is meet it mean that  it appropriate to use the normal approximation to find the probability that more than 43% of the people in the sample have high blood pressure

Simplify (-4/5)divided by (3/-2). -8/15 -6/5 6/5 8/15

Answers

Answer:

8/15

Step-by-step explanation:

-4/5 ÷ -3/2

Copy dot flip

-4/5 * -2/3

Multiply the numerators

8

Multiply the denominators

15

Put the numerator over the denominator

8/15

Answer: 8/15

Step-by-step explanation: (-4/5)divided by (3/-2) is 8/15.

Please help me with this!
I will give you a thanks!

Answers

-2 + 6
.................
-2+6 . Count the spaces . That’s what I used to do

Number 10 plzz???????

Answers

%error=(6.5g/mol - 7g/mol)/(7g/mol) * 100= 7.14% error

When five times a number is decreased by 9​, the result is 11. What is the​ number?

Answers

Answer

4

Step-by-step explanation:

Add 9 to 11, then divide that by 5.

Answer:

4

Step-by-step explanation:

work backwards 11+9 is 20. Divide 20 by 5 = 4

Identify the terms, coefficients, and constants in the expression.
7h + 3
I need help now!!!!!

Answers

Step-by-step explanation:

7 is the coeffiecient

3 is the constant

In a certain state's lottery, 45 balls numbered 1 through 45 are placed in a machine and eight of them are drawn at random. If the eight numbers drawn match the numbers that a player had chosen, the player wins $1,000,000. In this lottery, the order in which the numbers are drawn does not matter.

Compute the probability that you win the million-dollar prize if you purchase a single lottery ticket. Write your answer as a reduced fraction.
P
(win) =

A single lottery ticket costs $2. Compute the Expected Value, to the state, if 10,000 lottery tickets are sold. Round your answer to the nearest dollar.
Answer: $
A single lottery ticket costs $2. Compute the Expected Value, to you, if you purchase 10,000 lottery tickets. Round your answer to the nearest dollar.
Answer: $

Answers

Step-by-step explanation:

The order of the numbers doesn't matter, so we'll use combinations instead of permutations.  The number of combinations is:

₄₅C₈ = 215,553,195

So the probability of a ticket having the winning combination is 1 / 215,553,195.

The expected value to the state is:

E(X) = 10,000 (1) ($2) + 10,000 (1 / 215,553,195) (-$1,000,000)

E(X) = $19954

The expected value to you is:

E(X) = 10,000 (1) (-$2) + 10,000 (1 / 215,553,195) ($1,000,000)

E(X) = -$19954

the half life of c14 is 5730 years. Suppose that wood found at an archeological excavation site contains about 35% as much C14 as does living plant material. Determine when the wood was cut

Answers

Answer:

The wood was cut approximately 8679 years ago.

Step-by-step explanation:

At first we assume that examination occured in 2020. The decay of radioactive isotopes are represented by the following ordinary differential equation:

[tex]\frac{dm}{dt} = -\frac{m}{\tau}[/tex] (Eq. 1)

Where:

[tex]\frac{dm}{dt}[/tex] - First derivative of mass in time, measured in miligrams per year.

[tex]\tau[/tex] - Time constant, measured in years.

[tex]m[/tex] - Mass of the radioactive isotope, measured in miligrams.

Now we obtain the solution of this differential equation:

[tex]\int {\frac{dm}{m} } = -\frac{1}{\tau}\int dt[/tex]

[tex]\ln m = -\frac{1}{\tau} + C[/tex]

[tex]m(t) = m_{o}\cdot e^{-\frac{t}{\tau} }[/tex] (Eq. 2)

Where:

[tex]m_{o}[/tex] - Initial mass of isotope, measured in miligrams.

[tex]t[/tex] - Time, measured in years.

And time is cleared within the equation:

[tex]t = -\tau \cdot \ln \left[\frac{m(t)}{m_{o}} \right][/tex]

Then, time constant can be found as a function of half-life:

[tex]\tau = \frac{t_{1/2}}{\ln 2}[/tex] (Eq. 3)

If we know that [tex]t_{1/2} = 5730\,yr[/tex] and [tex]\frac{m(t)}{m_{o}} = 0.35[/tex], then:

[tex]\tau = \frac{5730\,yr}{\ln 2}[/tex]

[tex]\tau \approx 8266.643\,yr[/tex]

[tex]t = -(8266.643\,yr)\cdot \ln 0.35[/tex]

[tex]t \approx 8678.505\,yr[/tex]

The wood was cut approximately 8679 years ago.

The living room of Ann's house is a square with an area of 121 square feet. What is the length of each side of the foyer

Answers

Answer:

30.25

Step-by-step explanation:

121 divided by 4 is 30.25

what is 8 times 0.9 equal

Answers

Answer:

7.2

Step-by-step explanation:

Perform the indicated operation

3/4 divided by 1/3

Answers

Answer:

2 1/4

Step-by-step explanation:

3/4 ÷ 1/3 = ?

(to divide fractions faster you flip the second fraction so:)

3/4 x 3/1 = 2 1/4

The scatterplot and trend line show a positive correlation between advertising costs and sales.
Which two points can be used to find the slope of the trend line?

Point 1: ?
Point 2: ?

Answers

Answer:

Point 1: (6.4, 117)

Point 2: (6.6, 120)

Step-by-step explanation:

Answer:

Point 1: (6.4, 117)

Point 2: (6.6, 120)

Step-by-step explanation:

7th grade math help me plzzzz

Answers

Answer:

a. -14

b. -13

c. -5

d. -3

e. -12

f. 0

Step-by-step explanation:

hope it helps

Answer:

A is -14.

B is -13

C is -5

D is -3

E is -12

F is 0

Step-by-step explanation:

A, B, E both numbers are negative so you just add them together and add a negative sign.

C would read 4-9

D 10-7 and add a - to the answer

F is 6-6

simplify these numbers
1. 125 5. 384
2. 458 6. 15710
3. 438 7. 2549
4. 10512 8. 8920

Answers

1. how do i simplify them like in fractions?

QUICK
solve this equation
a^n+b^n=

Answers

Hey can someone help me with my latest question no one‘s helping me and I really need it

67

Name

_Michael Goodger Lesson 4 Homework

1.Convert and write an equation with an exponent.

A. 2 meters to centimeters

2m = 200 cm

2 x 10 = 200

B. 108 centimeters to meters 108 cm = 1 m

1.08% 101=108

C. 2.49 meters to centimeters 2.49 m = 249

cm

2.49x 103= 249

D. 50 centimeters to meters 50 cm = 1 m

50x1=50

E 6.3 meters to centimeters 6.3 m = 63 cm

6.3x63=63

F 7 centimeters to meters Icm = _

m

In the space below, list the letters of the problems where smaller units are converted to larger units.

2. Convert using an equation with an exponent. Use your meter strip when it helps you.

a. 4 meters to millimeters

mm

b. 1.7 meters to millimeters

mm

1050 millimetorn

m =

m =

Answers

Answer:

Step-by-step explanation:

1)

A. 2 meters to centimeters

1 m = 100 cm

[tex]2 m = 2 \times 100 \\2 m = 200 cm = 2 \times 10^2[/tex]

B)108 centimeters to meters

100 cm =1 m

[tex]1 cm = \frac{1}{100} m \\108 cm = \frac{108}{100}=108 \times 10^{-2} m[/tex]

C)2.49 meters to centimeters

1 m = 100 cm

[tex]2.49 m = 2.49 \times 100 = \frac{249}{100} \times 100 = 249 cm[/tex]

D)50 centimeters to meters

100 cm = 1m

[tex]1 cm = \frac{1}{100} m \\50 cm = \frac{50}{100}= 5 \times 10^{-1} m[/tex]

E)6.3 meters to centimeters

1 m = 100 cm

[tex]6.3 m = 6.3 \times 100=\frac{63}{10} \times 100 = 630 cm[/tex]

F)7 centimeters to meters

100 cm = 1 m

[tex]1 cm = \frac{1}{100} m\\\\7 cm = \frac{7}{100} = 7 \times 10^{-2} m[/tex]

2)

a)4 meters to millimeters

1 m = 1000 mm

[tex]4 m = 4000 = 4 \times 10^3 mm[/tex]

b)1.7 meters to millimeters

1 m = 1000 mm

[tex]1.7 m = 1.7 \times 1000= \frac{17}{10} \times 1000=17 \times 10^2 mm[/tex]

Help me plz
It’s 8th grade math
And ion know what the answer is..

Answers

Answer:

B slope = 1 and y intercept is 3

Step-by-step explanation:

The y intercept is where the line crosses the y axis (x is zero).

The slope can be figured by how far the line rises and runs to the next intersection of lines. In this case it goes up 1 and to the right 1. The slope would be 1/1 or 1

Answer:

Slope =1 ; Y-intercept=3

Step-by-step explanation:

The y intercept would be the point on the vertical line that touches the graph which in this case is three.

then to get to the next point that's on the line would have to move over 1 once to the right and one time up. so the slope is 1 over 1 which would equal 1.

PLEASE HELP!!! Chloe is working two summer jobs, landscaping and clearing tables. She must work no less than 12 hours altogether between both jobs in a given week. Write an inequality that would represent the possible values for the number of hours landscaping, l and the number of hours clearing tables, c, that Chloe can work in a given week.

Answers

Answer:

got u homie

Step-by-step explanation:

Answer:

l +c _> 12

Step-by-step explanation:

What number must be added to 101 to produce a number equal to the product of 101 x 21

Answers

Answer:

2020

Step-by-step explanation:

101 • 21 = 2121

2121 - 101 = 2020

How many 2/3 cup servings are in 28/3 cups of yogurt

Answers

The answer fam is..... 14

2+2=4 because 2 fingers and then another 2 fingers

Answers

Answer:

yes

Step-by-step explanation:

Answer:

yes? That's right. ummmm lol

w(t) = 3t – 1; t = 5

Answers

I’m not sure if your asking for the solution, but Hope this helps!

Help me with this question pleasee

Answers

Answer:

√23 = a

Step-by-step explanation:

/ab/²= /ac/²+/bc/² (Pythagoras theorem)

12² = a² +11²

144 = a² + 121

144 - 121 = a²

23 = a²

√23 = a

Calculate.
(2x105)(4.3x109)
Write your answer in scientific notation.

Answers

Answer:

9.8427x10⁴

Step-by-step explanation:

Answer:

98427x^2

9.8427x10^4

Step-by-step explanation:

4x+2 = 2(2x+1) what is the answer?

Answers

Answer: 0=0

Step-by-step explanation: Simplify

What is |-24| + |13| =?

Answers

Answer:

37

Step-by-step explanation:

just add the two numbers like they are not negative.

Other Questions
Multiply. Write your answer as a fraction in simplest form.5/6(8/15)= Michael exercises more than 35 minutes per day.Use t to represent Michael's amount of exercise (in minutes per day). Which example seems most like an informal discussion? a chat with friends about a TV show that aired last night a classroom conversation about a current events issue a teacher-student conference about an upcoming report a committee meeting in the conference room of an office Why does the Fourteenth Amendment start witha definition of a citizen? what does MA 2 means? one-eight a number is two more than one-fourth the number. What is the number? Ser and Estar both mean "to be" in Spanish. However, each verb is used in different situations. Which verb is used to describe how a noun is (condition)?SerEstar NEEEDDDD HELP ASAP PLZ PLZ PLZ PLZ PLZ HELP ME Yoshi Co.'s 12/31/2020 inventory on a FIFO basis was $980,000. The following information is available: Estimated selling price is $1,020,000; Estimated cost of disposal is $40,000; Normal profit margin is $120,000; and Current replacement cost is $900,000. At 12/31/2020, assuming Yoshi uses the loss method, what amount of loss should Yoshi record from applying LCM In space, rockets move by shooting air backwards. What moves faster the air or the ship? you can acquire an existing business for $2 million. You are uncertain about future demand. There is a 40% chance of high demand, in which case the present value of the business will be $3 million. There is a 25% chance of moderate demand, and the associated present value is $1.5 million. Finally, there is a 35% chance of low demand, in which case the present value is $1 million. Draw a decision tree for this problem. What is the expected net present value of the business If you know tags please help me. explain what each do? A bank offers 8.00% on savings accounts. What is the effective annual rate if interest is compounded semi-annually?Percentage Round to: 4 decimal places (Example: 9.2434%, % sign required. Will accept decimal format rounded to 6 decimal places (ex: 0.092434)) What ways was the egyptian religion similar to religion practiced in Mesopotamia? What percent of $18 is $6? The sum of 3 consecutive numbers is 72. What is the largest of these numbers?23252628 SOMEONE PLEASE HELP ILL GIVE BRAINLIEST Write the symbolic expression in words:PLEASE SOMEONE HELP If b^2 = 25 then b= Answer it please A washer and a dryer cost combined $664 The washer costs $36 less than the dryer. What is the cost of the dryer?