What is a 3 sided polygon with at least two sides the same length??

Answers

Answer 1

Answer:

An isosceles triangle

Step-by-step explanation:

An isosceles triangle has 3 sides and has two equivalent sides with the same measure

Answer 2

Answer:

Triangle Isosceles

Step-by-step explanation:

Triangle Isosceles is the 3 sided opygon wich has two sides the same lenght


Related Questions

solve for xxxx plsss​

solve for xxxx plsss

Answers

Answer:

Solution,

Here,∠FGD=∠CGE=30°[Being vertically opposite angles]

Now  we have,

90°+∠CGE+x=180°

or,90°+30°+x=180°

0r,x=180°-30°-90°

→x=60°

Step-by-step explanation:

How do I graph this?

How do I graph this?

Answers

F. Toy r rus is closed for good

Identify the highlighted part of circle O shown below

Central angle
Secant
Inscribed angle
Chord

Identify the highlighted part of circle O shown below Central angle Secant Inscribed angle Chord

Answers

Answer:

Chord

Step-by-step explanation:

Notice that the highlighted part is the line segment that joins the points J and E on the circle, which is known as a chord.

Construct finite-state machines that act as recognizers for the input described by producing an output of 1 exactly when the input received to that point matches the description. (The input and output alphabet in each case is 0, 13.) (a) The set of all strings where the number of Os is a multiple of 3 (b) The set of all strings containing at least four 1s (c) The set of all strings containing exactly one 1 (d) The set of all strings beginning with 000 (e) The set of all strings where the second input is 0 and the fourth input is 1 (f) The set of all strings consisting entirely of any number (including none) of 01 pairs or consisting entirely of two Is followed by any number (including none) of Os (g) The set of all strings ending in 110 h) The set of all strings containing

Answers

Finite-state machines for given inputs: (a) 0s multiple of 3: 3-state machine. (b) At least four 1s: 4-state machine. (c) Exactly one 1: 2-state machine. (d) Begins with 000: 3-state machine. (e) Second is 0, fourth is 1: 4-state machine. (f) 01 pairs or 2 1s + 0s: 3-state machine. (g) Ends in 110: 3-state machine.

To construct finite-state machines that act as recognizers for the given inputs, we can follow these guidelines:

(a) For the set of all strings where the number of 0s is a multiple of 3, we can use a finite-state machine with three states. Start with the initial state, and transition to the next state whenever a 0 is encountered. After three transitions, go back to the initial state. If the machine ends in the accepting state, output 1.
(b) For the set of all strings containing at least four 1s, we can use a finite-state machine with four states. Start with the initial state, and transition to the next state whenever a 1 is encountered. If the machine enters the final state after four transitions, output 1.

(c) For the set of all strings containing exactly one 1, we can use a finite-state machine with two states. Start with the initial state and transition to the final state when the first 1 is encountered. Output 1 only if the final state is reached.

(d) For the set of all strings beginning with 000, we can use a finite-state machine with three states. Start with the initial state and transition to the next state whenever a 0 is encountered. If the machine reaches the final state after three transitions, output 1.

(e) For the set of all strings where the second input is 0 and the fourth input is 1, we can use a finite-state machine with four states. Start with the initial state and transition to the next state based on the inputs. Output 1 only if the machine reaches the final state.

(f) For the set of all strings consisting entirely of any number (including none) of 01 pairs or consisting entirely of two 1s followed by any number (including none) of 0s, we can use a finite-state machine with three states. Start with the initial state and transition based on the inputs. Output 1 only if the final state is reached.

(g) For the set of all strings ending in 110, we can use a finite-state machine with three states. Start with the initial state and transition based on the inputs. Output 1 only if the final state is reached.

Learn more about finite-state machines

https://brainly.com/question/32268314

#SPJ11

Finite-state machines (FSMs) can be constructed to act as recognizers for specific patterns in input strings. These are examples of how to construct FSMs as recognizers for different patterns in input strings. Each FSM is designed to produce an output of 1 when the input received matches the description provided.

