Which are true of algorithms (in the strict sense of the term)?a. There must be at least one input b. There must be at least one output с. The algorithm should halt after a finite number of steps d. Each step should be clear and unambiguous e. The result should be correct in all cases

Answers

Answer 1

The statement which is strictly true for algorithms is :

Option d. Each step of algorithms should be very clear and unambiguous.

Algorithms is the way of representing the data to solve a problem or performing any computation.It represent exact number of instruction to perform the computation clearly.Algorithms are used in mathematics . computer science to solve the problem step wise without any ambiguity.It simplify the complicated task or computation into simple and clear way.Algorithm has input and output .

Therefore, the option d. each step of algorithms represents steps clearly and unambiguous is the true statement of algorithms.

learn more about algorithms here

brainly.com/question/30189645

#SPJ4


Related Questions

Find the median of the set of data values.

79, 83, 54, 77, 98, 61, 88

Answers

Answer:

The median is 79.

Step-by-step explanation:

Pls help I’m so confused and it’s due tomorrow!!!! (Don’t mind the writing on it, I was just trying to figure it out)

Answers

Answer:

The 1st one is A and the  2nd one is C

Step-by-step explanation:

7. A coin bank contains $12.45 in quarters and dimes. If there are 16 more dimes than quarters,
how many are there of each?

Answers

Answer:

x = 40

Step-by-step explanation:

We can set up the following equations to represent the problem:

x = number of quarters

x + 16 = number of dimes

0.25x + 0.1(x + 16) = 12.45

Solving for x, we get:

x = 40

So there are 40 quarters and 56 dimes in the coin bank.

This shape is being enlarged using a scale factor of 2 and centre (6,3). Work out the coordinates of A' and B'. Y 10+ 9- 8- 7- 6+ 5- 4- 3- 2- 1 0 X 1 2 3 4 A B 5 6 7 8 9 10​

Answers

The coordinates of the points A and B, after scaling becomes

A(x, y) → A'(2x, 2y)

B(x₁, y₁) → B'(2x₁, 2y₁)

What is scaling? How is it done?Scaling is defined as the process of changing the dimensions of the original figure as per some specific proportional rule.If the initial length is equivalent to {a}. Then, after the scaling by the scale factor of {K}, the length becomes {Ka}. Similarly, if the initial coordinates are (x, y) then after scaling the coordinates would be {Kx, Ky}.Scale factor is a dimensionless quantity that tells by how much time a specific dimension of a figure is enlarged or reduced. Mathematically, it is the ratio of two similar quantities. In case of length scaling, we can write -

        {K} = L{final}/L{initial}

Given is that shape is being enlarged using a scale factor of 2 and centre (6, 3).

Assume the coordinates of the point are A(x, y) and B(x₁, y₁). After scaling, the coordinates will become -

A(x, y) → A'(2x, 2y)

B(x₁, y₁) → B'(2x₁, 2y₁)

Therefore, the coordinates of the points A and B, after scaling becomes

A(x, y) → A'(2x, 2y)

B(x₁, y₁) → B'(2x₁, 2y₁)

To solve more questions on translations, visit the link below -

brainly.com/question/12463306

#SPJ1

A rectangular monitor’s size is measured diagonally from one corner to the opposite corner. What is the size of rectangular monitor that is 30 centimeters wide by 24 centimeters hight, to the nearest centimeter?

Answers

Answer: 38.3 cm

Step-by-step explanation:

To find the size of a rectangular monitor measured diagonally, you can use the Pythagorean theorem. The Pythagorean theorem states that in a right-angled triangle, the square of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the other two sides.

Here are the steps to calculate the diagonal size of the monitor:

Find the length of the hypotenuse by finding the square root of the sum of the squares of the other two sides.The other two sides of the triangle are the width and height of the monitor, which are given as 30 centimeters and 24 centimeters respectively.Apply the formula √(30² + 24²) = √(900+576) = √1476Take the square root of 1476 which is approximately 38.3 cm.

