If h(x) is the inverse of f(x), what is the value of h(f(x))?
A.) 0
B.) 1
C.) X
D.) f(x)

Answers

Answer 1

The value of h(f(x)) is x which is the C option in the question.

It is given in the question that h(x) is the inverse of f(x).

We have to find the value of h(f(x)).

If h(x) is the inverse of f(x), we can write is as:-

[tex]f^{-1}(x)=h(x)[/tex]

Hence,

h(f(x)) = [tex]f^{-1}(f(x))=(f^{-1}f)(x) = x[/tex]

Hence, the value of h(f(x)) is x.

Inverse function

An inverse function or an anti function is defined as a function, which can reverse into another function. In simple words, if any function “f” takes x to y then, the inverse of “f” will take y to x. If the function is denoted by ‘f’ or ‘F’, then the inverse function is denoted by f-1 or F-1.

To learn more about inverse function, here:-

https://brainly.com/question/2541698

#SPJ1


Related Questions

Is this sentence a fact or an opinion

Many Hindus celebrate a holiday called Diwali by lighting candles and exchanging gifts

Answers

it’s a fact


source: trust me

Answer:fact

Step-by-step explanation:Opiians have a persianal veiw sush as "the cows should sleep in the shed" while facts are absolute "the cows sleep in the shed"

Read the following description of a data set.
Rod Diamond is a singer who appeals to an older demographic. For a comedy segment on a late night show, he asked random people on the street how old they were and how many of his songs they could name, if any.
Rod noted the age of each person he spoke with, x, and the number of songs each could name, y.
The least squares regression line of this data set is:
y = 0.441x- 12.918
Complete the following sentence:
The least squares regression line predicts that if a person is one year older, they will able to name how many more songs.

Answers

the person is able to name .441 more songs

Which of the following could be a real-world description of the quantity three times x end quantity divided by 8?

A. The cost of a pizza split by 8 people plus a $3 tip
B.The cost of a pizza plus a $3 tip divided by 8 people
C. The cost per pizza for 3 pizzas divided by 8 people
D. The cost per pizza for 8 pizzas divided by 3 people

Answers

Answer:

C. The cost per pizza for 3 pizzas divided by 8 people

Step-by-step explanation:

This is the only answer where you are multiplying by 3 and dividing by 8

After multiplying, a calculator screen displays the answer shown below. How would you write this number in standard form?

Answers

[tex]8.234\text{ E14=8.234}\times10^{14}[/tex]

the 175 workers at a factory together produce 21,175 items per day what is the unit rate of items per worker

Answers

Answer: 121 im pretty sure

Step-by-step explanation: 21175 divided by 175

The measure of an angle is 136.8° more than the measure of a supplementary angle. What is the measure of each angle?

Answers

If the measure of an angle is 136.8 degrees more than the measure of a supplementary angle, then the measure of each angles are 21.6 degrees and 158.4 degrees

The supplementary angles are the angles whose measure add up to 180 degrees.

If x and y are supplementary angles

x + y = 180 degrees

Here the measure of an angle is 136.8 degrees more than the measure of supplementary angle.

So one angle will be x and other angle will be x+136.8

Then the equation will be

x + x+136.8 = 180

2x+136.8 = 180

2x = 43.2

x = 43.2/2

x = 21.6 degrees

Other angle is

21.6+136.8 = 158.4 degrees

Hence, if the measure of an angle is 136.8 degrees more than the measure of a supplementary angle, then the measure of each angles are 21.6 degrees and 158.4 degrees

Learn more about supplementary angle here

brainly.com/question/18164299

#SPJ1

. (10 points) place these functions in order from slowest asymptotic growth to fastest asymptotic growth. justify the claimed order for each pair of consecutive functions that appear in your ordered list. for instance, if you claim that ????????(????)<????????(????) in growth rate for some choice of the functions ????????(????) and ????????(????), show that the limit test yields lim????→[infinity]????????(????)/????????(????)

Answers