Let's consider the given cases and construct FSMs for each one.

(a) The set of all strings where the number of Os is a multiple of 3:
To construct an FSM for this, we can keep track of the number of Os encountered so far. Initially, set the count to zero. When an O is encountered, increment the count by one. If the count becomes a multiple of 3, the FSM outputs 1; otherwise, it outputs 0. Reset the count to zero whenever a 1 is encountered.

(b) The set of all strings containing at least four 1s:
To create an FSM for this, we can keep track of the number of 1s encountered so far. Initially, set the count to zero. When a 1 is encountered, increment the count by one. If the count becomes equal to or greater than four, the FSM outputs 1; otherwise, it outputs 0.

(c) The set of all strings containing exactly one 1:
To build an FSM for this, we can have two states: a "no 1 encountered" state and a "1 encountered" state. Initially, start in the "no 1 encountered" state. Whenever a 1 is encountered, transition to the "1 encountered" state. If another 1 is encountered in the "1 encountered" state, transition to a third "more than one 1 encountered" state. In this case, the FSM outputs 0. Otherwise, if no additional 1s are encountered, the FSM outputs 1.

(d) The set of all strings beginning with 000:
To create an FSM for this, start in an initial state. When a 0 is encountered, transition to a second state. If two consecutive 0s are encountered in the second state, transition to a third state. Finally, if a third 0 is encountered in the third state, the FSM outputs 1; otherwise, it outputs 0.

(e) The set of all strings where the second input is 0 and the fourth input is 1:
To construct an FSM for this, start in an initial state. When the first input is read, transition to a second state. In the second state, transition to a third state if the second input is 0. In the third state, transition to a fourth state if the third input is not 0. Finally, in the fourth state, if the fourth input is 1, the FSM outputs 1; otherwise, it outputs 0.

(f) The set of all strings consisting entirely of any number (including none) of 01 pairs or consisting entirely of two Is followed by any number (including none) of Os:
To create an FSM for this, we can have multiple states to represent different scenarios. We start in an initial state and transition to a second state when a 0 is encountered. In the second state, transition back to the initial state if a 1 is encountered. If a 1 is encountered in the initial state, transition to a third state. In the third state, transition to a fourth state if an O is encountered. Finally, if an O is encountered in the fourth state, the FSM outputs 1; otherwise, it outputs 0.

(g) The set of all strings ending in 110:
To construct an FSM for this, start in an initial state. Transition to a second state if a 1 is encountered. In the second state, transition to a third state if a 1 is encountered again. Finally, if a 0 is encountered in the third state, the FSM outputs 1; otherwise, it outputs 0.

Learn more about Finite-state machines

https://brainly.com/question/32998825

#SPJ11

What is the value of x? 30 points to whoever answers QUICK!!

What is the value of x? 30 points to whoever answers QUICK!!

Answers

Answer:

i think the anwser is eight

Janes but a small clectric car and recorded the distance it waveled. The table below shows the distance waveled (nt during the st 4 seco
Bapsed Time Distance Traveled
(seconds) feet)
1
62
2
125
3
186
243
Which of the following equations represents the relationship between the distance traveled and the clapsed time?
Of=52-5
52-
+=52
52

Answers

Answer:

50

Step-by-step explanation:

For two functions, a(x) and b(x), a statement is made that a(x) = b(x) at x = 2. What is definitely true about x = 2? (1 point) Both a(x) and b(x) have a maximum or minimum value at x = 2. Both a(x) and b(x) have the same output value at x = 2. Both a(x) and b(x) cross the x-axis at 2. Both a(x) and b(x) cross the y-axis at 2.

Answers

Both a(x) and b(x) have the same output value at x = 2. Option B

How to determine the statement

We need to know that functions are described as expressions or laws showing the relationship between the variables.

These variables are listed as;

Independent variablesDependent variables

From the information given, we have that;

a(x) = b(x) at x = 2

