Two angles of a quadrilateral measure 133⁰ and 188°. The other two angles are in a ratio of
6:7. What are the measures of those two angles?

Answers

Answer 1

Answer:

18 and 21

Step-by-step explanation:

We take those two angles as 6x and 7x

133⁰ + 188° + 6x + 7x = 360(Sum of angles of a quadrilateral)

321+13x=360

13x=360-321

13x=39

x=39/13

x=3

6x=6x3=18

7x=7x3=21


Related Questions

Factorise 9x² – 3x – 20

Answers

Answer: answer 74 hope it help

Step-by-step explanation:

9x9= 81

3x3x3 27

27-20=7

81-7=74

Answer: (3x+4)(3x−5)

Step-by-step explanation:

Enter the following data into a graphing calculator. (5, 3) (7, 7) (12, 11) (-2, -3) (-1, 0) (5, 6) (-7, -2) (0, -2) What is the equation of the line of best fit? Round your answer to the nearest hundredth.

Answers

The equation of the linear line that best fit the given points is y = (7/8)x + 7/8.

What is a linear function?

A straight line on the coordinate plane is represented by a linear function.

A linear function always has the same and constant slope.

The formula for a linear function is f(x) = ax + b, where a and b are real values.

The line passes through points (-1,0) and (7,7) will be the best fit as it is at the smallest distance between all points.

The linear function associated with the point (-1,0) and (7,7) will be as,

y - 0 = [(7 - 0)/(7 + 1)](x + 1)

y = (7/8)(x + 1)

y = (7/8)x + 7/8

Hence "y = (7/8)x + 7/8 is the equation of the linear line that best fits the provided points".

For more about the linear function,

brainly.com/question/21107621

#SPJ1

What are 3 consecutive odd numbers of 105?

Answers

The three consecutive odd numbers of the number 105 are:

107, 109 and 111

What are consecutive numbers?

Consecutive numbers are those numerical values that are found just after a specific number or value, for example consecutive numbers from 10 will be 11 onwards.

To solve this problem we must have clear which is our base number, and this is 105, as we will determine the consecutive numbers we must add +1, +2.... as many times as we want, now as we only want the odd numbers and 105 is odd we will proceed to add multiplies of 2:

+2, +4 and +6, having as a result the following numbers:

105 + 2 = 107105 + (2x2) = 109105 + 6(2x2x2) = 111

The consecutive and odd numbers will be 107, 109, 111.

Learn more about consecutive numbers in:

https://brainly.com/question/28747515

#SPJ4

What is the bibliographic citation?

Answers

Bibliographic citations are the headings on your References page that provide links to the sources you used in your essay.

What is a bibliographic citation?

The entries on your References page that give directions to the sources you cited in your essay are known as bibliographic citations.

Consider them the "address" of a source since they direct readers to a source you cite.

The author's name, the book's title, the publisher's name, and the publication date must all be included in a book citation.

When cited in full, edited books will list the editor's name rather than the author's name.

The appearance of bibliographies can vary depending on the style manual you are using.

Bibliographies often include the page number, title, and an alphabetical list of all the sources you consulted.

A synopsis of the work is also included in annotated bibliographies.

Therefore, bibliographic citations are the headings on your References page that provide links to the sources you used in your essay.

Know more about a bibliography here:

https://brainly.com/question/24500498

#SPJ4

Describe and correct the error in solving the equation

Answers

Answer:

what equation?

Step-by-step explanation:

Answer:

x=2

Step-by-step explanation:

2(x+1)^2+3=21

2(x+1)^2=9

x+1=3

x=2

What theorem is being applied if two triangles of one triangle are congruent to two angles of another triangle and the triangles are similar?

Answers

Triangle congurent theorem is being applied if two triangles of one triangle are congruent to two angles of another triangle and the triangles are similar.

Angle-Side-Angle (ASA) theorem states that if two triangles are considered congruent, then the two corresponding angles equal to each other will include a corresponding side that is equal to each other.

By applying the Side Angle Side Postulate (SAS), you can also be sure your two triangles are congruent. Here, instead of picking two angles, we pick a side and its corresponding side on two triangles.

The SAS Postulate says that triangles are congruent if any pair of corresponding sides and their included angle are congruent.

