2, 3, -4, -6, -8
From the list of numbers, write down:
(a) three numbers whose sum is -12
(b) two numbers whose product is -24

Answers

Answer 1

I believe this is correct.

A is: -4, -6, 2

B is: -4, 6


Related Questions

That, given an array a of n integers, returns the smallest positive integer (greater than 0) that does not occur in a. For example, given a = [1, 3, 6, 4, 1, 2], the function should return 5

Answers

There is one way to implement a function in Python that takes in an array of integers and returns the smallest positive integer that does not occur in the array.

def smallest_missing_positive(a):

   #Create a set to store the unique elements in the array

   unique_set = set(a)

   #Iterate through the positive integers starting from 1

   for i in range(1, len(a) + 2):

       #If the current integer is not in the set, return it

       if i not in unique_set:

           return i

This function first converts the input array into a set, which removes any duplicate elements. It then iterates through the positive integers starting from 1 up to the length of the array plus 2. For each integer, it checks whether it is in the set of unique elements from the input array. If it is not, the function returns that integer as it is the smallest positive integer that does not occur in the array.

For example, when the function is called with the input array [1, 3, 6, 4, 1, 2], it will return 5 as it is the first missing positive number.

You can also use a set and difference() method of set to check the missing elements from 1 to maximum element of array+1 and find the missing first one, this method is more efficient than the above one when the array is large.

To know more on loop in python

https://brainly.com/question/30097085

#SPJ4

What is the least common multiple of 51, 68 and 85?

Answers

Answer:

1020

Step-by-step explanation:

Ellie ha been training for the Cedar Ridge Off-Road Race. The firt week he trained, he ran 3 day and took the ame two route each day: 2. 5 mile on a path in the wood in the morning and a longer route at the park in the afternoon. By the end of the week, Ellie had run a total of 24 mile. Which equation can you ue to find how many mile, x, Ellie ran each afternoon

Answers

The Distance that Ellie ran each evening is 16.5 miles for a entirety week.

How to find the number of miles?

We can use the following equation to find how many miles, x, Ellie ran each afternoon:

x + 2.5(3) = 24

Here, x represents the number of miles Ellie ran each afternoon, 2.5 represents the number of miles she ran each morning, and 3 represents the number of days she trained. The total number of miles she ran, 24, is on the right side of the equation.

To solve for x, we can start by simplifying the left side of the equation:

x + 7.5 = 24

Then, we can subtract 7.5 from both sides:

x = 16.5

So, Ellie ran 16.5 miles each afternoon.

To know more on equation at:

brainly.com/question/2972832

#SPJ4

please somebody please help ​

Answers

[tex]{\Large \begin{array}{llll} y=ab^x \end{array}} \\\\[-0.35em] ~\dotfill\\\\ \begin{cases} x=1\\ y=27 \end{cases}\implies 27=ab^1\implies 27=ab \\\\[-0.35em] ~\dotfill[/tex]

[tex]\begin{cases} x=2\\ y=243 \end{cases}\implies 243=ab^2\implies 243=abb\implies \cfrac{243}{ab}=b \\\\\\ \stackrel{\textit{substituting from the 1st equation}}{\cfrac{243}{27}=b\implies \boxed{9=b}} \\\\\\ 27=ab\implies \cfrac{27}{b}=a\implies \cfrac{27}{9}=a\implies \boxed{3=a}~\hfill {\Large \begin{array}{llll} y=3(9)^x \end{array}}[/tex]

ALGEBRA 2 NEED HELP ASAP

Answers

The rule for g(x) = f(x-1)-3 is g(x) = (x-1)⁶-3(x-1)³ - 1

How to write the rule for g(x) = f(x-1)-3?

A function is an expression, rule, or law that defines a relationship between an independent variable and a dependent variable. Based on the information given, we can see that the variables that are illustrated in the question are f and g.

In order to write the rule for g(x) = f(x-1)-3 when f(x) = x⁶ - 3x³ + 2, replace x with x-1 in f(x) and subtract 3. That is:

g(x) =  f(x - 1) - 3

g(x) = (x-1)⁶ - 3(x - 1)³ + 2 - 3

g(x) = (x-1)⁶ - 3(x - 1)³- 1

Learn more about function on:

brainly.com/question/11735394

#SPJ1

The temperature in knowlton is 2.5 C colder than the terminal elmwood. Which equation shows the temperature, in C, in knowlton? 9 - 2.5 = 6.5 or 9 + 2.5 = 11.5 or -9 - 2.5 = - 11.5 or -9 + 2.5 = -6.5