Because a(x) = b(x), the lines intersect a the a point 2.

Both functions have a point in common.

Also the outcomes or results for the functions for x= 2 are the same

Learn more about functions at: https://brainly.com/question/2496499

#SPJ1

If you buy three ice creams and the total is $26.94, how much does each ice cream cost?

If you buy three ice creams and the total is $26.94, how much does each ice cream cost?

Answers

Answer:

$8.98

Step-by-step explanation:

Divide 26.94 by 3

Answer: $8.98

Step-by-step explanation:

26.96/3= 8.98

the reduced row echelon form of (2 7 -3 7 -5) is

Answers

the reduced row echelon form of the matrix (2 7 -3 7 -5) is given as follows.
1 0 2 0 3/2
0 1 -1 0 -1/2

The reduced row echelon form of the matrix (2 7 -3 7 -5) is given as follows.

1 0 2 0 3/2
0 1 -1 0 -1/2

To find the reduced row echelon form of the given matrix, we need to apply elementary row operations until the matrix is in its reduced row echelon form.

We begin by subtracting 7 times the first row from the second row, yielding the following matrix.

2 7 -3 7 -5
0 -42 17 -49 33

Next, we divide the second row by -42, which yields the following matrix.

2 7 -3 7 -5
0 1 -17/42 49/42 -33/42

Next, we add 3 times the second row to the first row, yielding the following matrix.

2 10/3 -4/3 98/42 -23/42
0 1 -17/42 49/42 -33/42

Next, we add 2 times the third row to the first row, yielding the following matrix.

2 10/3 0 145/42 -89/42
0 1 -17/42 49/42 -33/42

Finally, we add 17/42 times the fourth row to the second row, yielding the following matrix.

2 10/3 0 145/42 -89/42
0 1 0 4/3 -4/3

Therefore, the reduced row echelon form of the matrix (2 7 -3 7 -5) is given as follows.

1 0 2 0 3/2
0 1 -1 0 -1/2

To know more about The reduced row echelon form of the matrix refer here:

https://brainly.com/question/30356422

#SPJ11

Someone please help middle school math​

Someone please help middle school math

Answers

Answer:

x ≥ -59 or x  ≤-43

Step-by-step explanation:

|x+51|≥8

We know eitherx+51≥8orx+51≤−8

x+51≥8(Possibility 1)

x+51−51≥8−51(Subtract 51 from both sides)

x≥−43

x+51≤−8(Possibility 2)

x+51−51≤−8−51(Subtract 51 from both sides)

x≤−59

x≥−43 or x≤−59

What number makes the expression a perfect square? X squared -12x +

Answers

Answer:

36

Step-by-step explanation:

x²-12x+36 = (x-6)(x-6)

r + 4s = -8
3r + 2s = 6

Answers

Answer:

R = 4

s = -3

Step-by-step explanation:

r + 4s = -8

3r + 2s = 6

there are several ways to solve this system but i chose the elimination method and multiplied the second equation by -2 to get:

  -6r - 4s = -12 and added it to the first equation

+ 1r + 4s =  -8

 -5r = -20

   r = 4

plug in to find 's':  4 + 4s = -8

                              4s = -12

                               s = -3

shannon breaks a straight stick into two pieces at a randomly chosen point. if the probability that the longer piece is more than twice as long as the shorter piece is , what is the value of ?

Answers

The value of P (longer part is more than twice shorter one) is 0.5.

The length of the stick is broken by Shannon into two parts at a random point.

It is required to find the probability that the longer of the two parts is more than twice the shorter one.

Let us assume the length of the stick to be x.

Now, let us assume that the stick is broken at a distance of k from the left-hand side of the stick.

Therefore, the length of the longer part will be x - k and the length of the shorter part will be k.

Thus, we need to find the value of k such that x - k is greater than twice k.

This can be written in the form of an inequality as follows: x - k > 2k

Rearranging this equation, we get:

x > 3k

The probability of this happening can be found by using the ratio of the length of the stick to the length of the part that is less than twice the other part.