Placing these functions from slowest asymptotic growth to fastest asymptotic growth. f₇(n) < f₄(n) < f₀(n) < f₃(n) < f₅(n) < f₉(n) < f₂(n) < f₆(n) < f₁(n) < f₈(n).The exponents we got.

Given that,

Placing these functions from slowest asymptotic growth to fastest asymptotic growth,

Come to question,

f₇(n) < f₄(n) < f₀(n) < f₃(n) < f₅(n) < f₉(n) < f₂(n) < f₆(n) < f₁(n) < f₈(n).

(ln ln ln n) < (ln n + 2021) < ([tex]n^{lg n}[/tex] ) < ((n/lg n)⁸) < (n⁸ - n⁶ + n⁴ - n² + 1) < (n²⁰²¹) < ([tex]32^{n/5}[/tex]) < (3³ⁿ) < ([tex]16^{lgn}[/tex]) < ( 2021 ∛n)

Let's understand, lg n < n < exponential. on the basis of it,

f₇(n) comes first, it will be smaller than f₄(n), because ln n is > ln ln ln n.

f₄(n) comes second, it will be smaller than f₀(n), because O(n) functions are larger than O(log n).

f₀(n) comes third, it will be smaller than f₃(n), because O(n⁸) functions are larger than O([tex]n^{log n}[/tex]).

f₃(n) comes fourth, it will be smaller than f₅(n), because (n⁸ - n⁶ + n⁴ - n² + 1) will give more larger value than ((n/lg n)⁸), these both functions are O(n⁸).

f₅(n) comes fifth, it will be smaller than f₉(n), because n⁸< n²⁰²¹.

f₉(n) comes sixth,  it will be smaller than f₂(n), because n²⁰²¹ is O(n), whereas [tex]32^{n/5}[/tex] = 2n is exponential, and exponential are larger than O(n).

f₂(n) comes seventh, it will be smaller than f₆(n), because 2n < 3³ⁿ, both are exponential (2 < 3).

f₆(n) comes eight, it will be smaller than f₁(n), because 3³ⁿ < [tex]16^{logn}[/tex], both are exponential (3 < 16).

f₁(n) comes ninth, it will be smaller than f₈(n), because [tex]16^{logn}[/tex] < 2021 ∛n, both are exponential (16 < 2021).

Complete question:  Place these functions in order from slowest asymptotic growth to fastest asymptotic

growth. Justify the claimed order for each pair of consecutive functions that appear in your ordered

list. For instance, if you claim that

To learn ore about exponential  visit:https://brainly.com/question/28596571

#SPJ4

Zara and Chester are building fences.

Zara uses fence panels that are each 6 feet long and Chester uses fence panels that are each 4 feet long.

If both of their fences are the same length, what is the shortest possible length that Zara's fence could be ? Give your answer in feet

Answers

The shortest possible length that Zara's fence could be is 12 feet long.

The fence panels Zara uses are 6 feet long each and the fence panels that Chester uses is each 4 feet long.

The multiple of the number 6: 6, 12, 18, 24

The multiple of the number 4: 4, 8, 12, 16, 20, 24

The numbers 6 and 4 have the same multiple 12, 24. The least common multiple of them is 12.

So Zara's fence has the shortest length is 12 feet, because Zara and Chester have the same length fence as Zara uses fence panels that are each 6 feet long. Chester uses are 4 feet long.

The shortest length of Zara's fence is 12 feet.

Learn more about length here:

brainly.com/question/11863354

#SPJ1

Determine another point on the line given two points on the line.

(0, 4), (2, 5)

Answers

The coordinates of another point are (4, 6).

We are given the coordinates of two points. The two points are (0, 4) and (2, 5). A straight line passes through the two given points.

We will find the equation of the straight line using the formula given below :

(y - y1) = [(y2 - y1)/(x2 - x1)](x - x1)

(y - 4) = [(5 - 4)/(2 - 0)](x - 0)

(y - 4) = (1/2)x

y = (1/2)x + 4

We have to find another point on the line. Let us choose a value for the x-coordinate equal to 4. The y-coordinate can be calculated as given below :

