HELP ME PLEASE : Math is a bit different at the North Pole. Can you solve this math with Christmas symbols problem?

HELP ME PLEASE : Math Is A Bit Different At The North Pole. Can You Solve This Math With Christmas Symbols

Answers

Answer 1
34 =snowman
21/3=7. Candy cane=7
7+9=16 Wreath =9
16-x(snowman)= -1
x(snowman)= 17
17+17=34
Answer 2

The sum of the two Santa models is 24.

What is a mathematical function, equation and expression?                function : In mathematics, a function from a set X to a set Y assigns to each element of X exactly one element of Y. The set X is called the domain of the function and the set Y is called the codomain of the function.expression : A mathematical expression is made up of terms (constants and variables) separated by mathematical operators.equation : A mathematical equation is used to equate two expressions.

Given is math is a bit different at the north pole and a problem is shown in the image.

We can assume the three variables as : [x], [y] and [z]. So, we can write the equations as -

3x = 21                  ........ Eq[1]

y + z = 16              ........ Eq[2]

x + y - z = - 1          ........ Eq[3]

Now, it is given that -

3x = 21

x = 21/3

x = 7

and

y + z = 16

y = 16 - z

So, we can write the equation as -

x + y - z = - 1

7 + 16 - z - z = - 1

23 - 2z = - 1

2z = 24

z = 12

So, we can write -

[z] + [z] = 12 + 12 = 24

Therefore, the sum of the two Santa models is 24.

To solve more questions on functions, expressions and polynomials, visit the link below -

brainly.com/question/17421223

#SPJ2


Related Questions

How will you compare the graph of a function and the graph of its inverse?

Answers

The graph of a function and the graph of its inverse are reflected across the line y = x.

Connsider a function f(x).

The inverse of function f(x) is represented as f^-1(x).

The inverse of a function is a function that reverses the effect of the original function.

We know that if we take the inverse of function then the domain of a function will be the range of inverse function and the range of a function will be the domain for its inverse.

This means if the point (3, -6) is in the original function then itwill be represented by the point (-6, 3) in the inverse function.

Also, we can obtain the graph of an inverse function as a reflection of the graph of original function across the line x = y.

Hence, the inverse functions' graphs are reflections over the line x = y

Learn more about the graph here:

https://brainly.com/question/11950136

#SPJ4

Is 2x 3y a binomial?

Answers

2x + 3y is a binomial is a true statement.

A polynomial is of various types like binomial, trinomial and multinomial.

Monomial is said to contain only one term, trinomial is said to contain exactly three terms, multinomial contains n number of terms.

An mathematical expression known as a binomial has exactly two terms.

Examples of binomials are 4x² + 5y², xy² + y, x² + 3, x + y, etc.

Here, the given algebraic expression is 2x + 3y, where 2x is one term and 3y is another term. The coefficient of x is 2 and coefficient of y is 3 where as the exponent of x is 1 and the exponent of y is 1.

To know more about binomials:

https://brainly.com/question/30053602

#SPJ4

How to find the missing number in integer array of 1 to 100 in Java?

Answers

Finding the missing number from the first 100 numbers in the given array arr[] of size N-1 with integers in the range [1, N] is the task. The list doesn't contain any duplicates.

Java method for locating a missing integer in an array of integers from 1 to 100

Make a temp array temp[] of size n + 1 with a value of 0 for each element.For each element in the input array arr[i], perform the following.If (temp[arr[i]] == 0), then temp[arr[i]] is 1.traverse temp[] and output an element of an array with the value of 0. (This is the missing element).

class GFG; import java.io.*; import java.util.*

public static void findMissing(int arr[], int N)

{

 int i;

 int temp[] = new int[N + 1];

 for (i = 0; i <= N; i++) {

  temp[i] = 0;

 }for (i = 0; i < N; i++) {

  temp[arr[i] - 1] = 1;

 } int ans = 0;

 for (i = 0; i <= N; i++) {

  if (temp[i] == 0)

   ans = i + 1;

 } System.out.println(ans);

}

public static void main(String[] args) {

 int arr[] = { 1, 3, 7, 5, 6, 2 };

 int n = arr.length; // Function call

 findMissing(arr, n);

}

}

Learn more about missing number Visit: brainly.com/question/30073249

#SPJ4

PLS HELP QUICK PLS

The two figures below are similar.
30 in
???
inches
12 in
16 in
What is the length of the missing side?

Answers