Let us consider the stick to be of unit length.

Hence, the probability that the shorter part is less than half of the length of the stick is given by the length of the segment represented by k, which is equal to 0.5.

This is because, for the shorter part to be less than half of the length of the stick, the breaking point should be less than 0.5 units from the left end of the stick.

Now, we can write the probability that the longer part is more than twice the shorter one as follows:

P(longer part is more than twice shorter one) = P(x > 3k)

= P(k < x/3)

This probability is equal to the ratio of the length of the segment represented by k, which is 0.5, to the length of the stick, which is 1.

Therefore, P(longer part is more than twice shorter one) = 0.5 / 1

= 1/2

= 0.5.

For similar question on  random point.

https://brainly.com/question/26982157

#SPJ11

Find the sum. 6/9 • 1/3=?

Answers

Answer:

its 8.97 I think

Step-by-step explanation:

6.9×8.97

Answer:

\(\frac{6}{27}\)

If U1 And U2 Are Orthogonal Unit Vectors Andv=Au1 + Bu2, Find v*u1

Answers

Sjdhdjdhdjshbdbffjjdh

Find the point of rotational symmetry

Answers

...................c

Confused on how to do this.

Confused on how to do this.

Answers

With the help of trignometric ratios we can say that the value of sinФ= 2/3.

According to our question-

This is the boundary or contour length of a 2D geometric shape.

Depending on their size, multiple shapes may have the same circumference. For example, imagine a triangle made up of wires of length L.

The same wire can be used to create a square if all sides are the same length.

The length covered by the perimeter of the shape is called the perimeter.

Therefore, the units of circumference are the same as the units of length.

As we can say, the surroundings are one-dimensinal. As a result, you can measure in meters, kilometers, millimeters, etc.

Inches, feet, yards, and miles are other globally recognized units of circumference measurement.

According to our question-

sin= perpendicular/hypotenuse

cos=base/hypotenuse

tan= perpendicular/base

cosec= 1/sin

sec=1/cos

tan=1/cot

learn more about trigonometric ratios click here:

brainly.com/question/1201366

#SPJ1

Evaluate ∫ (x - y z - 2) ds where c is the straight-line segment x = t, y = (1 - t), z = 1, from (0, 1, 1) to (1, 0, 1).

Answers

The evaluated integral ∫(x - yz - 2) ds is equal to √(2) * [t²/2 - 3t] + C, where C is the constant of integration.

Let's denote the parametric equations for the line segment as follows: x = x(t) y = y(t) z = z(t)

Since we are given the points (0, 1, 1) and (1, 0, 1) as the endpoints of the line segment, we can determine the equations for x(t), y(t), and z(t) by interpolating between these two points.

For the x-coordinate, we observe that it varies linearly from 0 to 1 as t ranges from 0 to 1. Therefore, we can set: x(t) = t

For the y-coordinate, it decreases linearly from 1 to 0 as t increases from 0 to 1. Hence, we have: y(t) = 1 - t

The z-coordinate remains constant at 1 throughout the line segment, so we can set: z(t) = 1

The arc length ds can be calculated using the formula:

ds = √(dx/dt² + dy/dt² + dz/dt²) dt

To find dx/dt, dy/dt, and dz/dt, we differentiate the parametric equations x(t), y(t), and z(t) with respect to t, respectively.

dx/dt = 1 dy/dt = -1 dz/dt = 0

Now we substitute these derivatives into the arc length formula to get: ds = √(1² + (-1)² + 0²) dt ds = √(2) dt

Finally, we can rewrite the integral in terms of t and substitute the expression for ds: ∫(x - yz - 2) ds = ∫(t - (1 - t) * 1 - 2) √(2) dt = ∫(t - 1 + t - 2) √(2) dt = ∫(2t - 3) √(2) dt

To evaluate this integral, we can integrate term by term:

= √(2) * [t²/2 - 3t] + C

To know more about integral here

https://brainly.com/question/18125359