Answers

The equation representing the asked situation is (9 - 2.5) = 6.5

What is an equation?

An equation is a mathematical statement that shows that two mathematical expressions are equal.

Given that, The temperature in Knowlton is 2.5 C colder than the terminal Elmwood.

We know, that, if temperature is colder in any area A than another area B then, A will have less temperature than B.

Therefore, temperature in Knowlton is less than that of in Elmwood.

Therefore, if the temperature in Elmwood is 9 the temperature in Knowlton will be 9-2.5 = 6.5

Hence, the required equation is  9-2.5 = 6.5

For more references on equation, click;

https://brainly.com/question/29657983

#SPJ1

What linear equation means?

Answers

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.

When a linear equation is graphed, it always produces a straight line since each term in the equation has an exponent of 1 or 0. A linear equation is an algebraic equation. If an equation has the formula y=mx+b, with m representing the slope and b the y-intercept, it is said to be linear.

The point-slope form, standard form, and slope-intercept form are the three main types of linear equations.

You can learn more about linear equation at

https://brainly.com/question/2030026

#SPJ4

How many nine-digit numbers can be made using each of the digits 1 through 9 exactly once with the digits alternating between odd and even

Answers

Using combination, 5184 nine-digit numbers can be made using each of the digits 1 through 9 exactly once with the digits alternating between odd and even.

What exactly is a permutation?

An arrangement of items in a specific order is referred to as a permutation. Here, the components of sets are arranged in a linear or sequential order. For instance, the set A=1,6 has a permutation of 2, which is 1,6,1. There is no other way to arrange the components of set A, as you can see.