Therefore, the size of the rectangular monitor that is 30 centimeters wide by 24 centimeters high is approximately 38.3 cm. to the nearest centimeter.

The size of the given mirror as a rectangular diagonal is 38.41 cm which is almost 39 cm.

We know that;

d=√ {(l)^2 + (w)^2}.........(i), where,

d= diagonal of the rectangle,

l= length of the rectangle = 30 cm

w= width of the rectangle = 24 cm.

Therefore, Substituting the values of each in equation (i), we get;

d=√{(30)^2+(24)^2} cm,

or, d = 38.41 cm

So, the size of the rectangular mirror measured diagonally is 38.41 cm which is almost 39 cm.

Read more about the diagonal of a rectangle;

brainly.com/question/10658174

brainly.com/question/19556570

An equation of the secant line containing and (-7,g(-7)) and (8,g(8)) is

Answers

The equation of the secant line containing the points (-7,g(-7)) and (8,g(8)) is y = (123/15)x + (98 - (123/15) * (-7)).

How did we get the values?

The equation of a line in slope-intercept form is y = mx + b, where m is the slope of the line and b is the y-intercept. To find the equation of the secant line, we need to find the slope (m) and the point of intersection (x,y) of the line with the y-axis.

To find the slope (m) of the secant line, we can use the formula:

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

where (x1,y1) = (-7, g(-7)) and (x2,y2) = (8, g(8)).

So, m = (g(8) - g(-7)) / (8 - (-7)) = (g(8) - g(-7)) / 15

Now, we can substitute the value of g(x) in the above equation and get the value of m

g(x) = 2x^2-7

m = (2(8^2)-7 - 2(-7^2)-7) / 15 = (2(64)-7 - 2(49)-7) / 15 = (128-7-98-7) / 15 = 123/15.

To find the point of intersection (x,y) of the line with the y-axis, we can use one of the given points and the slope. Let's use the point (-7,g(-7))

y = mx + b

g(-7) = m * (-7) + b

b = g(-7) - m * (-7)

We can substitute the value of g(x), m and x = -7 in the above equation and get the value of b.

g(x) = 2x^2-7

b = 2(-7)^2-7 - m * (-7) = 2(49)-7 - 123/15 * (-7) = 98 - 123/15 * (-7)

So, the equation of the secant line containing the points (-7,g(-7)) and (8,g(8)) is y = (123/15)x + (98 - (123/15) * (-7))

To know more about secant line visit:-

https://brainly.com/question/30423731

#SPJ1

IF F(x) = 29
F(x) = x
X - 26
2
Find x

Answers

Answer:

x=291/X

Step-by-step explanation:

it mean 29=xX-262

xX=29+262

xX=291

x=291/X

Use the transitive property of equality to finish the equation.

-3x+9=7x-5y and 7x-5y=-x-10y
so -x-10y = ?

Answers

Answer is -x -10y = -3x + 9

Explanation

transitive property says that if two quantities are equal to the third quantity, then all the quantities are equal to each other.

If a = b, b = c, then c = a

based on the histogram above, what numerical measure of central location would you recommend to use to describe this variable? mean/average median standard deviation covariance

Answers

Based on the histogram above, we will use median to describe this variable.

Hence, option (b) is correct choice.

A histogram is a graphical depiction of data distribution in statistics. The histogram is represented by a series of neighbouring rectangles, with each bar representing a different type of data. Statistics is a branch of mathematics that is used in a variety of areas.

The frequency distribution is represented graphically by a histogram.

The histogram may be analysed as a representation of frequencies and classes as linked rectangles.

Option B is the correct answer to this question.

Because the median is unaffected by big observations, we use it as a measure of central tendency while analysing the left skewed distribution.

The required image/ histogram is attached below:

For more questions on Histogram

https://brainly.com/question/25983327

#SPJ4

HELP ASAP PLSSSSSS

What is the equation of the line that is perpendicular to y = 4x + 6 and passes through the point (8, −4)?