Answer:

40 inches

Step-by-step explanation:

Similar Triangles

In similar triangles, corresponding sides are always in the same ratio.

Let x be the length of the missing side.

Therefore:

[tex]\implies \sf x:16=30:12[/tex]

[tex]\implies \sf \dfrac{x}{16}=\dfrac{30}{12}[/tex]

[tex]\implies \sf 16 \cdot \dfrac{x}{16}=16 \cdot \dfrac{30}{12}[/tex]

[tex]\implies \sf x=\dfrac{480}{12}[/tex]

[tex]\implies \sf x=\dfrac{40 \cdot 12}{12}[/tex]

[tex]\implies \sf x=40[/tex]

Therefore, the length of the missing side is 40 inches.

1. What does the trend look like
2. Do the variables show a positive, negative correlation? Or is there no apparent relationship between them

Answers

Answer:

No relationship

Step-by-step explanation:

What additional information is needed for an AAS congruence theorem?

Answers

You must be aware that pairs of two angles are congruent as well as the pair of sides that are next to one of the specified angles in order to utilize the AAS Theorem to verify congruence.

Triangles are said to be congruent if two of their matching angles and one of their excluded sides are congruent with those of two other triangles. Because it can be demonstrated, this is a theorem.

The AAS Theorem uses two angles and a side to demonstrate triangle congruence, just as the ASA Postulate. The letters are arranged differently from the angles and sides they represent.

To learn more about congruence here:

https://brainly.com/question/29185992

#SPJ4

The cost of ms. Clark's restaurant meal is $25. 50. As a tip, ms. Clark gives the waiter 20% of the meal's cost. What is the total amount ms. Clark pays, including tip? responses $26. 01 $26. 01 $30. 60 $30. 60 $32. 64 $32. 64 $33. 5.

Answers

As per the given percentage, the total amount Ms. Clark pays, including tip is $30.1

The term percentage is referred as a portion of a whole expressed as a number between 0 and 100 rather than as a fraction.

Here we have given that the cost of Ms. Clark's restaurant meal is $25. 50. And as a tip, Ms. Clark gives the waiter 20% of the meal's cost.

Now, we need to find the total amount Ms. Clark pays, including tip.

While we looking into the given question,

The following values are given in the question,

Total amount of bill for Ms. Clark = $25.50

Percentage of tip = 20%

Then the amount of tip is calculated as,

=> 25.50 x 20/100

=> 25.50 x 0.20

=> 5.1

Then the total amount paid by Ms. Clark is

=> 25.50 + 5.1

=> 30.1

To know more about Percentage here.

https://brainly.com/question/13729841

#SPJ4

Are quadrilaterals 11 sides?

Answers

Therefore , the 11 sides polygon cannot be a quadrilateral.

Describe quadrilateral.

A polygon with four sides, four angles, and four vertices is referred to as a quadrilateral. A sort of polygon called a quadrilateral has sides that are defined in a certain way. The quadrilateral in the illustration below, for instance, can be defined as ABCD, ADCB, BCDA, CDAB, etc.

Here,

the quadrilateral

Each of them consists of four vertices.

Each side consists of four sides.

360 degrees is the sum of all interior angles.

Two diagonals are present.

There are both regular and irregular quadrilaterals.

It must have four equal sides, four equal angles, and diagonals that cross in order to be regarded as a quadrilateral.

Therefore , the 11 sides polygon cannot be a quadrilateral.

To know more about quadrilateral , visit

brainly.com/question/13805601

#SPJ4

A, B and Care points on the circumference of a circle with centre O.
LACB = 74°
74
Diagram not drawn to scale
Calculate the value of x.
(4 marks)
0x =
Submit Answer
O

Answers

Answer:

x = 16°

Step-by-step explanation:

AOB = 74 · 2 = 148°

triangle AOB is isosceles

2x + 148 = 180

2x = 180 - 148

2x = 32

2/2 x = 32/2

x = 16°

7(h + k)² - 21(h + k)
factorise completely​

Answers

7(h+k)x(h+k-3) this is the answer

Two lines intersect at the point (1, 3).
The y-intercepts of the lines are 1 and 2.
What are the equations of the lines?

Answers

In the case of the two lines you described, the y-intercepts are 1 and 2, meaning that the lines cross the y-axis at the points (0,1) and (0,2), respectively.