Perhaps the easiest of the three postulates, Side Side Side Postulate (SSS) says triangles are congruent if three sides of one triangle are congruent to the corresponding sides of the other triangle.

Learn  more about Triangle congurent theorem here ;

https://brainly.com/question/20104844

#SPJ4

A playground is in the shape of a rectangle. The length of the rectangle is three times its width. The area of the playground is 19,500 square feet. What is the length of the playground? Round to the nearest foot. Hint: use A=LW

Answers

The length of the rectangular  playground is 241.86 foot.

How to calculate length of the rectangle?

Given that area of rectangle is 19,500 sq.ft and length of rectangle is three times its width.The area for rectangle is given by formula: A=LW.

Now according to the given condition, L= 3W. Further we'll solve by putting L= 3W in the formula for rectangle.

Calculation:

A=LW

As given A= 19,500 sq.ft and considering L=3W,

19,500 = 3W*W

19,500 = 3W^2

∴ W^2 = 6500

∴ W = [tex]\sqrt{6500}[/tex]

∴ W = 80.6225 ft. ≈ 80.62 ft.

Now putting the value W = 80.62 in equation L =3W,

L = 3* 80.62

L = 241.86 ft.

The length of the rectangular playground is 241.86 foot.

To know more about calculation of length of rectangle, check out:

https://brainly.com/question/2607596

#SPJ4

Is direct variation the same as slope?

Answers

Answer:

Step-by-step explanation:

A direct variation is a linear relationship between variables so they have a constant ratio. It is a special case of the slope-intercept form y =mx +b, where b = 0.

How do you find the missing number in a given integer array of 1 to 100 in PHP?

Answers

The missing number in a given integer array of 1 to 100 can be found using the PHP array_diff() function.

This function compares two array and returns the difference. To find the missing number, we first need to create an array that contains all numbers from 1 to 100. We then create another array with the given integers. Using array_diff(), we can compare the two arrays and the difference will be the missing number.

To use the array_diff() function, we first need to create the two arrays. For example,

$array1 = range(1,100);

$array2 = array(1,2,3,4,5,6,7,8,9);

The first array is containing all numbers between 1 and 100 and the second array is containing the given integers.

The next step is to use the array_diff() function. The syntax for this is

$diff = array_diff($array1, $array2);

The result of this will be an array containing the missing integer.

Learn more about PHP here:

https://brainly.com/question/13041434

#SPJ4

What is the solution to 3x+2423.0?

Answers

Its the first answer !

The Christmas Tree store has a parking lot that will
hold 1000 vehicles. 2/5 of the parking spaces are
for cars. When you went to buy your tree, there
were 200 cars and some trucks in the parking lot.
The parking lot was 3/4 full. How many trucks were
in it?

Answers

Answer:

550

Step-by-step explanation:

3/4 x 1000 = 750

The parking lot has 750 cars and trucks.  Subtract out the 200 cars and we are left with 550 trucks.

john drinks a sugary sweetened beverage containing 160 calories and 40 grams of sugar. how many teaspoons of sugar does the drink contain

Answers

Beverage containing 160 calories and 40 grams of sugar will be equal to 18 teaspoons.

Like other carbs, sugar has nutritional value.

Carbohydrates contain roughly 4 calories per gram.

A teaspoon of sugar has 20 calories and approximately 5 grams of carbohydrates.

As per the question,

The beverage contains 160 calories,

160 calories will be equivalent to (160/20) = 8 teaspoons. (As 1 teaspoon of sugar contains 20 calories)

Along with it, the beverage also contains 40 grams of added sugar.

The 40 grams of added sugar divided by the 4 grams of sugar per teaspoon resulted in 10 teaspoons of added sugar.

As in a drink, 160 calories and 40 grams of added sugar are present.

So, the total teaspoons of sugar will be = 8 + 10 = 18 teaspoons.

For more questions on Sugar contains in beverage

https://brainly.com/question/25936585

#SPJ4

How do you graph the line x =- 5?

Answers

The graph of the line x=-5 is attached below :

What is graph of a line?

An informational shift over time is graphically represented by a line graph. It is a graph that was created by connecting points with line segments.