y equals negative one-fourth times x minus 2

y equals negative one-fourth times x plus 7

y = 4x − 36

y = 4x + 24

Answers

y=-1/4x-2 is the  equation of the line that is perpendicular to y = 4x + 6 and passes through the point (8, −4).

What is Slope of Line?

The slope of the line is the ratio of the rise to the run, or rise divided by the run. It describes the steepness of line in the coordinate plane.

The slope intercept form of a line is y=mx+b, where m is slope and b is the y intercept.

The slope of line passing through two points (x₁, y₁) and (x₂, y₂) is

m=y₂-y₁/x₂-x₁

The slope of perpendicular line will be -1/m

In the equation  y = 4x + 6  the slope m is 4

The slope of perpendicular line will be -1/4

Now let us find the y intercept

-4=-1/4(8)+b

-4=-2+b

-2=b

y=-1/4x-2 is the equation of perpendicular line.

Hence, y=-1/4x-2 is the  equation of the line that is perpendicular to y = 4x + 6 and passes through the point (8, −4).

To learn more on slope of line click:

https://brainly.com/question/14511992

#SPJ1

Find the missing angles measurements

Please show work and sawer all questions

Answers

The following are the respective values of the angles:

∠5 = 44°

∠3 = 117°

x = 60°

x = 157°

How to evaluate for the values of the angles

angles (∠5 + ∠6)° and ∠2 are corresponding angles and are equal so;

∠5 + 90° = 134°

∠5 = 134° - 90°

∠5 = 44°

angles (∠5 + ∠6)° and ∠3 are alternate angles and are equal so;

∠3 = ∠5 + ∠6

∠3 = 27° + 90°

∠3 = 117°

(x + 5) + 90° + (180° - 155°) = 180° {sum of interior angles of a triangle}

x + 5 + 90° + 25° = 180°

x + 120° = 180°

x = 180° - 120°

x = 60°

x = 22° + (180° - 45°) {exterior angle of a triangle equals two opposite interior angles}

x = 22° + 135°

x = 157°

Therefore, the following are the values of the angles: ∠5 = 44, ∠3 = 117°, x = 60°, and x = 157° respectively.

Know more about angle here:https://brainly.com/question/17972372

#SPJ1

find 10% of 70
pls give simple working out :)

Answers

x/70 10%/100
cross multiply
100x=700
divide
x=7

Answer: 7 is the 10% of 70

Step-by-step explanation:

1. write 10% as 10/100 as we convert in this form to find the percentage.

2. 10/100 x 70 = 7

therefore the answer is 7

¿cual es el apotema de un hexagono que tiene 300 metros de perímetro y 2400 metros cuadrados de área?

Answers

Therefore , the solution of the given problem of hexagon comes out to be 2700 meters square is the area of hexagon.

what is a Hexagon?

It is a polygon with five sides that is used in geometry. The inner angles of a straightforward pentagon add up to 540°. Simple or self-intersecting pentagons are both possible. A pentagram is a self-intersecting regular pentagon. Five angles and all sides of a regular pentagon are equal. It is referred to as an irregular pentagon if the side lengths and angle measurements do not match. All outside angles, as far as we are aware, balance out inside angles.

Here,

Given :

=> 300 meters

and

2400 meters

So,

=> area = 2400 +300 = 2700 meters square

Therefore , the solution of the given problem of hexagon comes out to be 2700 meters square is the area of hexagon.

To learn more about hexagon's refer to:

brainly.com/question/1969956

#SPJ1

The graph of y=f(x) is graphed below. What is the end behavior of f(x)?

Answers

The required end behavior of the graph of y = f(x) is given as, x → ∞, y→-∞ and when x → -∞, y →∞. Option B is correct.

What are functions?

Functions is the relationship between sets of values. e g y=f(x), for every value of x there is its exists in a set of y. x is the independent variable while Y is the dependent variable.

here,
As we can see in the graph of y =f(x)