If the first letter is even, there are 4 first digit possibilities (not 5 because it can't start with 0), 4 third digit possibilities, 3 fifth digit possibilities, etc., making the total 4!

If an odd number is the first letter, there will be 5!*4! different ones.

Add the two together now.

4*4!*4! + 5!*4!=5184

To know more about combination visit:-

brainly.com/question/13387529

#SPJ4

what is -5.6 opposite ?​

Answers

Answer: 5.6

Step-by-step explanation:

the opposite of an negative number...

So your answer would be....

        =5.6

Answer:

[tex]5.6[/tex] or [tex]\dfrac{1}{-5.6}[/tex]

Step-by-step explanation:

The additive inverse of [tex]-5.6[/tex] is [tex]-1 \cdot -5.6 = \boxed{5.6}[/tex]

or...

If you mean the multiplicative inverse of  [tex]-5.6[/tex], then the answer would be [tex]\dfrac{1}{-5.6}[/tex]

The points (14, –3) and (–10, –3) fall on a particular line. What is its equation in slope-intercept form?

Answers

Answer:

y = -3

Step-by-step explanation:

Slope intercept form is y = mx + c.

"m" is the slope and "c" is the y-interecept.

The slope is calculated by dividing the change in y values by change in x values. However, you can see from these two points that as the value of x changes, the value of y stays the same (-3). This means the slope is zero, as it doesn't move up in the y-direction at all.

This means y = 0x + c

You can substitute 14 for y and -3 for x from the first point to get:

-3 = 0(14) + c

-3 = c

y = 0x + -3

Which is the equation of the line in slope-intercept form.

This is the same as saying y = -3, as for every x value, y will always be -3.

Answer is y= -3
There is no slope

Step by step

Find slope with y2 - y1 over x2 - x1

-3 - -3 over -10 - 14

0/-24 = 0 slope, so it’s a horizontal line at
Y = -3

Slope intercept form

Y-y1 = m (x-x1)
Y - -3 = 0 (x - -10)
Y + 3 = 0 (x + 10)
Y = -3
There is no slope

See attachment


How do you find the sine cosine and tangent of an acute angle?

Answers

The sine , cosine and tangent of an acute angle can be find by using:

Sin θ = Opposite side/HypotenuseCos θ = Adjacent/HypotenuseTan θ = Opposite/Adjacent

Acute Angle:

Acute angles are defined as angles less than 90 degrees, i.e. angles between 0° and 90°. Examples include 60°, 30°, 45°. A triangle with all interior angles less than 90° is called an acute triangle. For example, an equilateral triangle is an acute triangle because its interior angles are 60°.

Sine of an Acute Angle :

The sine of an angle in a right triangle is the ratio of the opposite side of the angle to the hypotenuse. The sine function is the important periodic function in trigonometry, with period 2π. To understand the derivation of sin x, consider the unit circle centered at the origin of the coordinate plane. On the boundary (perimeter) of this circle the variable point P moves. Note that P is in the first quadrant and OP makes an acute angle of x radians with the positive x-axis. PQ is the perpendicular from P to the horizontal axis.

Cosine:

Cosine or cos x is the trigonometric periodic function. Imagine a unit circle centered at the origin of the coordinate plane. The variable point P moves on the circumference of this circle. From the figure, we can see that P is in the first quadrant and OP forms an acute angle of x radians with the positive x-axis. PQ is the perpendicular from P to the horizontal axis. A triangle is therefore formed by connecting the points O, P, and Q as shown. where OQ is the base and PQ is the height of the triangle.

Tangent:

The tangent function is one of the six most important trigonometric functions, commonly written as tan x. It is the ratio of the opposite side to the adjacent side of the angle considered in a right triangle. There are various trigonometric identities and formulas related to the tangent function that can be derived using various formulas. The period expression for the tangent function f(x) = a tan (bx) is given by Period = π/|b|. The tangent function tan x is periodic, with period π/1 = π (because b = 1 for tan x).

So the formula for tan x is:

tan x = sin x/cos x

tan x = opposite side/adjacent side

Learn more about Acute Angle:

https://brainly.com/question/2761036

#SPJ4

The light blue askes for the word form, the green says g= -1, the yellow askes for possible solutions, the purple wants how you shade the number line.
Please help!!!!!!!!!!!!!!!!!!!!!

Answers

Answer: get yio colors straightv

Step-by-step explanation:

How do you find the third angle of a triangle if two angles are given?

Answers

To find the third angle of a triangle if you know the measures of the other two angles, you can use the fact that the sum of the measures of the angles in any triangle is always 180 degrees.

For example, let's say you know that angle A measures x degrees and angle B measures y degrees. To find the measure of angle C (the third angle), you can use the following equation:

x + y + C = 180°

To solve for C, you can subtract x and y from both sides of the equation:

C = 180 - x - y

So, the measure of angle C is equal to 180 degrees minus the measure of angle A and angle B.

To know more on Angle sum property of a triangle

https://brainly.com/question/8492819

#SPJ4

Identify the two x values?

Answers

When the points are (4, 2) and (6, 5), the slope is 3/2. The slope of a line determines its direction and degree of steepness.

what is slope ?

A line's steepness and direction are determined by the slope of the line. The change in a line's y coordinate relative to its change in x coordinate is referred to as the line's slope. While there has been no net change in the x coordinate, there has been no net change in the y coordinate. hence, the shift in the y coordinate in relation to the shift in the x coordinate. The slope of a line is the rise to run ratio, or the rise divided by the run. It gives information about a line's slope in the coordinate plane. Any two clearly separated points on a line can be used to calculate the slope of any line.

given

slope = [tex]m = \frac{y2 - y1}{x2 - x1}[/tex]

points are ( 4, 2 ) and ( 6, 5)

[tex]\frac{5 - 2}{6 - 4} \\= \frac{3}{2}[/tex]

hence the slope is 3 / 2 .

To know more about slope visit :-

https://brainly.com/question/3605446

#SPJ1

What is the median of the following 9 numbers: 23, 15, 32, 27, 19, 11, 30, 19, 22?

Answers

The median of the following 9 numbers 23, 15, 32, 27, 19, 11, 30, 19, 22 will be 22.

What is a median?

The median of the data is the middle value of the data which is also known as the central tendency of the data and is known as the median.

The median for odd data will be

Median = [(n + 1) / 2]th

The median for even data will be

Median = {[n / 2 + (n + 2)/ 2] / 2}th

The data is given below.

23, 15, 32, 27, 19, 11, 30, 19, 22

Arrange the data in ascending order. Then we have

11, 15, 19, 19, 22, 23, 27, 30, 32

Then the median of the following 9 numbers is calculated as,

Median = [(9 + 1) / 2]th

Median = (10 / 2)th

Median = 5th

Median = 22

The median of the following 9 numbers 23, 15, 32, 27, 19, 11, 30, 19, 22 will be 22.

More about the median link is given below.

https://brainly.com/question/300591

#SPJ1

7.9 , 8.37 , 7.293 , 7.785 , 7.476 greatest to least..pls help!!

Answers

Answer: 7.785,7.476,7.293,8.37.7.9

Step-by-step explanation:

Find the lope-intercept equation of the line that pae through (1,-3) and ha a lope of -1/4

Answers

The slope intercept form of the equation is

y = -1/4x -11/4

What is Slope Intercept form ?

One of the most popular ways to describe a line's equation is in the slope intercept form of a straight line. When the slope of the straight line and the y-intercept are known, the slope intercept formula may be used to get the equation of a line ( the y-coordinate of the point where the line intersects the y-axis). The equation of a line is the equation that each point on the line fulfills.

The slope intercept form is a technique for figuring out a straight line's equation in the coordinate plane. Any point's coordinates on a straight line must fulfill a certain relation, which is known as the equation of a straight line.

Any location that is not on the line will not fulfill the coordinates.

This equation's solution is simple to find. A straight line's slope, or angle of inclination from the x-axis, and the intercept it makes with the y-axis are both necessary to determine the slope intercept form of the line.

The line passes through (1,-3)

slope = -1/4

The equation of the line

y = mx + c

here m is the slope and c is the intercept.

putting the point and slope in the equation

-3 = -1/4 *1 + c

⇒ c = -11/4

So the slope intercept form of the equation is

y = -1/4x -11/4

To learn more about Slope Intercept Form refer to :

https://brainly.com/question/29706158

#SPJ4

What is the range of the data set please help out!

Answers

4 is the range of the data set in the given set.

What is range data set?

The space between the highest and lowest values in a data collection is known as the range. Similar units to the data are used to quantify variability. Variability is increased with larger values. The range has several limitations but is the most straightforward statistical measure of dispersion to compute and comprehend.

This means that the range might alternatively be described as the distance between the highest and lowest observation.

In the given data set,

range = maximum frequency - minimum frequency

range = 5 - 1

range = 4

To know more about range of the data set refer to:

https://brainly.com/question/14111289

#SPJ1



The first laptop ever was sold was the Osborne 1. It came onto the market in 1981, and

it had a mass of 11 kg. Suppose that since 1981 the mass of laptops has decreased at an

average rate of 4. 7% per year. What was the approximate weight of a laptop in 2019?

Answers

The Osborne 1 was the first laptop ever released, and it weighed 11 kg in 1981. Since then, the average rate of weight decrease has been 4.7% per year. This means that in 2019, a laptop would have weighed around 2.3 kg.

1981: 11 kg

1982: 10.5 kg (11 kg - 0.55 kg = 10.5 kg)

1983: 10.02 kg (10.5 kg - 0.48 kg = 10.02 kg)

1984: 9.55 kg (10.02 kg - 0.47 kg = 9.55 kg)

2019: 2.3 kg (3.44 kg - 1.14 kg = 2.3 kg)

The Osborne 1 was the first laptop ever released in 1981, and it weighed 11 kg. Since then, the average rate of weight decrease has been 4.7% per year. This means that the mass of a laptop decreases by 0.47 kg every year on average. So, in 1982 it would have weighed 10.5 kg, in 1983 it would have weighed 10.02 kg, and so on. By 2019, the weight of a laptop would have decreased to 2.3 kg as a result of this 4.7% average rate of weight decrease.

Learn more about average here

https://brainly.com/question/24057012

#SPJ4

whats the answer? please help!

Answers

Answer:

Step-by-step explanation:

we konw the speed of burn is 1.25 inchs per hour. so, the left candle is

15-1.25t. the answer is L=15-1.25t

What is the coefficient of XY in 7xy?

Answers

The coefficient of XY in 7xy is 7

Any integer or symbol that multiplies the variable of a single term or the terms of a polynomial to represent a constant value is known as a coefficient in mathematics. In some phrases, a letter might be substituted for the usual number. For example, x is the variable and a and b are the coefficients in the formula: ax2 + bx + c.

What is a coefficient?

A coefficient is a quantity or number that is coupled with a variable. Frequently, an integer is multiplied by the variable and written next to it. The variables that don't have a corresponding number are presumed to have a coefficient of 1.

Seven is the coefficient of XY in 7xy.

To know more about Coefficient at:

brainly.com/question/27481600

#SPJ4

Which of the following is not true about cluster sampling?

Cluster sampling has the advantage of reducing sampling variability.
Cluster sampling has the advantage of saving time and money.
Cluster sampling uses clusters, which are miniature, nonoverlapping versions of the population.
Cluster sampling uses randomly selected clusters and samples everyone within each cluster.



answer is A

Answers

The option that is not true about cluster sampling is option  A: Cluster sampling has the advantage of reducing sampling variability.

What is cluster sampling?

Cluster sampling often leads to larger sampling variability than other types of sampling methods, such as simple random sampling or stratified sampling, because clusters may not be a representative sample of the population and the individuals within a cluster may be more similar to each other than to individuals in other clusters.

Therefore, This increases the chance that the sample will not be representative of the population, which can result in a higher level of sampling error.

Learn more about cluster sampling from

https://brainly.com/question/11003935
#SPJ1

Suppose you want to save $5000 to put towards remodeling your house in 18 months. You found a bank whose interest rate for savings accounts is 4.5% compounded monthly, but you are unsure of how much to invest to have $5000 saved in 18 months.

Using the compound interest formula, how much should you invest in order to have $5000 saved in 18 months?

Answers

The required money to be invested in order to save $5000 is $4677.26.

What is compound interest?

The compound interest is a form of interest where the rate of interest is applied on the amount obtained after every interval of time.

The principal for each interval is the sum of interest And the principal for the previous interval.

Suppose the amount to be invested be P.

The rate of interest for monthly compounding is given as 4.5/12 = 0.375%.

Time is given as 18 months.

This implies number of time period is 18.

Plug n = 18, r = 0.375% and A = 5000 in A = P(1 + r/100)ⁿ as,

⇒ 5000 = P(1 + 0.375/100)¹⁸

⇒ P = 4677.26

Hence, the amount of money that should be invested is obtained as $4677.26.

To know more about compound interest click on,

https://brainly.com/question/14295570

#SPJ2

A field is in the shape of a square. The length of the field is 5x³y. What is the area of the field in terms of x and y? Write the variables in
alphabetical order. I really don’t know and I’m desperate :(

Answers

Answer:

25x^6y^2

Step-by-step explanation:

Since it is a square all sides are the same. So you multiply 5x^3y and 5x^3y together to get the area. That would get you 25x^6y^2.

(i) Write 3^-2 as a fraction
(ii) Find the value of 3X^0 when X=5

Answers

ans Is here i) 1/9

ii) 3