x=-5 denotes that for the given line the value of x cordinate is always same and is equals to -5.

This line passes through point (-5,0)

So for the given line the value of x cordinate is constant and is equal to -5 so it is a vertical line that passes through point (-5,0).

Describe vertical line:

Any straight line that runs from top to bottom or bottom to top is considered to be a vertical line. Standing lines are another name for the vertical lines.

To know more about straight line click on below link:

https://brainly.com/question/29080639#

#SPJ4

What line is perpendicular to line that has a slope of 1 3?

Answers

The level of a line's slope indicates its steepness.

A line with a slope of 1/3 has a perpendicular line with a slope of -3. The product of the slope is equal to -1 when two lines are perpendicular.

How do one find the slope of a graph?

The slope is computed mathematically as "rise over run" (change in y divided by change in x).

In accordance with the slope equation, the slope of such a line may be determined by dividing the rise of the line between two positions by the run of the same line between the same two sites.

That is to say,

Determine the coordinates of two locations along the line that one choose.Evaluate the differences in these two positions' y-coordinates (rise).Evaluate the differences in these two locations' x-coordinates (run).In order to calculate the difference in y-coordinates (rise/run or slope), divide it by the difference in x-coordinates.

To know more about slope refer to:

https://brainly.com/question/26888769

#SPJ4

How do you translate an entire triangle?

Answers

To translate an entire triangle, find the coordinates of each of the triangle's vertices, add the horizontal translation then plot the three translated points

Whenever an object is moved from one location to the next without changing its size, shape, or orientation, a translation takes place. If we know which way and how far the figure to be moved, we can draw the translation in the coordinate plane.

There are some steps of translating the triangle:

Step 1: Find the coordinates of each of the triangle's vertices in step one.

Step 2: Add the horizontal translation value to each vertex's x-coordinate and the vertical translation value to each point's y-coordinate to translate each point. If the horizontal translation is to the left or the vertical translation is downward for these translations, add a negative number.

Step 3: Plot the three translated points and draw the triangle by drawing a straight line between each pair of points.

To learn more about translation of triangle link is here

brainly.com/question/17052587

#SPJ4

What is the formula for 3 consecutive numbers?

Answers

The formula for 3 consecutive numbers is n + 1, n + 2, and n + 3, where n is an integer.

Consecutive numbers are those that always appear in the same order, from smallest to largest.

For instance:

The numbers 1, 2, 3, 4, 5, 6, and so on are consecutive.

(n + 1) and (n + 2) will be the next two consecutive integers if n is an integer. Let n, for instance, be 1. Its consecutive integers are either 2 or 3, or 1 + 1 + 2.

Thus, the formula is:

n, n+1, n+2, n+3,…

consecutive Even Numbers:

The endings of even numbers are 0, 2, 4, 6, or 8. Zero, two, four, six, eight, ten, twelve, and so on are examples of consecutive even numbers.

consecutive Odd numbers:

Numbers that begin with 1, 3, 5, 7, or 9 are considered odd. 1, 3, 5, 7, 9, 11, 13, 15, and so on are examples of consecutive odd numbers.

Know more about integers here: https://brainly.com/question/1768254

#SPJ4

How do you solve equations on a calculator?

Answers

By write it in calculator and click shift solve equal

What are the 3 forms of linear equations?

Answers

There are three major forms of linear equations: point-slope form, standard form, and slope-intercept form

Slope-intercept form is written as y=mx+b, where m is the slope and b is the y-intercept. Using the information given we can plug in the numbers to get the correct equation. This looks like y=-3x+4.

Slope-intercept form is helpful because we can use it to find coordinate points and graphs. By graphing the y-intercept and then using the slope to count out points, you can find the function. Additionally, by plugging in values for x or y, you can find coordinate pairs.

The standard form is Ax + By = C

Where, if at all possible, A, B, and C are integers, and A is non-negative.  Our linear equation in standard form is:

x - 5y = -12  or 1x - 5y = -12

where A = 1, B = -5, and C = -12  

learn more about of equation here

https://brainly.com/question/24752173

#SPJ4

[tex](5-\sqrt{5}) and (\sqrt{5} -5)[/tex]Are two roots of a fourth degree polynomial with integer coefficients, what are the other roots?