As x approaches -∞ y approaches ∞, and as As x approaches ∞ y approaches -∞

Thus, the required end behavior of the graph of y = f(x) is given as, x → ∞, y→-∞ and when x → -∞, y →∞. Option B is correct.

Learn more about function here:

brainly.com/question/21145944

#SPJ1

For each value of w determine whether it is a solution to 1 = w/9 - 7
A. -63
B. 72
C. 0
D. 18

Answers

Answer:

A. -63 is not a solution, B. 72 is a solution, C. 0 is a solution, D. 18 is not a solution.

Step-by-step explanation:

A is the correct answer

someone help again pls
“write a cubic function who’s graph passes through the given points”

Answers

The cubic function whose graph passes through the given points is defined as follows:

y = -2(x³ - 4x² + x + 6).

How to define the cubic function?

The cubic function is defined by the Factor Theorem, as a product of it's linear factors.

The x-intercepts of the function are given as follows:

x = -1.x = 2.x = 3.

Hence the linear factors of the function are given as follows:

x + 1.x - 2.x - 3.

As a product of the linear factors, the function is defined as follows:

y = a(x + 1)(x - 2)(x - 3)

y = a(x² - x - 2)(x - 3)

y = a(x³ - 4x² + x + 6).

When x = 0, y = -12, hence the leading coefficient a is obtained as follows:

6a = -12

a = -2.

Thus:

y = -2(x³ - 4x² + x + 6).

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

#SPJ1

I really need help with finding the approximate length for this question please and thank you .

Answers

Answer:

13.86

Step-by-step explanation:

You have the exact value, just compute it and round the number to get your approximate

Answer:

13.86

Step-by-step explanation:

You'll most likely need the calculator since ✓192 is not a perfect square.

Calculating it

✓192 = 13.856

Rounding it two places would be 13.86

a recent study of patients found that of alcoholic patients, had elevated cholesterol levels, and of nonalcoholic patients, had elevated cholesterol levels. if a patient is selected at random, find the probability that the patient is the following. round your answers to three decimal places. part: 0 / 30 of 3 parts complete

Answers

The probability of a random patient being alcoholic with elevated cholesterol levels is 55/80, or 0.6875. The probability of a random patient being nonalcoholic is 320/400, or 0.8. Lastly, the probability of a random patient being nonalcoholic with Non elevated cholesterol levels is 248/400, or 0.62.

To calculate the probability of a random patient being alcoholic with elevated cholesterol levels, we must first determine the total number of patients with elevated cholesterol levels. This can be done by adding the number of alcoholic patients (55) with elevated cholesterol levels to the number of nonalcoholic patients (72) with elevated cholesterol levels.

The result is a total of 127 patients with elevated cholesterol levels. This means that out of 400 patients, 55 of them were alcoholic and had elevated cholesterol levels. Therefore, the probability of a random patient being alcoholic with elevated cholesterol levels is 55/400, or 0.6875.

The probability of a random patient being nonalcoholic is equal to the total number of nonalcoholic patients (320) divided by the total number of patients (400). This yields a probability of 0.8.

To know more about random probability:

https://brainly.com/question/28975839

#SPJ4

ILL GIVE BRAINLIEST
The coordinate grid shows points A through K. What point is a solution to the system of inequalities?

y < −2x + 10
y < 1 over 2x − 2

Answers

inequalities:  y ≤ −2x + 10 & y > (1/2x) - 2  is a solution to the system of inequalities .

What does co ordinate math entail?

An exact position of a point in the coordinate plane can be demonstrated using a collection of values called coordinates. Definition of a coordinate plane.

                        An intersection of two perpendicular lines known as the x-axis and y-axis results in a 2D plane known as a coordinate plane.

The points which represents a the solution are: A, C, D and K

See the attached figure.

The given inequalities:  y ≤ −2x + 10 & y > 1/(2x − 2)

The given points: A(-5,4), B(4,7), C(-2,7), D(-7,1), E(4,-2),