#SPJ4

Question 23 options: If the heart rate is 72 beats per minute and the stroke volume 81 mL per beat, then the cardiac output is liters per minute (round to the tenths space)

Answers

Answer:6/l per min??

Step-by-step explanation:

If the heart rate is 72 beats per minute and the stroke volume 81 mL per beat, then the cardiac output is 5.8 liters per minute, rounded to the tenths place.

Explanation:

Cardiac output (CO) is the volume of blood pumped by the heart per minute. It is the product of the heart rate (HR) and the stroke volume (SV).

HR (heart rate) is the number of heart beats per minute, and SV (Stroke volume) is the volume of blood pumped out by the heart with each beat. To calculate CO, we simply multiply HR by SV.

In this case, the given heart rate is 72 beats per minute, and the stroke volume is 81 mL per beat. To calculate the cardiac output, we need to convert the stroke volume from mL per beat to L per beat by dividing it by 1000 (since there are 1000 mL in a liter):

Stroke volume (SV) = 81 mL/beat ÷ 1000 mL/L = 0.081 L/beat

The cardiac output can be calculated by multiplying the heart rate by the stroke volume. Therefore, the cardiac output in this case would be:

Cardiac output (CO) = Heart rate (HR) x Stroke volume (SV)

= 72 beats/min x 0.081 L/beat

= 5.832 L/min

Therefore, the cardiac output is 5.8 liters per minute, rounded to the tenths place.

To summarize, we can calculate the cardiac output by multiplying the heart rate (HR) and the stroke volume (SV), where SV is the volume of blood pumped out by the heart with each beat, and HR is the number of heart beats per minute. In this case, the given HR is 72 beats per minute, and the stroke volume is 81 mL per beat, so we first convert the SV to L per beat and then multiply HR and SV to get the cardiac output, which is 5.8 liters per minute.

Know more about the cardiac output click here:

https://brainly.com/question/15228722

#SPJ11

Lionel created a picture to hang on his wall. The drawing is below. Each circle has a radius of 8cm. The circles touch each other and the ends of the canvas. The background of Lionel’s picture is black. What is the area of the black portion?

Lionel created a picture to hang on his wall. The drawing is below. Each circle has a radius of 8cm.

Answers

Answer:

219.7522cm^2

Step-by-step explanation:

To find area of black portion, we will find the area of the whole square first.

Length of square = 4xRadius of circle

= 4 x 8cm

= 32cm

Area of Square = Length x Width = 32x32

= \(1024cm^{2}\)

Now we find the area of the 4 circles.

Area of 4 circles = 4 x Area of circle

= \(4\pi r^{2}\)

= \(4\pi (8)^{2} \\=4\pi (64)\\=256\pi cm^{2}\)

Area of black portion = Area of square - Area of 4 circles

= \(1024cm^{2} -256\pi cm^{2}\)

= \(219.7522cm^{2}\)

This should be easy maybe but I can’t figure it out. Here’s the picture.

This should be easy maybe but I cant figure it out. Heres the picture.

Answers

Answer:

The raise the Camden will get each year.

Step-by-step explanation:

y = mx + b, where m is the slope.

If n is the years worked it would not be the amount of money made after the initial hiring because it would not fit for every year. N is replacing x in equation.

The variable b would be the amount of money that is given when hired this is because it does not depend on how many years worked. So it is a one time only thing just like stated in the equation.

M proves that Camden will get money x the years that hew worked. The raise seems to fit this the best because it is the only one that is able to be repeated.

A standard cola can (cylinder) is shown below Assuming the can is a perfect cylinder, find the radius. Round your answer to the nearest hundredth

A standard cola can (cylinder) is shown below Assuming the can is a perfect cylinder, find the radius.

Answers

The correct radius of the cylinder is given by: Option B: 3.04 cm

What is the Volume of the Cylinder?

The formula for the volume of a cylinder is given by the formula:

V = πr²h

where:

V is volume

r is radius

h is height

We are given the parameters as:

Height: h = 12.25 cm

Volume: V = 355 cm³

Thus:

355 = π * r² * 12.25

r² = (355)/(12.25π)

r² = 9.2245

r = √9.2245

r = 3.04 cm

Read more about Volume of Cylinder at: https://brainly.com/question/9554871

#SPJ1

Pls help ASAP tysm I’ll give brainliest

 Pls help ASAP tysm Ill give brainliest

Answers

Answer:

the answer is 2x-3 = 9

Step-by-step explanation:

the question is telling us to look for the expression that is equal to both sides of =. count the blocks on the right side which is 9. count the ones on the left which is 2x and 3. find x which is 6. this allows to solve both of the possible answers (this case being 2x - 3 or 2x + 3)

2x6 + 3 = 15

2x6 - 3 = 9

^ this expression equals 9 so that is your answer. hope that made sense

Write an equation of the line in slope-intercept form.



y=

Write an equation of the line in slope-intercept form.y=

Answers

Answer:

y = -0.5x + 4

Step-by-step explanation:

make x the subject of the formula


x/2c = a + 4

Answers

Answer:

x=8c

or

x=8

Step-by-step explanation:

Hope that helps :)

What will be the value stored in the variable x after the execution of the following code snippet?
int a = 10;
int b = 20;
int c = 2;
int x = b / a /*c*/;
a) 1
b) 2
c) 4
d) The code has a syntax error

Answers

The value stored in the variable x after the execution of the following code snippet will be b) 2.

The right-click context menu option or a combination of hotkeys can be used to add code snippets, which are compact chunks of reusable code, to a code file. Although try-finally and if-else blocks, for example, are frequently used code blocks found in code snippets, you can also use them to add whole classes or methods.

Learn more about using the templates tool to create reusable emails. Applications and web pages use snippets. Snippets are made to be reusable and to add functionality, like connecting various parts of a program.

To learn more about code snippet: https://brainly.com/question/29845639

#SPJ4

I can still make it the real thing -- I can. But what is the real thing?" (112). What does he mean by this? Leo Tolstoy

Answers

Leo Tolstoy's quote, "I can still make it the real thing -- I can. But what is the real thing?" is a thought-provoking statement that reflects Tolstoy's exploration of the concept of authenticity in his works. In this quote, Tolstoy is questioning the true essence or nature of something, particularly in relation to art or life.

By saying "I can still make it the real thing," Tolstoy implies that he has the ability to create something genuine, to capture the true essence of it. However, he follows it up with the question, "But what is the real thing?" This suggests that he is contemplating what truly defines authenticity and whether it can ever be fully attained.

Tolstoy's inquiry can be interpreted in various ways. It may refer to his own quest for genuine expression in his writing or his exploration of the authenticity of human experiences. It could also be seen as a broader philosophical question about the nature of reality and the search for truth.

Ultimately, Tolstoy's quote invites readers to reflect on the meaning of authenticity and prompts them to consider what constitutes the "real thing" in various aspects of life.

To know more about real thing visit:

https://brainly.com/question/29372901

#SPJ11

find an equation of the set of all points equidistant from the points a(−1, 6, 2) and b(6, 1, −2). incorrect: your answer is incorrect.

Answers

The equation of the set of all points equidistant from A and B is:
\(√[(x - 2.5)^2 + (y - 3.5)^2 + (z - 0)^2] = √[22.5]\)

To find the equation of the set of all points equidistant from points A(-1, 6, 2) and B(6, 1, -2), we can use the midpoint formula. The midpoint of AB is the point equidistant from both A and B.

Midpoint coordinates:
\(x-coordinate = (-1 + 6) / 2 = 2.5\\y-coordinate = (6 + 1) / 2 = 3.5\\z-coordinate = (2 - 2) / 2 = 0\)

Therefore, the midpoint is \(M(2.5, 3.5, 0).\)

Now, we can find the distance from the midpoint M to A or B using the distance formula.

Let's use the distance from M to A as an example.