y = (1/2)4 + 4

y = 2 + 4

y = 6

To learn more about lines, visit :

https://brainly.com/question/17188072

#SPJ1

Use two conditional statements to draw a conclusion using the law of syllogisms
if a quadrilateral is a square, then it has four right angles, then it is a rectangle.

a. if a quadrilateral has four right angles, then then it is a square
b. if a quadrilateral is a square, then it has four right angles
c. if a quadrilateral is a square, then it is a rectangle

Answers

Using the law of syllogism, the conclusion is given as follows:

c. if a quadrilateral is a square, then it is a rectangle.

Law of Syllogism

The Law of Syllogism is a logic axiom which states that if the conditional statements p -> q and q -> r are true, the conditional statement p -> r is also true, basically applying the transitive property.

In the context of this problem, the statements are given as follows:

Statement p: Quadrilateral is a square.Statement q: Quadrilateral has four right angles.Statement r: Quadrilateral is a rectangle.

Hence the conclusion is:

p -> r

Read as:

If p then r.

Replacing the statements, we have that:

If a quadrilateral is a square, then it is a rectangle.

Which means that option c is correct.

More can be learned about the law of syllogism at brainly.com/question/20725710

#SPJ1

Researchers surveyed recent graduates of two different universities about their income. The following two-way table displays data for the sample of graduates who responded to the survey. How many graduates from University A had an income under $20,000?

Income University A University B
Under $20,000 35 40
$20,000 to $39,999 90 63
$40,000 and over 35 37
Group of answer choices

a.35

b.90

c.160

d.75

Answers

The percentage of graduates from University A having income under $20,000 is 22%.

Percentage may be defined as the fraction which we get after dividing an entity from total number multiplied by 100. We have the total number of students in university A as 160. Now, we divide 35 that is the number of students who have an income under $20,000 in university A by 160 that is the total number of students in university A. We get the percentage as

P = (35/160) × 100

P = 0.218 × 100

P = 21.9 %

rounding off to nearest we get percentage as 22 %.

To learn more about income visit:

brainly.com/question/25745683

#SPJ1

A line has a slope of 0 and passes through the point (-13, -11). What is its equation in
slope-intercept form?
Write your answer using integers, proper fractions, and improper fractions in simplest form.

Answers

Answer:

y= - 11

Step-by-step explanation:

A line with a slope of 0 is a horizontal line, parallel to the x- axis with equation

y = c ( c is the value of the y- coordinates the line passes through )

the line passes through (- 13, - 11 ) with y- coordinate - 11, then

y = - 11 ← equation of line

Answer:

y = -11

Step-by-step explanation:

A line with slope as 0, is a horizontal line ( In other words parallel to x-axis).

There is no rise, only run.

Equation of the line is y = c.

   y = -11

Solve the triangle.
a= 10.0 ft, b= 11.0 ft, c = 13.0 ft
What is the measure of angle A?
A=⁰
(Round to two decimal places as needed.)
What is the measure of angle B?
B =°
(Round to two decimal places as needed.)
What is the measure of angle C?
c=°
(Round to two decimal places as needed.)
...

Answers

Answer:

Below in bold.

Step-by-step explanation:

Using the Cosine Rule:

a^2 = b^2 + c^2 - 2bc cos A

10^2= 11^2 + 13^2 -2.11.13 cos A

cos A = (11^2 + 13^2 - 10^2) / (2*11*13)

          = 0.66434

m < A = 48.368 degrees

          = 48.37 degrees to 2 D. P's.

By the Sine Rule:

a / sin A = b / sin B

10 / sin 48.368 = 11 / sin B

sin B = 11 * sin 48.368 / 10

         = 0.82217

m < B = 55.303

          = 55.30 degrees to 2 D,P's

So, m < C = 180 - 48.37 - 55.30

                = 76.33 degrees

21Select all the correct answers.Which of the following transformations always creates congruent figures?translationsrotationsdilationsreflectionsResetSubmit

Answers