F(1,-6), G(-3,-10), H(-4,-4), I(9,3), J(7,-4) and K(2,3).

The attached figure represents the graph of the given inequalities.

The shaded area represents the solution of the inequalities.

So, the points lies in the shaded area represents the solution of the inequalities.

So, points A, C, D and K are a solution to the system of inequalities.

If the given inequalities:  y ≤ −2x + 10 & y > (1/2x) - 2

Learn more about co ordinate

brainly.com/question/29329368

#SPJ1

Find what arc
…..mWX
Pleaseeee help me asap I’ll reward/ help you back

Answers

The arc angle mWX is 9 degrees.

How to find the arc angles?

An inscribed angle is the angle that is formed by the intersection of two chords on the circumference of a circle. Therefore, inscribed angles subtended by the same arc are equal.

Hence,

3x - 20 = 15x - 64

3x - 15x = - 64 + 20

- 12x = -44

divide both sides by -12

x = -44 / -12

x = 3.7

Let's find the arc angle

Hence,

mWX = 3(3.7) - 20

mWX = 11 - 20

mWX = 9 degrees

The answer can't be negative.

learn more on arc here: https://brainly.com/question/1582130

#SPJ1

solve for u please: u-5/9=5/6

Answers

To solve the equation u - 5/9 = 5/6, you can use the following steps:

Start by adding 5/9 to both sides of the equation:
u - 5/9 + 5/9 = 5/6 + 5/9
Simplifying the left side of the equation:
u = 5/6 + 5/9
Simplifying the right side of the equation:
u = (5/6 + 5/9)
u = (30 + 45) / 54
u = 75 / 54
Simplifying the fraction:
u = 5/4
Therefore, the solution to the equation is u = 5/4

when you calculate the number of combinations of r objects taken from a group of n objects what are you counting? give an example.

Answers

Answer:

Below

Step-by-step explanation:

You are counting the number of SUBSETS

Example  set  {2,7}

  has subsets { }   {2}  {7}  {2,7}

The number of subsets given a set of 'n'  is   2^n

When you calculate the number of combinations of "r" objects taken from a group of "n" objects, you are counting the number of different ways you can choose "r" items from the "n" items without regard to their order (i.e. their arrangement does not matter).

What is combination?

A combination in mathematics is a selection of elements from a set with distinct members, where the order of selection is irrelevant. A combination is a method of picking elements from a collection when the order of selection is irrelevant. Assume we have three integers P, Q, and R. Combination defines how many possibilities we may choose two numbers from each set. A combination is a mathematical approach for determining the number of potential arrangements in a set of objects when the order of the selection is irrelevant. You can choose the components in any order in combinations. For example, if you have a group of 6 books and you want to know how many different combinations of 3 books you can choose, you would use the formula: C(6,3) = 6!/(3! * (6-3)!). The answer would be 20, meaning there are 20 different combinations of 3 books you can choose from the group of 6.

To know more about combination,

https://brainly.com/question/20211959

#SPJ4

Suppose ms bush charges $4 per baseball. Would each team pay more if there are 6 teams or 9 teams?

Answers

It is going to be more expensive for 9 teams to buy these baseballs.

It has been mentioned in the problem that Ms.Bush charges $4 per baseball. This means that we need to pay $4xn dollars where n is the number of baseballs. According to the question, the member of baseball depends on the number of teams as well. More teams mean more baseballs will be bought.

Since it is obvious that 9 is greater than 6, so, it automatically means that it is going to be more expensive for 9 teams to buy these baseballs as compared to 6 teams.

Learn more about greater than problems on

https://brainly.com/question/29163855?referrer=searchResults

#SPJ4

with my internet connection, my computer estimated that it would take 18 sec to download an 890-KB file. what is the transfer rate in gigabytes (GB) per day

step by step please ​

Answers

Answer:

0.712GB

Step-by-step explanation:

1 day = 24hrs = 24*60 seconds

speed 890KB per 18 seconds

so 24*60/18 = 80 *890KB= 71200KB