Answers

Answer:

  (5 +√5) and (-√5 -5)

Step-by-step explanation:

Given two roots of the 4th-degree polynomial with integer coefficients are (5-√5) and (√5-5), you want to know the other two roots.

Conjugates

The other two roots are the conjugates of the given roots. That is, the signs of the √5 term will change:

  (5 +√5) and (-√5 -5)

__

Additional comment

The polynomial is x⁴ -60x² +400.

I need help with this

Answers

Using the concept of functions option A [tex](f-g)(y)=2y^{2}-3y-1[/tex] is true by solving both the functions f(y) and g(y).

What are functions?

An association between each element of a non-empty set A and at least one element of a different non-empty set B is called a function. A relation f between a set A (the function's domain) and a set B is how a function is defined in mathematics (its co-domain). For any A and B, f = {(a, b) | for all a ∈ A, b ∈ B}

According to the given question we have given two functions f (y) and g (y), then:

(f - g) (y)=f(y)-g(y)

We have:

[tex]f(x)=5y^{2} -2y+1[/tex]

[tex]g(y)=-3y^{2}-y-2[/tex]

Subtracting both the above functions we have:

[tex](f-g)(y)=2y^{2}-3y-1[/tex]

Hence option A [tex](f-g)(y)=2y^{2}-3y-1[/tex] is true by using the concept of functions.

To know more about functions, visit:

https://brainly.com/question/5975436

#SPJ1

The number of ubcriber to a treaming video ervice double each week. The function f(x)=2x repreent the number of ubcriber in week x. When are there 64 ubcriber?

Answers

The value of x is six when f(x) = 64, and there are 64 subscribers completed on a training video service at week 6. So, correct answer is option (A).

What is exponential function?

In the exponential function, the independent variable or x-value is the exponent and the base is constant. The exponential formula is y = abˣ, where a and b are constants. For example, y = 2ˣ is exponential.

We have, the number of subscribers of a training video is double each week. The function f(x) represent the number of ubcriber in week x, f(x) = 2ˣ

we have to calculate value of x that is week when f(x) = 64 or there is 64 subscribers. So, 2ˣ = 64 --(*)

Introducing logarithms both sides of equation (*) we get,

=> log (2ˣ) = log 64

=> x log 2 = log 64 (log rule, log aˣ= x log a)

divide both sides by log 2

=> x log 2/log 2 = log 64/log 64

=> x = log 64/log 2 = log (2⁶)/ log 2

=> x = 6 log 2/log 2 = 6

so, x = 6 , Hence, the required week i.e x is 6.

To learn more about Exponential function, refer:

https://brainly.com/question/2456547

#SPJ4

Complete question:

the number of subscribers to a streaming video service doubles each week. The function f(x)=2^x represents the number of subscribers in a week x. when are there 64 subscribers?

A. week 6

B. week 7

C. week 32

D. week4

Is this the hypotenuse leg or am i wrong

Answers

The missing reason in the flowchart would be SAS.

Option (D) is correct.

What is the SAS congruence theorem?

If two sides and the included angle of one triangle are equal to two sides and the included angle of another triangle, the triangles are congruent.

In the given figure,

Side RC ≅ Side TN ---- Given

Side HX ≅ Side XK ----Given

Angle RHK ≅ Side HKN --- Vertical angles are congruent.

Hence, ΔRHX ≅ NKXΔ ----- (SAS congruence)

Hence, the missing reason in the flowchart would be SAS.

To learn more about the SAS congruence theorem, visit:

https://brainly.com/question/18922904

#SPJ1

if you fit your data to this function with n set exactly equal to 2, what is vx equivalent to?

Answers

(a) If you fit your data to this function with n set exactly equal to 2, then we have to find v(x, i) is equivalent to -2At(0).

(b) If you fit your data to this function with n set exactly equal to 2, then we have to find v(x, i) is equivalent to At(0)^2+B.

The given equation is x(f) = x(i)+v(x, i)Δt+12a(x)(Δt)^2.

Here x = x(f)-x(i)

So the equation is

x = v(x, i)Δt+12a(x)(Δt)^2..................(1)

The function in the program

x = A(t-t(0))^n+B

(a) If you fit your data to this function with n set exactly equal to 2, then we have to find v(x, i) is equivalent to.

If we set n = 2. Then;

x = A(t-t(0))^2+B..................(2)

On comparing the equation (1) and (2), we get

A = 1/2 a(x)

So, a(x) = 2A

x(f) = At^2+At(0)^2-2Att(0)+B.......................(3)

Now comparing the equation (1) and (3)

v(x, i) = -2At(0)

(b) If you fit your data to this function with n set exactly equal to 2, then we have to find x(i) is equivalent to.

On comparing the equation (2) and (3), we get

x(i) = At(0)^2+B

To learn more about function link is here

brainly.com/question/21145944

#SPJ4

Complete question is:

Equation 3.8 in the textbook states x(f) = x(i)+v(x, i)Δt+12a(x)(Δt)^2. In this lab you will collect data for the position, x, as a function of time, t. The software you will use will allow you to fit data using a function of the form x=A(t−t(0))^n+B.

1. If you fit your data to this function with n set exactly equal to 2, what is v(x, i) equivalent to?

2. If you fit your data to this function with n set exactly equal to 2, what is x(i) equivalent to?

How many years should I pay for SSS?

Answers

Answer:

A 120 month contribution.

What is the median of data 4 6 8 9 11?

Answers

Answer:

8

Step-by-step explanation:

its the middle number when the given values are listed least to greatest.

*count from each minimum and maximum values til you have the number in exact center.

find the measure of angle b

Answers

92 is my estimate. Somehtinf around there

What is mean point in math?

Answers

A point in mathematics is symbolised by a dot (.) and used to indicate an accurate location in space. It lacks all three dimensions—length, breadth, and height. It has no size, in other terms.

Different Points

In geometry, there are several distinct kinds of points:

Converging Points

Collinear refers to something that is parallel. If three or more points lie on a single straight line, they are said to be collinear.

Incongruent Points

If three or more points do not lie on the same line, they are said to be non-collinear. There isn't a single straight line that can be drawn that goes through each of these points.

For more such question on point.

https://brainly.com/question/26642069

#SPJ4

5. A student graphed f of x. equals. x. and g of x. equals. 1 over 3. f of x. plus 5 on the same coordinate grid. Which statements are true?

Select THREE correct answers.
To create g, the graph of f is shifted 5 units up.

To create g, the graph of f is shifted 5 units down.

The graph of f is steeper than the graph of g.

The graph of g is steeper than the graph of f.

The y-intercept of g is 5 units below the y-intercept of f.

The y-intercept of g is 5 units above the y-intercept of f.

Answers

The three correct answers that describe the given transformations are;

A) To create g, the graph of f is shifted 5 units up.