Rigid transformations, are transformations of the plane that preserves length. Reflections, translations, rotations, and combinations of these three transformations are rigid transformations. In a rigid transformation the pre-image and image are always congruent

Therefore, the answer is:

translations

rotations

reflections

At a middle school 2 out of 5 students Participate in the science fair if they’re are 800 students how many students will be excepted to participate at the fair

Answers

To find how many students will be expected to participate at the fair, we can multiply the given fraction and total number of students. This would look like:

2/5 • 800 = 1,600/5

1,600 / 5 = 320

320 out of 800 students will be expected to participate in the science fair.

Given f(x) = 3x³ + x + k, and x + 1 is a factor of f(x), then what is the value of
k?

Answers

Answer: k=-2

Step-by-step explanation:

[tex]\displaystyle\\3 x^2+x+k=\\\\3x^2+3x-2x+k=\\\\3x(x+1)-2(x-\frac{k}{2}) \\\\Hence,\\\\x-\frac{k}{2} =x+1\\\\-\frac{k}{2} =1\\[/tex]

Multiply both parts of the equation by -2:

[tex]\displaystyle\\-\frac{k}{2}(-2) =1(-2)\\\\k=-2[/tex]

Suppose that z varies jointly with x and y. When x=5 and y=4, z=12.
a) Write an equation that models the relationship.
b) Find z when x=15 and y=2.

Answers

For z varies jointly with x and y. When x=5 and y=4, z=12.

a. Equation that models the relationship is z=(3/5)xy.

b. When x=15 and y=2 then z=18.

As given,

a. Equation that models relationship z varies jointly with x and y is:

z is directly proportional to product of x and y

⇒z∝ xy

⇒z=k xy

where k is symbol of proportionality.

When x=5 and y=4, z=12

12=k(5× 4)

⇒k=12/(5× 4)

⇒k=3 /5

Hence, z=(3/5)xy

b. When x=15 and y=2

z=(3/5)×15×2

 =18

Therefore, for z varies jointly with x and y, when x=5 and y=4, z=12.

a. Equation that models relationship is z=(3/5)xy.

b. When x=15 and y=2 then z=18.

Learn more about equation here

brainly.com/question/10413253

#SPJ1

pls pls help whoever gets it right gets marked brainliest

Answers

i think it’s dwarf planets

A map of an amusement park is shown on the coordinate plane with the approximate location of several rides.

coordinate plane with points at negative 14 comma 1 labeled Woozy Wheel, negative 6 comma 2 labeled Bumper Boats, negative 2 comma negative 4 labeled Roller Rail, negative 2 comma negative 6 labeled Trolley Train, 2 comma negative 3 labeled Silly Slide, and 6 comma 11 labeled Parachute Plunge

Determine the distance between the Bumper Boats and the Parachute Plunge.

15 units
225 units
8 units
63 units
help pls i dont have lot of time!

Answers

The distance between the Bumper Boats and the Parachute Plunge is given by:

15 units.

What is the distance between two points?

Suppose that we have two points with coordinates given yb [tex](x_1,y_1)[/tex] and [tex](x_2,y_2)[/tex]. The shortest distance between them is given by the following rule:

[tex]D = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]

This formula is derived from the Pythagorean Theorem, as the points form a right triangle in the xy-plane, with the hypotenuse representing the distance between them.

In the context of this problem, the coordinates of the Bumper Boats and of the Parachute Plunge are given as follows:

Bumber Boats: (-6, 2).Parachute Plunge: (6, 11).

Hence the distance between these two points is given as follows:

[tex]D = \sqrt{(6 - (-6))^2+(11 - 2)^2}[/tex]

D = sqrt(12² + 9²)

D = 15 units.

More can be learned about the distance between two points at https://brainly.com/question/18345417

#SPJ1

Answer: its 225

Step-by-step explanation: you should try it and find out. / I did  

The total cost (in dollars) to bowl n games is represented by C(n)=4.5n+2.5 . The shoe rental price increases 0.50. The new total cost is represented by T(n)=C(n)+0.5 . Describe the transformation from the graph of C to the graph of T .