To find the equations of the lines, you can use the slope-intercept form of a line, which is written as y = mx + b, where m is the slope of the line and b is the y-intercept. Since the lines intersect at the point (1,3), you can use this point and the y-intercept of each line to find the slope of each line.

For the first line, with y-intercept 1, the slope is given by the formula m = (y2 - y1) / (x2 - x1), where (x1,y1) is the given point (1,3) and (x2,y2) is the y-intercept (0,1). Plugging in these values, we get m = (1 - 3) / (0 - 1) = -2. So the equation of this line is y = -2x + 1.

For the second line, with y-intercept 2, the slope is given by the same formula, using the point (1,3) and the y-intercept (0,2). This gives us m = (2 - 3) / (0 - 1) = -1. So the equation of this line is y = -1x + 2.

Therefore, the equations of the two lines are y = -2x + 1 and y = -1x + 2.

How do you explain temperature on a graph?

Answers

Temperature is typically represented on a graph by plotting points along the vertical (y-axis) to represent the temperature. The horizontal (x-axis) is typically used to represent time or location.

Temperature is typically represented on a graph by plotting points along the vertical (y-axis) to represent the temperature. The horizontal (x-axis) is typically used to represent either time or location. Each point on the graph is a measurement of temperature at a specific moment in time or location. The data points can be connected with a line to create a line graph, which can show temperature trends over time or in different locations. If two sets of data are being compared, such as indoor and outdoor temperatures, two lines can be drawn on the same graph to compare the two. By looking at the graph, one can easily identify the highest and lowest temperatures, as well as any trends over time. Additionally, the graph can be used to identify when temperatures are above or below a certain threshold. Graphs can be used to quickly and easily represent data, making them a powerful tool in understanding temperature.

Learn more about graph here

https://brainly.com/question/17267403

#SPJ4

What is the slope of the line that passes through the points (4, 7) and (7, 16)? Write your answer in simplest form.

Answers

Answer:

3

Step-by-step explanation:

Lets use the slope formula, Which is given as :-

[tex]\sf{ \dfrac{y2-y1}{x2-x1} }[/tex]

Substitute the points we have to the formula :-

[tex]\begin{gathered}\sf \longmapsto {\dfrac{16 - 7}{7-4 }} \\ \sf{ \longmapsto {\dfrac{9}{3}} \\ \sf{\longmapsto 3} \end{gathered}[/tex]

Thus, The correct answer is 3!!

you are designing a marble planter for a city park. you want the length of the planter to be six times the height, and the width to be three times the height. the sides should be one foot thick. because the planter will be on the sidewalk, it does not need a bottom. what should the outer dimensions of the planter be if it is to hold 4 cubic feet of dirt?

Answers

Answer: 6 ft by 3 ft by 1 ft

Step-by-step explanation:

it already shows the outer dimension in the world problem just need to put it into numbers

Rearrange the formula and solve for r.

Answers

Answer:

Step-by-step explanation:

The formula of Volume of the Cone, V = 1/3πr^2h

Now, r^2 = 3v/πh

         r = √(3v/ πh)

What does it mean to have 2 equal roots?

Answers

Therefore , it means if an equation have 2 roots , it means it is a quadratic function .

What is square root ?

A number's  root is that factor of the number that, when multiplied by itself, yields the original number. Specifically, squares and square roots are exponents. Think of the number nine. This can be expressed as  or as 3 x 3.

Here,

If an equation have 2 roots , it means it is a quadratic function

If D=0, a quadratic function has two roots that are equal.

D (discriminant) = 0

=>b24ac=0 is required for a polynomial function to have equal roots.

Therefore , it means if an equation have 2 roots , it means it is a quadratic function .

To know more about square root , visit

brainly.com/question/29286039

#SPJ4

Solve the system by substitution. y= y= \,\,-2x −2x y= y= \,\,-6x+36 −6x+36

Answers

The solution to the system of equations, y = -2x and y = -6x + 36, is: (9, -18).

How to Solve a System of Equations by Substitution?

Given the following equations of the system as:

y = -2x --> eqn. 1

y = -6x + 36 --> eqn. 2

To solve, substitute y = -2x into equation 2:

-2x = -6x + 36

Solve for x

-2x + 6x = 36

4x = 36

x = 9

To find the value of y, substitute x = 9 into equation 1:

y = -2(9)

y = -18

The solution is: (9, -18).

Learn more about the system of equations on:

https://brainly.com/question/13729904

#SPJ1

What is are the things s2 considered to show that the two triangles are congruent?

Answers

Answer:

Congruence in two or more triangles depends on the measurements of their sides and angles. The three sides of a triangle determine its size and the three angles of a triangle determine its shape. Two triangles are said to be congruent if pairs of their corresponding sides and their corresponding angles are equal.

hope this helps mark me brainliest

Step-by-step explanation:

A 12​-foot ladder is placed against a vertical wall of a​ building, with the bottom of the ladder standing on level ground 10 feet from the base of the building. How high up the wall does the ladder​ reach?

Answers

The height of the wall where the ladder reaches will be 6.33 feet.

What is a Pythagoras theorem?

It expresses that the region of the square whose side is the hypotenuse is equivalent to the amount of the region of the squares on the other different sides.

The Pythagoras theorem formula is given as

H² = P² + B²

A 12-foot stepping stool is set against an upward mass of a structure, with the lower part of the stepping stool remaining on level ground 10 feet from the foundation of the structure.

The height of the wall where the ladder reaches will be calculated as,

12² = P² + 10²

144 = P² + 100

P² = 44

P =6.33 feet

The level of the wall where the stepping stool arrives freely will be 6.33 feet.

More about the Pythagoras theorem link is given below.

https://brainly.com/question/343682

#SPJ1

1) Colette is building a doll house that is similar to her real house. She measures her front
door to be 240 centimeters tall and 100 centimeters wide. She decides that she wants
the height of the front door on her doll house to be 10 centimeters.
[4 points] Explain, using complete sentences, how she could find the width of the front
door of the doll house. Be sure to discuss the measurements she needs AND how she
would use these measurements to find the width of the doll house's front door.