1GB = 100000KB

so 0.712GB

Kevin Carter Male Clothing Ltd is a chain of fashion outlets across Birmingham and the
midlands. In quarter 1 they had inflows of £540,000 across their three stores, with outflows
of £495,000. Their opening balance for the quarter was £20,000. For quarter 2 they
anticipate inflows to increase by 7.5% and outflows increase by 5%. Calculate their closing
balance for Quarter 2.

Answers

According to the question, the closing balance for quarter 2 is £82,750.

What is the quarter ?

A quarter is one fourth of a year. It is typically a three month period, usually consisting of January, February, and March; April, May, and June; July, August, and September; or October, November, and December. The terms of a quarter can vary depending on the context. For example, in the United States, quarters are commonly referred to as “fiscal quarters,” and begin on the first day of October, January, April, and July. In this case, each quarter covers a three-month period.

Inflows for quarter 2: 540,000 x 1.075 = £581,000

Outflows for quarter 2: 495,000 x 1.05 = £519,250

Closing balance for quarter 2:

Opening balance + Inflows - Outflows =

20,000 + 581,000 - 519,250 = £82,750

Therefore, the closing balance for quarter 2 is £82,750.

To learn more about quarter

https://brainly.com/question/26460978

#SPJ1

Couple are marrying later. The median age of men who tied the knot for the firt time in 1970 wa 23. 2. In 1998, the median age wa 26. 7. Write an equation, in lope-intercept form to predict the median age that men marry M for any year t. Ue the equation in #9 to predict the median age of men who marry for the firt time in 2005

Answers

The equation in slope intercept form is : [tex]y = \frac{1}{8} x - 223.05[/tex]

The slope intercept form is a process used to determine the equation of a straight line in the coordinate plane. It can be used to determine the equation of a line when given the slope of the straight line and the y-intercept

The slope-intercept form of a line is:

y = mx+b

where m is the slope of the line and b is an intercept of the y-axis.

[tex]m = \frac{y_{2} - y_{1} }{x_{2} - x_{1} }[/tex]

[tex]m = \frac{26.7 - 23.2 }{1998- 1970}[/tex]

[tex]m = \frac{1}{8}[/tex]

So,

[tex]y = \frac{1}{8} x + b[/tex]

To find b we get the point (1970, 23.2) and introduce it in the previous equation.

[tex]23.2= \frac{1}{8} (1970)+ b[/tex]

⇒ 23.2 - 246.25 = b

⇒ b = - 223.05

Then, the equation is : [tex]y = \frac{1}{8} x - 223.05[/tex]

Read more about the line:

https://brainly.com/question/13763238

#SPJ4

Find DB if BC = 6 and AD = 5

Answers

Answer:

4

Step-by-step explanation:

A series of isosceles triangles are drawn between two red line segments.
a = 11°. Work out x, explaining each stage of your working in the comment box.

Answers

The value of x in the isosceles triangles is 169 degrees

How to determine the value of x

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

A series of isosceles triangles are drawn between two red line segments

Also, we have

a = 11°

Because the triangles are isosceles triangles, we have the following equation

x + a = 180

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

x + 11 = 180

Evaluate the like terms

x = 169

Hence, the value of x is 169

Read more about triangles at

https://brainly.com/question/14285697

#SPJ1

Which equation represents a liner function? A. y=3x³ B. y=¼x C. Y=x² D. y=|x|

Answers

The required Linear function among the following option is D) y=|x|.

What is linear equation?

A linear equation is an algebraic equation of the form y=mx+b, where m is the slope and b is the y-intercept, and only a constant and a first-order (linear) term are included. The variables in the preceding equation are y and x, and it is occasionally referred to as a "linear equation of two variables."

According to question:

A)  y=3x³

It is cubic function.

B) y=¼x

It is inverse function.

C) Y=x²

It is a quadratic function.

D) y=|x|

It is a modulus function, but after remove the Mode in x, we get

y = x and y = -x