tq brainlest?

Select the correct answer. what is the height, x, of the equilateral triangle? an equilateral triangle with the angles labeled as 60 degrees and a side length of 8 inches, the height labeled as x
a. in.
b. in.
c. in.
d. in.

Answers

The height of the equilateral triangle when its side length is given as 8 inches is calculated to be 6.93 inches.

The equilateral triangle has all sides and angles equal. The angles are always equal to 60 degrees.

Given that,

Side length of the equilateral triangle = 8 inches

Angles = 60 degrees

Height = ?

Therefore, let us find the height of the triangle using the Pythagoras theorem,

c² = a² + b²

8² - 4² = b²

b² = 64 - 16

b² = 48

b = 6.93 inches

Thus, the height of the equilateral triangle is calculated to be 6.93 inches.

To know more about height:

https://brainly.com/question/22762684

#SPJ4

E) how to find the first 4 terms in the expantion of ( 1 + 2x ) to power 6 ?

Answers

the first 4 term is (1+2x)^6

Is 10 24 26 a right triangle?

Answers

Yes, A triangle has sides of lengths 10, 24, and 26 is a right triangle.

A right-angled triangle is a triangle with one of the angles at 90 degrees. A 90-degree angle is called a right angle.

The formula states that in a right triangle:

The square of the hypotenuse is equal to the sum of the square of the base and the square of the altitude.