Answers

The width of the doll house's front door is  2400 cm.

How to find area of Rectangle?

The area of the rectangle is

(240 cm x 100 cm) / 2

= 2400 cm

Rectangle area in geometry refers to the area that a rectangle occupies on a two-dimensional plane. A quadrilateral, a form of two-dimensional object with four sides and four vertices, is what a rectangle is. The rectangle's four angles are all right angles or exactly 90 degrees. The rectangle's opposing sides are equal and parallel to one another. It should be noted that a parallelogram likewise has equal and parallel opposite sides, but the angles are not exactly 90 degrees. The dimensions of a rectangle determine its area. In essence, the area of a rectangle is equal to the sum of its length and breadth. whereas the perimeter of a rectangle is equal .

To learn more about area of Rectangle refer to:

https://brainly.com/question/2607596

#SPJ1

he graph for the equation y = x minus 4 is shown below. On a coordinate plane, a line goes through (0, negative 4) and (4, 0). Which equation, when graphed with the given equation, will form a system that has an infinite number of solutions? y minus x = negative 4 y minus x = negative 2 y minus 4 = x y + 4 x = 1

Answers

A system of equations with an infinity number of solutions, along with y = x - 4, is formed with the following equation:

y - x = -4.

What are linear functions?

The slope-intercept definition of a linear function is given as follows:

y = mx + b.

The coefficients of the function are given as follows:

m is the slope.b is the y-intercept.

The combination of two linear functions results in a system of equations.

Each intersection point of the linear functions is a solution to the system of equations, then a system with infinity solutions will only happen when the two lines are the same, that is, they have the same slope and the same intercept.

Hence the desired equation in this problem is given as follows:

y - x = -4.

Which in slope-intercept form is given by:

y = x - 4.

Which is equals to the graphed equation, hence they intersect infinite times.

More can be learned about linear functions at https://brainly.com/question/24808124

#SPJ1

Answer:

A) y - x = -4

Step-by-step explanation:

24) Use approximation to find the square root of the given number to the nearest hundredth.
√20

Answers

Answer:

The square root of 20 is 4.472.

Step-by-step explanation:

What is the y-intercept of Y =- 2x 6?

Answers

Answer:

y-intercept: 6

Step-by-step explanation:

Y = -2x 6

The equation is y = mx + b

m = the slope

b = y-intercept

So, the y-intercept is 6

What is equidistant from both endpoints?

Answers

In geometry, the midpoint is the middle point of a line segment. It is equidistant from both endpoints, and it is the centroid both of the segment and of the endpoints.

A point is said to be equidistant from a set of objects if the distances between that point and each object in the set are equal.

In two-dimensional Euclidean geometry, the locus of points equidistant from two given (different) points is their perpendicular bisector. In three dimensions, the locus of points equidistant from two given points is a plane, and generalising further, in n-dimensional space the locus of points equidistant from two points in n-space is an (n−1)-space.