Answers

In graphical representation it will get displaced by 0.5 units in x-axis.

What is a translation?

A translation is represented by a change in the function graph, according to operations such as multiplication or sum/subtraction either in it’s definition or in it’s domain. Examples are shift left/right or bottom/up, vertical or horizontal stretching or compression, and reflections over the x-axis or the y-axis.

various Transformations are :

The answer choices would ask us to consider some combination of the following transformations:

reflection across the y-axis: (x, y) ⇒ (-x, y)

reflection across the x-axis: (x, y) ⇒ (x, -y)

reflection across the line y=x: (x, y) ⇒ (y, x)

clockwise rotation 90°: (x, y) ⇒ (y, -x)

positive rotation 270°: (x, y) ⇒ (y, -x) . . . same as 90° CW

translation by (h, k): (x, y) ⇒ (x+h, y+k) . . . h units right, k units up

Here, The shoe rental price increases 0.50 that is the new total cost is represented by T(n)=C(n)+0.5, which is 0.5 greater then old price equation that is C(n)=4.5n+2.5  :

Now, In graphical representation it will get displaced by 0.5 units in x-axis.

Learn more about translation and reflection here: brainly.com/question/27387076

#SPJ1

John runs each lap in 7 minutes. He will run at most 35 minutes today. What are the possible numbers of laps he will run today?Use n for the number of laps he will run today.
Write your answer as an inequality solved for n.

Answers

Answer: At most 5 laps.

Step-by-step explanation:

N= # of laps

7mins times the number of laps= 7N

35 mins= at most

[tex]7n\leq 35\\\\\frac{7n}{7} \leq \frac{35}{7} \\\ \ \ \ n\ \leq \ 5[/tex]

Charlie has $3.15 in his bank which contains only nickels and dimes. There are 9 more nickels than dimes. Find the number he has of each kind.

Answers

Charlie has $3.15 in his bank which contains only nickels and dimes. There are 9 more nickels than dimes. Then Number of dimes =18

and Number of nickels =27

What is basic algebra ?

Mathematical expressions can be used to depict situations or issues, and algebra is the field of mathematics that does this. For a mathematical expression to have meaning, it needs to include variables like x, y, and z as well as mathematical operations like addition, subtraction, multiplication, and division. Algebra is used in every area of mathematics, including coordinate geometry, calculus, and trigonometry. A straightforward algebraic expression is 2x + 4 = 8.

Given that : Charlie has $3.15 in his bank which contains only nickels and dimes. There are 9 more nickels than dimes

Let d be the number of dimes

d + 9 = Number of nickels

A dime = 0.1

nickle is = 0.05

0.1d + 0.05d + 0.45 = 3.15

0.15d = 2.7

d = 18

Number of dimes =18

Number of nickels = 18 + 9

=27

To learn more about basic algebra visit :

brainly.com/question/15167098

#SPJ13

Can you help me with 8

Answers

Answer:

3= 95

a= 85

b=85

4=85

Step-by-step explanation:

Angles on a line add up to 180°

Corresponding angles are equal.

sncidc dslkjfdmqw;vkjjiofrceasZXsdZdcweiaubbciqeu

Answers

Hello my guy how is you doing

A meteorologist was monitoring the temperature outside in degrees Fahrenheit (°F) and wrote the expression 78+(-6) -5. Which statement best describes this expression?

A
The temperature started at 78°F and decreased by 6°F. Then the temperature decreased by 5°F.

B
The temperature started at 78°F and increased by 6°F. Then the temperature decreased by 5°F.

C
The temperature started at 78°F and increased by 6°F. Then the temperature increased by 5°F.

D
The temperature started at 78°F and decreased by 6°F. Then the temperature increased by 5°F.

Answers

Correct option is A, The temperature started at 78°F and decreased by 6°F. Then the temperature decreased by 5°F.

What is an expression?

An expression, often known as a mathematical expression, is a finite collection of symbols that are well-formed in accordance with context-dependent principles.