(Hypotenuse)² = (Base)² + (Altitude)²

c²=a²+b²

The three numbers which satisfy the above formula are the Pythagorean triplets

Properties of right angle:

The largest angle is always 90º and called the hypotenuse which is always the side opposite to the right angle.The measurements of the sides follow the Pythagoras rule, which cannot have any obtuse angle.

consider c=26 a=10, b=24 substitute in above formula:

26²=10²+24²

⇒676=100+576

⇒676=676

To know more about the right triangle:

https://brainly.com/question/23286252

#SPJ4

What property is illustrated in if ∠ a ≅ ∠ B ∠ B ≅ ∠ C then ∠ a ≅ ∠ CA reflexive property C transitive property B symmetric property d addition property?

Answers

The property of congruence illustrated in the statement is the transitive property.

What is transitive property?

The transitive property states that if A is congruent to B and B is congruent to C, then A is congruent to C. In other words, if two things are congruent to a third thing, they are also congruent to each other.

here,

In the statement "If AB ≅ DE, EF ≅ DE then AB ≅ EF," AB is congruent to DE, and EF is congruent to DE, so AB must also be congruent to EF according to the transitive property.

The other properties you listed are not applicable in this case. The symmetric property states that if A is congruent to B, then B is congruent to A. The reflexive property states that every object is congruent to itself. And multiplication is not a property of congruence.