C) The graph of f is steeper than the graph of g.

F) The y-intercept of g is 5 units above the y-intercept of f.

How to find the sequence of transformation?

We are given the equations as;

f(x) = x

g(x) = ¹/₃(f(x)) + 5

For a function f(x) we define a vertical translation (or vertical shift) of n units as:

g(x) = f(x) + n

If n is positive, the translation is upwards

If n is negative, the translation is downwards.

Thus, the graph of f was shifted 5 units upwards.

Now, the equation of a line in  slope intercept form is;

y = mx + c

where;

m is slope

c is y-intercept

Thus;

y-intercept of f(x) = 0

y-intercept of g(x) = 5

Thus;

y -intercept of g is 5 units above y-intercept of f.

Now, the steeper the line, the higher the slope. Thus, function f has a higher slope than function g and so function f is steeper than function g.

Read more about sequence of transformation at; https://brainly.com/question/4289712

#SPJ1

Which graph represents the line described by the given point (- 2, 3) and slope 0

Answers

The graph of the line parallel to x-axis and passes trough the point (-2,3).

What is slope of a line?

A line's slope in mathematics is defined as the ratio of the change in the y coordinate to the change in the x coordinate.

Both the net change in the y-coordinate and the net change in the x-coordinate are denoted by Δy and Δx, respectively.

Consequently, the formula for the change in y-coordinate with respect to the change in x-coordinate is

m = Δy/Δx  = change in y/change in x

where "m" represents a line's slope.