You must substitute a number for each variable and carry out the arithmetic operations in order to evaluate an algebraic expression. Since 6 + 6 equals 12, the variable x in the example above is equal to 6. If we are aware of the values of our variables, we can substitute those values for the original variables before evaluating the expression.

An expression is, for instance, 3x - 2. While an equation, on the other hand, denotes the connection between two separate expressions via an equal to sign, One such equation is 3x - 2 = 5 + x.

To learn more about expression from given link

https://brainly.com/question/1859113

#SPJ9

3. Rhombus KLMN with vertices K(-3, 2), L(1, 4),
and N(-5, -2): (x,y) → (x, y-5)
M(-1,0)

Answers

The coordinates of KLMN after reflection along the y-axis is K'(3,2);  L'(-1,4); M'(1,0); and N'(5,-2).

What is reflection?A reflection in mathematics is a mapping from a Euclidean space to itself that is an isometry with a set of fixed points known as the hyperplane, also known as the axis or plane of reflection. The mirror image of a figure in the axis or plane of reflection is the image produced by a reflection.

So, the coordinates of KLMN when reflected across the y-axis:

When reflected along the y-axis, the image of (x, y) is (-x,y).

Vertex K(-3,2image )'s after reflection along the y-axis is K' (3,2)After reflection along the y-axis, the image of vertex L(1,4) is L' (-1,4)Vertex M(-1,0image )'s after reflection along the y-axis is M' (1,0)Vertex N(-5,2image )'s after reflection along the y-axis is N' (5,-2)

Therefore, the coordinates of KLMN after reflection along the y-axis is K'(3,2);  L'(-1,4); M'(1,0); and N'(5,-2).

Know more about reflection here:

https://brainly.com/question/26642069

#SPJ13

The correct question is given below:
Given a rhombus KLMN with vertices K(-3,2), L(1,4), M(-1,0), and N(-5,-2). What would the coordinates of its image be when reflected across the y-axis?

3x-2y=109x+4y=-50Solve each system of equations by graphing. Clearly identify your solution.

Answers

Plot two points of each equation

Equation 1 Equation 2

3x - 2y = 10 9x + 4y = - 50

x y x y

0 -5 0 12.5

10/3 0 -50/9 0

Graph

anyone knows this??

Answers

Answer:

the answer is B 40 because∆ABC is a triangle

the table shows information about the population of a city, what is the population in 2021

Answers

the table will be at least 25 and it is really popular

HELP PLEASE GIVING BRAINLIEST TO ONLYRIGHT ANSWER
Which graph shows a proportional relationship between x and y?

Answers

The graph C shows the proportional relationship between x and y.

What is meant by the term proportional relationship?

A proportional relationship is defined as "y varies proportionally with x" or "y is directly proportional to x."

This implies that as x increases, y increases, and vice versa—and that the ratio among them always remains constant.The proportional relationship equation's graph is a straight line that follows the origin.Proportional relationships always are represented by equations of the form y=kx, in which k is the proportionality constant. That is, the connection between x and y always is multiplicative, with no additions or subtraction.

For the given question;

The graph of the proportional relationship are given.

For the graph C, the relation tween x and y is said to be proportional because when the value of x increases the value of y decreases and also this line passes from the origin.

Thus, the graph C shows the proportional relationship between x and y.

To know more about the proportional relationship, here

https://brainly.com/question/12242745

#SPJ13