Learn more about the property of congruence at

brainly.com/question/2039214

#SPJ4

A "Pick 2" lottery game involves drawing 2 numbered balls from separate bins each containing balls labeled from 0 to 9. So there are 100 possible selections in total: 00, 01, 02, ..., 98, 99. Players can choose to play a "straight" bet, where the player wins if they choose both digits in the correct order. Since there are 100 possible selections, the probability a player wins a straight bet is 1/100. The lottery pays $50 on a successful $1 straight bet, so a player's net gain if they win this bet is $49. Let X represent a player's net gain on a $1 straight bet. Calculate the expected net gain E(X). Hint: The expected net gain can be negative. E(X) = dollars

Answers

Answer:

The probability of winning a straight bet is 1/100, and the payout is $50, so the expected value of a winning bet is (1/100) * $50 = $0.50.

The probability of losing a straight bet is 99/100, and the cost of the bet is $1, so the expected value of a losing bet is (99/100) * -$1 = -$0.99.

Therefore, the expected value of a straight bet is $0.50 - $0.99 = -$0.49.

Other Questions
During the Berlin Conference or Scramble for Africa, Europeans divided Africa amongst themselves according to:A) The location mountains and rivers.B) population density in an area C) African tribal boundaries D)European convenience 9. Isosceles trapezoid ABCD has legs AB and CD, and base BC. If AB = 4y - 6, BC = 2y - 3, and CD = 3y - 4.Find the value of y. (hint: draw it to help!) Find a saint who lived a Eucharistic way of life. This might include theTruth of their teaching (others) about the Eucharist, the Beauty of their worship, and the Goodness of their accompaniment of persons in poverty and those who are vulnerable. Research their life and write an essay or video presentation about how they lived all or some of these in a living relationship with the Lord Jesus Christ in the Holy Eucharist. In your essay, incorporate at least three of the following themes: Grace Real Presence Sacrament Mystery Communion - with Christ or with others Teaching Worship Church Prayer Commitment to the poor Sacrifice MealYour typed explanation must be at least 3 paragraphs long 3 3/10 minus 2 1/5 as improper fraction find one investing concept that you BOTH put into category 3 and do some quick online research to find aresource that explains the topic better. Both of you should be looking for resources, and then, based on whatyou find, write a brief explanation of your new understanding here: What does The River symbolize in the novel? show that x^4-1=0 has four solutions How does Accenture generate value for clients through agile and Devops Mcq? What were his feelings about the government while he was in jail? Can someone explain this question & answer to me?var list = [11, 35, 6, 0];var sum = 0;for (var i = 0; i < list.length; i++) { sum = sum + list[i];}sum = sum/list.length;console.log(sum); Mason has 2 1/2 cups of peanutbutter. He is making peanut buttersandwiches. If he uses 1/8cup ofpeanut butter in each sandwich,how many sandwiches can hemake?Help What is one of the arguments in favor of gap? 50% of 188 is equal to what number? Sunlight can transform into heat energy even when it ______ matter. A. Cannot reach B. Mixes with C. Reflects off Lesson 1. 12 At an ocean depth of 10 meters, a buoy bobs up and then down 6 meters from the ocean's depth. Ten seconds pass from the time the buoy is at its highest point to when it is at its lowest point. Assume at x= O the buoy is at normal ocean depth. Find the following: Period = Equation of the mideline: Amplitude = Maximum = Minimum = What organization formed at the end of world war ii to promote international peace and security? In the PSSP hierarchy of needs model, which level is illustrated by a "Got Milk?" magazine campaign that encourages customers to drink more milk? which statement correctly compares the function shown on this graph withthe function y = 4x + 2?A. The function shown on the graph has a smaller rate of change, buta higher starting point.O B. The function shown on the graph has a greater rate of change, buta lower starting point.C. The function shown on the graph has a greater rate of change anda higher starting point.D. The function shown on the graph has.a omaller rate of change anda lower starting point. Michael bakes a soft pretzel and a loaf of bread. Use the system of equations to find c, the amount of flour, in cups, needed for the soft pretzel, and b, the amount of flour, in cups, needed for the loaf of bread. Show your work.b = 24c(1/4)b + 4c = 5/4 What are the three characteristics of scarcity?