Learn more about equidistant to visit this link

https://brainly.com/question/29634493

#SPJ4

What is the slope of the line that passes through the points (2, 8)(2,8) and (12, 20)(12,20)? Write your answer in simplest form.

Answers

The slope of the line that passes through the points (2,8) and (12, 20) is 6/5.

What is the Slope of a Line?The value of the steepness or the direction of a line in a coordinate plane is referred to as the slope of a line, also known as the gradient. Given the equation of a line or the coordinates of points situated on the straight line, slope can be determined using a variety of approaches.Given the coordinates of two points on the line, use the slope formula to determine the slope of the line. The slope formula, or the ratio of the change in the y values to the change in the x values, is m=(y2-y1)/(x2-x1).

given :

points  (2,8) and (12, 20)

slope = m=(y2-y1)/(x2-x1).

= 20-8 / 12-2

= 12/10 =6/5

the slope of the line that passes through the points (2,8) and (12, 20) is 6/5.

To learn more about slope of the line  refer,

https://brainly.com/question/16949303

#SPJ1

Answer:

6/5

Step-by-step explanation:

How many turning points can a degree 5 function have?

Answers

A degree 5 function can have up to five turning points. These turning points are also known as stationary points, inflection points, or extrema.

A degree 5 function is a polynomial of degree 5. This means that it is a function of the form f(x) = ax^5 + bx^4 + cx^3 + dx^2 + ex + f, where a, b, c, d, e, and f are constants. The degree of a function is determined by the highest power of the variable in the equation. In this case, the highest power of x is 5, and so the degree is 5. A degree 5 function can have up to five turning points. These turning points are also known as stationary points, inflection points, or extrema. A stationary point is a point on the graph of the function where the slope of the graph is either 0 or undefined, and an inflection point is a point on the graph of the function where the concavity of the graph changes. In order for a function to have a turning point, the derivative of the function must equal 0 at that point, and the second derivative of the function must not equal 0. If the second derivative does equal 0 at the point, then the point is a point of inflection, rather than a turning point. The number of turning points of a degree 5 function can be determined by finding the number of real roots of the equation f'(x) = 0, where f'(x) is the derivative of the function f(x). Since the degree of the derivative of a degree 5 polynomial is 4, this equation will have up to 4 real roots. This means that the degree 5 function can have up to five turning points.

Learn more about function here

https://brainly.com/question/29633660

#SPJ4

The equation and graph show the distance traveled by a minivan and a puck truck in miles, y, as a function of time in hours, x.

Answers

The rate of change of the pickup is greater than the rate of change of the minivan

How to compare the rates of change?

From the question, we have the graph that can be used in our computation:

On the graph, we have the following points

(x, y) = (0, 0) and (1, 50)

The equation of the proportional relationship is then calculated as

y = Y/X * x

Where

(X, Y) = (1, 50)

Substitute the known values in the above equation, so, we have the following representation

y = 50/1 * x

Evaluate

y = 50x

This means that the rate of the pickup is 50 miles per hour for the pickup

For the minivan, we have

y = 45x

This means that the rate of the pickup is 45 miles per hour for the minivan

50 is greater than 45

Hence, the rate is greater

Read more about proportional relationship at

brainly.com/question/14425347

#SPJ1

How do you describe the transformation of a function?

Answers

The transformation of function is the process of modifying the existing graph of a function.

We know that in a function transformation, the graph of parent function either moves to left/right/up/down or resizes or reflects. There types of function transformations are: Translation, Dilation and Reflection

There are two types of translations of functions.

1) Horizontal translations: a function y = f(x) into the form y = f(x ± m)

   if m > 0, then the function f(x ) moves to the left side by 'm' units.

   if m < 0, then the function f(x) moves to the right by 'm' units.

2) Vertical translations: a function y = f(x) into the form f(x) ± m

if m > 0, then the function f(x) moves up by 'm' units.

if m < 0, then the function f(x) moves down by 'm' units.

Similarly there are two types of dilations.

1) Horizontal Dilation: a function y = f(x) into the form y = f(kx)

2) Vertical Dilation: a function y = f(x) into the form y = k f(x)

In both the cases, if k > 1, then the graph stretches and if 0 < k < 1, then the graph shrinks.

In case of reflection transformation of function y = f(x),