Other Questions
Read the passage from Sugar Changed the World.THE WORLDS FIRST TRUE UNIVERSITYToday, few people have heard of Jundi Shapur. But in its time, it was an exceptional university. Jundi Shapur was built in what is now Iran sometime between the 400s and mid-500s A.D. We can only guess the dates, but we do know more about the school. It was the meeting place of the world's great minds. In 529, Christians closed the school of Athensthe last link to the academies of Socrates, Plato, and Aristotle. The remaining Greek scholars moved to Jundi Shapur. Jews joined them, as did a group of Christians called Nestorians, who had their own ancient and scholarly traditions. Persians added their voices, and one of their learned doctors set off for what is now India, to gather and translate the wisdom of the Hindus. The school created the very first teaching hospital in the world, a place where the sick were treated and young doctors learned their craft, as well as a fine observatory to track the heavens. At Jundi Shapur the best scholars west of China all gathered to think and study together. By the 600s, the doctors at the school were writing about a medicine from India named sharkara or, as the Persians called it, shakersugar. Indeed, scholars at Jundi Shapur invented new and better ways to refine cane into sugar. Since the school had links with many of the great civilizations of Asia, the Mediterranean, and Europe, word of sugar and the experience of tasting its special sweetness began to spread.How does the heading help the reader understand the central idea of this passage?It convinces the reader that other universities are inferior.It informs the reader that the text will focus on a specific school.It reveals how this section of text is related to sugar. Which of the following malware does not harm the system but only targets the data?a. Ransomwareb. Trojanc. Wormd. Logic bomb During the California Gold rush, what percentage of the "Forty-Niners," or men who rushed to California to search for gold, were Americans?A. 80%B. 60%C. 100% Find the maximum value of the quadratic function. 1. SEP Develop Models Use the space to create a model of the investigativephenomenon. As you develop your model, consider the following: Why are fireworks different colors? What features of the atomic structuremight be part of the reasoning? How is light made or moved? Your model does not need to include every feature of the phenomenon.Instead, focus on the features that you think are important for explaininghow or why the phenomenon occurs.Use labels to identify and differentiate the components of your model..Choose an appropriate scale for the model. If needed, label any specificdimensions or measurements. Fill in the blank. Using the number line below, the plotted number iswhen rounded to the nearest thousand. HELP PLEASEEEEEEEEEEE!! ILL MARK BRAINLIEST Algebra 2 help Ccfggggggggyytttt Music and the Brain what tone does paragraph 8 set mandarin chinees is not spoken widely ouside of china, yet it is spoken by more people than other language what makes this possible The functions of the rough endoplasmic reticulum include_______ Felix exercises by spending 12 minutes warming up and then running for 20 minutes he has exercised a total of 240 minutes this mouth what true airspeed and angle of attack should be used to generate the same amount of lift as altitude is increased? Pls help! Which of these excerpts from Mark Twain's Life on the Mississippi best shows Twain's subtle sense of humor?A. The pilot, even in those days of trivial wages, had a princely salary--- from a hundred and fifty to two hundred and fifty dollars a month, and no board to payB. And the boat is rather a handsome sight, too. She is long and sharp and trim and pretty; she has two tall, fancy-topped chimneysC. The minister's son became an engineer. The doctor's and the postmaster's sons became "mud clerks"; the wholesale liquor dealer's son became a barkeeper on a boatD. But when he came home the next week, alive, renowned... it seemed to us that the partiality of Providence for an undeserving reptile had reached a point where it was A survey that 73% of adults need correction (eyeglasses, contacts, surgery, etc,) for their eyesight. If 20 adults are randomly selected, find the probability that no more than 1 of them need core for their eyesight. Is 1 a significantly low number of adults requiring eyesight correction? suppose the scores of students on an exam are normally distributed with a mean of 573 and a standard deviation of 72. then approximately 99.7% of the exam scores lie between the integers and , and the mean is halfway between these two integers. commercials is a average of 16 minutes and a standard deviation equals 2.1 minutes. After watching the chanel for a hour randomly you observe the amount of commercials equals to 19 minutes Find the z score for the amount of commercials, round 2 decimals Which sentence, if added to the beginning of thisparagraph, would best introduce the quotation?A.John Ridge said this.B. In a letter to Stand Watie, John Ridge said this.C. In a letter to Stand Watie, John Ridge comparesAndrew Jackson to a snake.D.bJohn Ridge worries that the laws will not take effectunless Andrew Jackson is defeated. Tom deposits $5,600 into a savings account. The simple interest rate for the account is 9.5%. If Tom does not withdraw any money from the account, how much money will be in the account after 3 years? How many calories are needed to change a 9.8 grams of solid ammonia at -75 into a gas at room temperature 25 degrees c