Distance from M to A:
\(√[(2.5 - (-1))^2 + (3.5 - 6)^2 + (0 - 2)^2]\\√[3.5^2 + (-2.5)^2 + (-2)^2]\\√[12.25 + 6.25 + 4]\\√[22.5]\)

The distance from M to A is \(√[22.5].\)

Therefore, the equation of the set of all points equidistant from A and B is:
\(√[(x - 2.5)^2 + (y - 3.5)^2 + (z - 0)^2] = √[22.5]\)

Know more about equation  here:

https://brainly.com/question/29174899

#SPJ11

to determine whether drinking wine with dinner can reduce blood cholesterol levels, a researcher measured cholesterol in a group of middle-aged men. she compared cholesterol levels during 2 months in which they abstained from alcohol and the next 2 months in which they drank 2 ounces of red wine with dinner. which research design did she use?

Answers

The researcher used a within-subjects design in this study, which involves measuring the same group of participants under different conditions.

The research design used in this study is a within-subjects design, also known as a repeated measures design, where the same group of participants is measured twice, once during a period of abstinence and once during a period of red wine consumption with dinner.

This design allows the researcher to compare the cholesterol levels of the same group of participants under two different conditions, with and without red wine consumption, and therefore, eliminate potential individual differences between participants that could influence the results.

Learn more about within-subject design here

brainly.com/question/30753977

#SPJ4

I need help with this

I need help with this

Answers

Answer:

I think it is the first one

Other Questions
factor completely 5y-2y-3 Conventional (land-based) telephone systems use digital signals.True or False pmfl: partial meta-federated learning for heterogeneous tasks and its applications on real-world medical records Which number is prime 70, 31, 49, or 85 using bio-savart, prove that the magnetic field due to a circular current coil (radius r, current i and n turns of wire) at its center is given by Given the simple beam 7.30 m long, a) construct the influence lines for the shear and bending moment for the section 2.5 m from the left support, and b) obtain the maximum shear and bending moment for the section resulting from a moving uniform load of 45kN/m and a movable concentrated load of 250kN. Will give branliest How do you think organisms capture and store energy? How do you think organisms use and release this energy? a vote of the entire electorate to approve a constitutional change is called a Suppose that you have a plan to pay RO B as an annuity at the end of each month for A years in the Bank Muscat. If the Bank Muscat offer discount rate E % compounded monthly, then compute the present value of an ordinary annuity" What promise did George H. W. Bush make when running forpresident? Melissa's hair stands up on end after she takes her wool hat off in the winter but not in the summer Which of the following is not true of Margaret Sanger?A)After fleeing to Europe, she opened the first abortion clinic.B)She blamed her mother's early death on the high number of pregnancies she had to bear.C)Her publications included the titles Woman Rebel and Birth Control ReviewD)She provided critical funding that enabled the founding of the future Planned Parenthood Air exists in an unconstrained, well-insulated piston/cylinder assembly. Initially the air is at 300 K and 200kPa. Energy is added to the system by way of a stirring rod, denoted as W, until the air reaches 450 K. The mass of air is 2.2 kg. Determine the following: a. Final volume, in mb. Boundary work in kJ, denotes as Wbc. Shaft work, W, in kJ d. Entropy produced, , in kJ/K e. Draw the process on a T-s diagram What information did you include in your response? Multiple Choice A. Crossing over is the process by which genetic material is exchanged by non-sister chromatids during meiosis. B. Crossing over results in a new combination of genetic information for the cell for a specific trait. C. Crossing over ensures that organisms are not identical from generation to generation. D. Genetic recombination allows for a variation in genetic material that is passed through the generations. need help with problem 24 part b and c if possible a patient undergoing inahled ipratropium therapy visits the clinic for a follow up visit. which report would the nurse anticipate from the patient hat is the absolute configuration of the alpha carbon in selenocysteine? What do you think the role of an overlooker is in Child Labour, Industrial Revolution how did the virginia government grow and change over time? Helppp please