y = - f(x) is the reflection with respect to the x-axis and y = f(-x) is reflection with resepct to the y-axis.

Therefore, in a function transformation, the original graph of function either moves to left/right/up/down or resizes or reflects.

Learn more about the transformation here:

https://brainly.com/question/10612449

#SPJ4

Help meeeeeeeeeeeeeeeeeeeeeee pleaseeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Help meeeeeeeeeeeeeeeeeeeeeee pleaseeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Help meeeeeeeeeeeeeeeeeeeeeee pleaseeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Help meeeeeeeeeeeeeeeeeeeeeee pleaseeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Help meeeeeeeeeeeeeeeeeeeeeee pleaseeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Help meeeeeeeeeeeeeeeeeeeeeee pleaseeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Help meeeeeeeeeeeeeeeeeeeeeee pleaseeeeeeeeeeeeee!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Answers

Answer:

f(-3)= -6

f(0) = 0

f(4)= 36

-7, 0, 36

Go these are the answer

Multiple choice math

Answers

The only graph that correctly shows the given piecewise function is; Graph B

How to interpret Piecewise functions?

It is pertinent to note that when it comes to piecewise functions and inequalities, a closed, or shaded circle is typically used to represent the inequalities greater than or equal to (≥) or less than or equal to (≤) . However, an open, or unshaded circle is typically used to represent the inequalities greater than or less than.

Now, the first part of the piecewise function states that;

f(x) = x + 1 if x < 1

Thus, it will be an unshaded circle pointing to the left direction indicating less than.

The second inequality says 4 provided that x ≥ 1.

Thus;

The line will be a horizontal line pointing right with a shaded circle. Therefore we conclude that only option B is correct.

Read more about Piecewise functions at; https://brainly.com/question/27262465

#SPJ1

Other Questions
The number of three digit integers less than 501 have exactly two different digits in the presentation for (example 232 or 466) is___.Thanks in advance:) The churros sheep provided good the length and width of a rectangle are represented by a 2x+3 and x-1 respectively, which of the following represents the perimeter of the rectangle. elliaarteaga14 hey ik u dont know me,but i found u and i need a lot of help. Please and thank you If Mrs. Allans car uses 8 gallons of gas for a 224-mile trip, then, at that rate, how many gallons of gas would the car use for a 560-mile trip? 2. The axis of symmetry of the parabola y = x + 9 is:a) x=9b) x = -9c) x = 0d) x= - 1/2 what to do if the mother left y'all baby with you and she has a family protection order on you In the person bring the baby you saying they done with him whats your favorite part of the movie a Cinderella man! Andy's little brother has a toy box that contains 2 blue race cars, 1 green race cars, and 1 red race car. Andy removes 2 race cars from the toy box without looking. If Andy remove a blue car first and does not replace it, which best represents the sample space for the cars Andy Removes? *10 pointsA { ( blue, green), ( blue, red) }B { ( blue, blue), (blue, green), ( green, red)}C { ( blue, blue), ( blue, green), (blue, red) ]D { (blue, red), ( green, red), (blue, blue)} Light waves areA.rotating waves.B.longitudinal waves.C.circular waves.D.transverse waves A student hangs a block from a light string that is attached to a massive pulley of unknown radius R, as shown in the figure. The student allows the block to fall from rest to the floor. Which two of the following sets of data that could be measured or determined should the student use together to determine the final angular velocity of the pulley just before the block hits the floor? Select two answers. Justify your selections. Which option is an example of literal language?Select one: NO LINKS PLZThe birds song was a sermon.The birds song was colorful.The birds song was beautiful.The birds song was poetry. Cul es el nmero que debe escribirse sobre la lnea para que se cumpla la igualdad?7 3 + _____ = - 4 Pls Help! It would be very much appreciated, Thx! What is the answer for (a^2+12c)7b-1 MULTIPLE CHOICE QUESTION PLS HELP ME 5. Two words in the list match; choose the word that does NOT matchmaderajovenmayor Highlight the subject-verb error in the sentence below.If Carly wants to keep training with me, then I insist that she practices the piano at least one hour a day, but I dont think she will agree to do that.Which subject-verb pairing corrects the error in the sentence? Hello.Can someone help me ?You can just put the words that go on the line please. I thank. Compare the text structure of Virginias Declaration of Rights with the text structure of the Declaration of Independence. What is similar about the texts? What is different?a AP WORLD How have people tried to help factory workers in the global south?PLEASE HELP ASAP