Additionally, the slope of the line can be shown as

tan θ = Δy/Δx.

Given that the slope of the line is 0. Thus the angle between the line with the x-axis is 0 degree as tan 0° = 0.

The line is parallels to x-axis.

The equation of the line that is parallel to x-axis is y = a.

Since the line passes through the point (-2,3), thus it will be satisfies the equation line.

Putting x = -2 and y = 3

a = 3

The equation of the line is y = 3

To learn more about equation of line, click on below link:

https://brainly.com/question/25776493

#SPJ1

What is the meaning of whole numbers are closed?

Answers

Whole numbers are closed under addition and multiplication. If we add and  multiply any two whole numbers, the result will be a whole number.

What are Whole numbers ?
The numbers that include natural numbers and zero. Not a fraction or decimal. {0, 2, 3, 4, 5 6, 7, 8, 9, 10, 11 …} Whereas Integer: A counting number, zero, or the negative.

If we add any two whole numbers, the result will be a whole number. For example, 2 + 4 = 6 and 6 is a whole number.

Therefore, whole numbers are closed under addition.

If we multiply any two whole numbers, the result will be a whole number. For example, 2 × 4 = 8 and 8 is a whole number.

Therefore, whole numbers are closed under multiplication.

Also , Whole numbers are not closed under Subtraction and division.

Learn more about Whole numbers at:

https://brainly.com/question/9879870

#SPJ4

Other Questions
a circular stained glass window frame with a diameter 20 inches is divided into 8 congruent find the area of 3 of the 8 panes of glass Can I please get help with this???? Im not sure if the two are right or not. Please help me!!!! A statement of opinion that needs to be proven in order to show that it is true Select one:subjectClaimEvidenceFact A percent composition analysis yields22.6% phosphorus (P) and 77.4%chlorine (CI). What is the empiricalformula for the compound?BP2C17PCI: HELP PLEASE!!!The English language features many words which have radically different meanings. For each of the words below, write sentences that clearly show two different meanings for each word.1. tracks2. felt3. fire4. back solve the inequality and specify the answer 1-3x [tex]\leq[/tex]0Interval notation The angle of a triangle is 44, 44, and x. What is the value of x? HELP!! WILL GIVE BRAINLY! The exterior angles of a pentagon have measures of 65 degree 86degree 104 degree 2x and 3x find the value of x how does carson's book differ from other scientific texts written around the same period?a. carsons book uses more logos and ethos than other scientific textsb. carsons book credits experts with their contributions more frequently than other scientific texts.c. carsons book disscusses DDT and pesticides in more technical detail than other scientific texts.d. carsons book uses more pathos than other scientific texts. Which pair of statements about the lengths of two sides of the triangle is true? Camille put $1,250 in a new account at her bank. - The bank pays 2.25% interest compounded annually on this account. - Camille makes no additional deposits or withdrawals. Which amount is the closest to the balance of the account at the end of 5 years? You are developing a mind map for measuring the viscosity of fluid. At which stage in the process will you specify the equipment needed for the experiment?Connecting the subtopics fo the central ideaDefining the lower-level subtopicsCreating the imageDefining the subtopics BRAINLY TO WHOEVER HELPS ASAP Which sign best represents the role of decomposers? he Revolution of 1910 brought a change to Mexicos government. What were the changes to the government? A waiter receives tips from each customer. Onaverage the tip is 15% of the customer's bill. At thisrate, which of the following is closest to the tip thewaiter can expect when a customer has a bill that is$78.20A) $8.00B) 10.00C) $12.00D) $14.00 Please Evaluate this expression...4a-2b for a-5 and b=3 The graph shows the profit, y, of a community fundraiser, with respect to the numberof tickets sold, xUse the graph to determine the y-intercept and what it represents.The y-intercept - -700 and represents the initial amount of expensesThe y-intercept - 35 and represents the initial amount of expensesThe y-intercept - 35 and represents the number of tickets soldThe y-intercept = -700 and represents the number of tickets sold Popcorn was donated for the school fair by 3 different popcorn vendors. They donated a total of 996 bags of popcorn. Each vendor donated the same number of bags. How many bags of popcorn did each vendor donate? Each vendor donated bags of popcorn