So, Here power on x is one. It is Linear function as well.

Thus,  y=|x| is linear function.

To know more about Function visit:

brainly.com/question/12431044

#SPJ1

Write a polynomial function f of least degree that has rational coefficients, a leading coefficient of 1, and the given zeros. Write the function in standard form. Show your work.

0, 5, -5+sqrt8

Answers

The polynomial function f of least degree that has rational coefficients, a leading coefficient of 1, and the given zeros is a³ - 5a³ - 4(5 - √8)a.

What is a polynomial function?

In an equation such as the quadratic equation, cubic equation, etc., a polynomial function is a function that only uses non-negative integer powers or only positive integer exponents of a variable. For instance, the polynomial 2x+5 has an exponent of 1.

For the given factors, write the factors in the coefficient form, following form:

a, (a - 5), (a + 5 - √8)

Multiply all the factors:

(a)(a - 5) = a² - 5a

(a² - 5a) (a + 5 - √8) = a³ + (5 - √8)a - 5a² - 5(5 - √8)a

Combine the like terms:

a³ - 5a³ - 4(5 - √8)a

Hence, the polynomial function f of least degree that has rational coefficients, a leading coefficient of 1, and the given zeros is a³ - 5a³ - 4(5 - √8)a.

Learn more about polynomial function here:

https://brainly.com/question/12976257

#SPJ1

Other Questions
Which one of the following bonds is the least sensitive to changes in market interest rates?A. 4 percent annual coupon, 20 yearB. Zero coupon, 30 yearC. 4 percent annual coupon, 10 yearD. 6 percent annual coupon, 10 year riku believes that the world is controlled by large companies. as a result, he has concluded that a career in business would be pointless because he would not be able to compete with the large corporations. an existential therapist would: What was the probability of any of your puppies getting the mothers trait? help me with this problem pls the two blocks of masses m shown above initially travel at the same speed v but in opposite directions. momentum is conserved as they collide and stick together. how much mechcanical energy is lost to other forms of energy during the collision? HELP ME !! What country calls the period 18391949 their "century of humiliation"?A. ChinaB. FranceC. South AfricaD. Turkey How did nationalism appeal across the class divisions that traditionally dividedEurope? (T/F) In many ways, the growth of rhythm and blues in the decades before rock and roll parallels the rise of country and western. True Looking at the logarithmic form, does the 3 in log_a3 correspond to x or y? Looking at the logarithmic form, does log_a3 (all of it) correspond to x or y? finley is reading a nonfiction text about the modern-day impacts of the electoral college. which current event is most likely relevant to the text and best for a connection? In KLM, l = 84 inches, k = 40 inches and K=22. Find all possible values of L, to the nearest degree Here's a new question: 1.9 billion beverages sold every day, the size of the coca-cola company, and the 200 brands within its portfolio could be captured as an insight in an internal analysis of coca-cola. which of the three d's would these internal strengths be positioned? seven less than the product of 3 and a number is equal to 8 use the variable y for the unknown number Students GPAs and scores on standardized tests (SATs and ACTs) are entered into a formula that calculates an admissions index score. The admissions index score is used to set eligibility standards intended to meet the goal of admitting the top 12% of high school students in the state. In this context, what percentile does the top 12% represent? a rectangle is 10 cm long and 7 cm wide calculate the length of a diagonal use the conversion factor along with the symmetry of the circle to complete the degree or radian measure of the missing angles. give the answer in exact, simplified form. socrates encounters euthyphro at the courthouse, where euthyphro intends to prosecute his father for the crime of _____ . When Mendel first crossed true breedingtall plants (TT) with true breeding shortplants (tt), why did all the offspringcome out tall?A. Each organism inherited one dominant and onerecessive allele (Tt).B. Each organism was true breeding.C. Each organism inherited two dominant alleles. (TT). 5A 4-kg rifle fires a 0.01-kg bullet at a velocity of 300 m/s. If theywere both at rest before firing, what is the recoil velocity of therifle?