Please help! Thank you.

Please Help! Thank You.

Answers

Answer 1

Answer:

B  at -1 minus we go to - ∞

at -1 plus  we to + ∞

Step-by-step explanation:

         x^2 -x

g(x) = ---------

         x+1

Factor out x

         x(x-1)

g(x) = ---------

         x+1

As x is to the left of -1

   x is negative (x-1) is negative

        x+1  will be slightly negative

g(-1 minus) = -*-/ -  = -  and we know that the denominator is very close to zero  we are close to infinity  so we go to - ∞

As x is to the right of -1

   x is negative (x-1) is negative

        x+1  will be slightly positive

g(-1 plus) = -*-/ +  = +  and we know that the denominator is very close to zero  we are close to infinity  so we go to  ∞


Related Questions

Let f(x,y) =2x^3 y-xy find the domain

Answers

9514 1404 393

Answer:

  x, y ∈ all real numbers

Step-by-step explanation:

For your function ...

  f(x, y) = 2x^3·y -xy

there appear to be no values of x or y for which the function is undefined. The domain for both x and y is "all real numbers."

The number N(t) of supermarkets throughout the country that are using a computerized checkout system is described by the initial-value problem

dN/dt = N(1 − 0.0008N), N(0) = 1.

Required:
Predict how many supermarkets are expected to adopt the new procedure over a long period of time?

Answers

Answer:

1250 supermarkets

Step-by-step explanation:

Given

[tex]\frac{dN}{dt} = N(1 - 0.0008N)[/tex]

[tex]N(0) = 1[/tex]

Required

Number of supermarkets over a long period of time

To do this, we simply set

[tex]\frac{dN}{dt} = 0[/tex]

So, we have:

[tex]N(1 - 0.0008N) = 0[/tex]

Split

[tex]N = 0\ or\ 1 - 0.0008N = 0[/tex]

Solve: [tex]1 - 0.0008N = 0[/tex]

Collect like terms

[tex]0.0008N = 1[/tex]

Make N the subject

[tex]N = \frac{1}{0.0008}[/tex]

[tex]N = 1250[/tex]

So:

[tex]\lim_{t \to \infty} N(t) = 1250[/tex]

A manufacturer knows that their items have a normally distributed length, with a mean of 18.2 inches, and standard deviation of 3.9 inches. If 2 items are chosen at random, what is the probability that their mean length is less than 21.9 inches

Answers

Answer:

0.9099 = 90.99% probability that their mean length is less than 21.9 inches.

Step-by-step explanation:

To solve this question, we need to understand the normal probability distribution and the central limit theorem.

Normal Probability Distribution

Problems of normal distributions can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.

Central Limit Theorem

The Central Limit Theorem establishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

Mean of 18.2 inches, and standard deviation of 3.9 inches.

This means that [tex]\mu = 18.2, \sigma = 3.9[/tex]

2 itens:

This means that [tex]n = 2, s = \frac{3.9}{\sqrt{2}}[/tex]

What is the probability that their mean length is less than 21.9 inches?

This is the p-value of Z when X = 21.9. So

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

[tex]Z = \frac{21.9 - 18.2}{\frac{3.9}{\sqrt{2}}}[/tex]

[tex]Z = 1.34[/tex]

[tex]Z = 1.34[/tex] has a p-value of 0.9099.

0.9099 = 90.99% probability that their mean length is less than 21.9 inches.

Which piecewise function represents the graph?

Answers

the function that connects the point (0;1) with the point (-1;0) is the graph

It is estimated that 75% of all young adults between the ages of 18-35 do not have a landline in their homes and only use a cell phone at home.
(a) On average, how many young adults do not own a landline in a random sample of 100?
(b) What is the standard deviation of probability of young adults who do not own a landline in a simple random sample of 100?
(c) What is the proportion of young adults who do not own a landline?
(d) What is the probability that no one in a simple random sample of 100 young adults owns a landline?
(e) What is the probability that everyone in a simple random sample of 100 young adults owns a landline?
(f) What is the distribution of the number of young adults in a sample of 100 who do not own a landline?
(g) What is the probability that exactly half the young adults in a simple random sample of 100 do not own a landline?

Answers

Answer:

a) 75

b) 4.33

c) 0.75

d) [tex]3.2 \times 10^{-13}[/tex] probability that no one in a simple random sample of 100 young adults owns a landline

e) [tex]6.2 \times 10^{-61}[/tex] probability that everyone in a simple random sample of 100 young adults owns a landline.

f) Binomial, with [tex]n = 100, p = 0.75[/tex]

g) [tex]4.5 \times 10^{-8}[/tex] probability that exactly half the young adults in a simple random sample of 100 do not own a landline.

Step-by-step explanation:

For each young adult, there are only two possible outcomes. Either they do not own a landline, or they do. The probability of an young adult not having a landline is independent of any other adult, which means that the binomial probability distribution is used to solve this question.

Binomial probability distribution

The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

In which [tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

And p is the probability of X happening.

The expected value of the binomial distribution is:

[tex]E(X) = np[/tex]

The standard deviation of the binomial distribution is:

[tex]\sqrt{V(X)} = \sqrt{np(1-p)}[/tex]

75% of all young adults between the ages of 18-35 do not have a landline in their homes and only use a cell phone at home.

This means that [tex]p = 0.75[/tex]

(a) On average, how many young adults do not own a landline in a random sample of 100?

Sample of 100, so [tex]n = 100[/tex]

[tex]E(X) = np = 100(0.75) = 75[/tex]

(b) What is the standard deviation of probability of young adults who do not own a landline in a simple random sample of 100?

[tex]\sqrt{V(X)} = \sqrt{np(1-p)} = \sqrt{100(0.75)(0.25)} = 4.33[/tex]

(c) What is the proportion of young adults who do not own a landline?

The estimation, of 75% = 0.75.

(d) What is the probability that no one in a simple random sample of 100 young adults owns a landline?

This is P(X = 100), that is, all do not own. So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 100) = C_{100,100}.(0.75)^{100}.(0.25)^{0} = 3.2 \times 10^{-13}[/tex]

[tex]3.2 \times 10^{-13}[/tex] probability that no one in a simple random sample of 100 young adults owns a landline.

(e) What is the probability that everyone in a simple random sample of 100 young adults owns a landline?

This is P(X = 0), that is, all own. So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{100,0}.(0.75)^{0}.(0.25)^{100} = 6.2 \times 10^{-61}[/tex]

[tex]6.2 \times 10^{-61}[/tex] probability that everyone in a simple random sample of 100 young adults owns a landline.

(f) What is the distribution of the number of young adults in a sample of 100 who do not own a landline?

Binomial, with [tex]n = 100, p = 0.75[/tex]

(g) What is the probability that exactly half the young adults in a simple random sample of 100 do not own a landline?

This is P(X = 50). So

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 50) = C_{100,50}.(0.75)^{50}.(0.25)^{50} = 4.5 \times 10^{-8}[/tex]

[tex]4.5 \times 10^{-8}[/tex] probability that exactly half the young adults in a simple random sample of 100 do not own a landline.

The height of a triangle is 2 times the base. The area is 4 square inches. Find the base.
The base of the triangle is
inches.

Answers

Answer:

2 Inches

Step-by-step explanation:

Area of a triangle = (1/2)* Base * Hight

lets consider the base of the triangle is X inches,

then, Hight of the triangle is 2X

Then the Area of the Angle is = (1/2)*X*2X

                                               4 = x^{2}

                                               X = 2

What are the possible degrees for the polynomial function?

Answers

Degrees of 6 or higher

Answer: Option 1

Degrees of 6 or greater

Answered by Gauthmath must click thanks and mark brainliest

Which graph represents the function h(x)=x+0.5

Answers

Answer:

The correct graph of h(x) will be number 3 (c).

Step-by-step explanation:

We have the function h(x) = |x| + 0.5

On putting x=0, in the function h(x), we get,  

h(0) = |0| + 0.5

h(0)=0 + 0.5

h(0)=0.5

Thus, the point (0,0.5) lie on the graph of h(x).

The graph that represents the function h(x) is graph (c)

How to determine the graph?

The equation is given as:

h(x) = |x| + 0.5

The above equation is an absolute value function

An absolute value function is represented as:

h(x) = a|x + h| + k

Where:

Vertex = (h,k)

By comparing h(x) = a|x + h| + k and h(x) = |x| + 0.5, we have:

h = 0 and k = 0.5

So, the vertex is (0,0.5)

The graph that has a vertex of (0,0.5) is graph (c)

Hence, the graph that represents the function h(x) is graph (c)

Read more about absolute value function at:

https://brainly.com/question/3381225

Solve.
x^2 - 9x + 3 = 0

x= or x=

Answers

Answer:

Step-by-step explanation:

x^2 - 9x + 3 = 0 is a quadratic whose coefficients are a = 1, b = -9 and c = 3.

Use the quadratic formula to solve it.

The discriminant, b^2 - 4ac, is 81 - 4(1)(3), or 81 - 12, or 69.

The roots are:

      -b ± √(discriminant)

x = -------------------------------

              2a

And these roots in this particular problem are:

      -(-9) ± √69                    9 ± √69

= ------------------------------- = ----------------

              2(1)                                2

Cual es el capital que prestado al 10% bimestral durante 6 meses y 10 días produce un interés de 1140

Answers

Respuesta:

3650

Explicación paso a paso:

Dado que :

Principal, P = capital prestado

Tasa anual, r = 10% * 6 = 60%

Interés = 1140

Periodo = 6 meses y 10 días = (6 * 30) +10 = 190 días

Conversión a años:

Periodo = 190/365

Usando la relación:

Interés = principal * tasa * tiempo

1140 = P * 60% * (190/365)

1140 = 0.3123287P

P = 1140 / 0,3123287

P = 3650

What is the discriminat of 2x+5x^=1

Answers

Answer:

don't know...........

It's 24 hope that's helps u out

A researcher records the repair cost for 27 randomly selected refrigerators. A sample mean of $60.52 and standard deviation of $23.29 are subsequently computed. Determine the 90% confidence interval for the mean repair cost for the refrigerators. Assume the population is approximately normal. Step 1 of 2 : Find the critical value that should be used in constructing the confidence interval. Round your answer to three decimal places.

Answers

Answer:

The critical value is [tex]T_c = 1.7056[/tex]

The 90% confidence interval for the mean repair cost for the refrigerators is ($52.875, $68.165).

Step-by-step explanation:

We have the standard deviation for the sample, which means that the t-distribution is used to solve this question.

The first step to solve this problem is finding how many degrees of freedom, we have. This is the sample size subtracted by 1. So

df = 27 - 1 = 26

90% confidence interval

Now, we have to find a value of T, which is found looking at the t table, with 26 degrees of freedom(y-axis) and a confidence level of [tex]1 - \frac{1 - 0.9}{2} = 0.95[/tex]. So we have T = 1.7056, which means that the critical value is [tex]T_c = 1.7056[/tex]

The margin of error is:

[tex]M = T\frac{s}{\sqrt{n}} = 1.7056\frac{23.29}{\sqrt{27}} = 7.645[/tex]

In which s is the standard deviation of the sample and n is the size of the sample.

The lower end of the interval is the sample mean subtracted by M. So it is 60.52 - 7.645 = $52.875.

The upper end of the interval is the sample mean added to M. So it is 60.52 + 7.645 = $68.165.

The 90% confidence interval for the mean repair cost for the refrigerators is ($52.875, $68.165).

Suppose that there are two internet service providers in Kabwe, Eyeconnect and Topconnect.
Currently, Eyeconnect has 180 000 customers and Topconnect has 120 000 customers.
Assume that, every year, 10% of the customer base of Eyeconnect switches to Topconnect
and 5% of the customer base of Topconnect switches to Eyeconnect. For the purposes of this
question, suppose no customer leaves a company without switching to the other one and no
company attracts customers that are not leaving the other (that is, the only changes in
customer base come from switching between the two companies).
a. Find the number of customers of Eyeconnect and Topconnect after one year.
b. Find the number of customers of Eyeconnect after many years.

Answers

Answer:

a. 168000 for Eyeconnect, 132000 for Topconnect

b. 100,000

Step-by-step explanation:

a.

Because the change in customers are only due to leaving companies, we can say that, after one year, Eyeconnect loses 10% of its customers to Topconnect and Topconnect loses 5% of its customers to Eyeconnect. This represents all changes in customers.

First, we can calculate how much Eyeconnect loses, which is 10% of 180,000 = 0.1 * 180,000 = 18,000 . They then have 180,000 - 18,000 = 162,000 employees

Next, Topconnect loses 120,000 * 5% = 120,000 * 0.05 = 6,000. They then have 120,000-6,000 = 114,000 employees

We can then add the customer amounts. Note that we are subtracting both sides before adding as both companies gain and lose customers simultaneously.

We can then add how much one company lost to the other company's customers.

Eyeconnect gains 6,000 customers, so they then have 162,000 + 6,000 = 168000 employees. Topconnect gains 18,000 customers so they then have 114,000 + 18,000 = 132,000 employees

b.

After many years, the number of customers Eyeconnect has will be less than the number of customers that Topconnect has. One way to find the end amount of customers that Eyeconnect has is to figure out when the customer bases even out, or when Eyeconnect loses the same amount of customers as Topconnect so the customer base stays the exact same. We know that no customers leave or join the companies except to leave/join the other, so the total amount of customers between the two companies stays the exact same. The amount of customers is 180,000 + 120,000 = 300,000. Therefore, at the end amount,

Eyeconnect customers (E) + Topconnect customers (T) =300,000

Furthermore, if the amount of customers that leave Eyeconnect is the same that leaves Topconnect, we can say

E * 0.1 = T * 0.05

divide both sides by 0.05 to isolate the T

E * 0.1 / 0.05 = T

2 * E = T

plug that into the first equation

E + 2 * E = 300,000

3 * E = 300,000

divide both sides by 3 to isolate E

E = 100,000 after many years

Write an algebraic expression that represents three less than the square of a number k.

Answers

Answer:

2k-3

Step-by-step explanation:

the square of k is k times k so 2k (two times k) and less than three means minus three.

need help on this math problem​

Answers

Answer:

[tex]-5, 18, \sqrt{13}[/tex]

Step-by-step explanation:

We can solve the first equation, f of -3. The value of the function f is [tex]\frac{1+x^2}{x+1}[/tex], and plugging in -3 gets us [tex]\frac{1+9}{1-3}[/tex], this results in 10 divided by negative 2, which is negative 5.

Now, we must solve g of negative one third. The function g is defined as [tex]|9x-15|[/tex]. Plugging in negative one third into the question gets us [tex]|9(-\frac{1}{3})-15|[/tex]

9 times negative one third is -3, and -3 minus 15 is -18. The absolute value of -18 is 18.

Now, we must solve h of negative 2, and h is defined as [tex]\sqrt{-3-8x}[/tex]. Plugging in negative 2, we have [tex]\sqrt{-3-8(-2)}[/tex]. Negative 8 times negative 2 is positive 16, and 16 minus 3 is 13. The answer is the square root of 13

How much bigger is the Sum of first 50 even numbers than the sum of first 50 odd numbers?

Answers

Answer:

50

Step-by-step explanation:

Sum Even numbers

n = 50

d = 2

a1 = 2

The last number is

an = a1 + (n-1)d

an = 2 + (50 - 1)*2

an = 2 + 49 * 2

an = 2 + 98

an = 100

Sum of the even numbers

Sum = (a1 + a50)*n/ 2

Sum = (2 + 100)*50/2

sum = 102 * 25

sum = 2550

Sum of the first 50 odd numbers

a1 = 1

n = 50

d = 2

l = ?

Find l

l = a1 + (n - 1)*2

l = 1 + 49*2

l = 99

Sum

Sum = (1 + 99)*50/2

Sum = 2500

The difference and answer is 2550 - 2500  = 50

Find the missing length in the image below

Answers

Answer:

1 length ityoughkdds hshlkb

Let it be x

[tex]\\ \sf\longmapsto \dfrac{x}{10}=\dfrac{3}{6}[/tex]

Use cross multiplication

[tex]\\ \sf\longmapsto 6x=10(3)[/tex]

[tex]\\ \sf\longmapsto 6x=30[/tex]

[tex]\\ \sf\longmapsto x=\dfrac{30}{6}[/tex]

[tex]\\ \sf\longmapsto x=5[/tex]

Find the length of the arc. Round your answer to the nearest tenth​

Answers

Answer:

12.6 mi

Step-by-step explanation:

Arc length = 2πr (Θ/360)

2π(12) (60/360)

= 12.6 mi

Answered by g a u t h m a t h

Can someone please help

Answers

Answer:

-2 <× <35

i hop i helped you sold the question

In an episode of the old school version of the game show Family Feud, 43 out of a random sample of 100 people said they pick their noses at red lights. Find a 95% confidence interval of the proportion of all people who pick their noses at red lights. Be sure to interpret your answer

Answers

Answer:

[tex]P_{95\%}=(0.333,0.527)[/tex]

Step-by-step explanation:

From the question we are told that:

Sample size [tex]n=100[/tex]

Selected sample [tex]x=43[/tex]

Confidence Interval [tex]CI=95\%[/tex]

Significance Level [tex]\alpha=0.05[/tex]

Probability of picking nose is

[tex]P=\frac{x}{n}[/tex]

[tex]P=\frac{43}{100}[/tex]

[tex]P=0.43[/tex]

Generally the equation for standard error is mathematically given by

[tex]S.E=\sqrt{p*(1-p)}{n}[/tex]

[tex]S.E=\sqrt{0.4*(1-0.57)}{100}[/tex]

[tex]S.E=0.0495[/tex]

Therefore

The proportions 95\% interval is

[tex]P_{95\%}=[P-1.96x SE(P),P+1.96*SE(P)][/tex]

[tex]P_{95\%}=(0.43-1.96*0.0495,0.43+1.96*0.045)[/tex]

[tex]P_{95\%}=(0.333,0.527)[/tex]

USE THE PRESENT VALUE FORMULA TO CALCULATE THE AMOUNT OF MONEY THAT MUST BE INVESTED NOW AT 9% ANNUALLY COMPOUNDED QUARTERLY TO OBTAIN 1,000 IN 4 YEARS.

Answers

Answer:

The amount of money that must be invested is $252.

Step-by-step explanation:

Present value formula:

The present value formula is given by:

[tex]P = \frac{F}{(1+r)^n}[/tex]

In which:

P is the present value.

F is the future value.

r is the interest rate.

n is the number of periods.

9% ANNUALLY

This means that [tex]r = 0.09[/tex]

COMPOUNDED QUARTERLY TO OBTAIN 1,000 IN 4 YEARS.

Obtain 1000 means that [tex]F = 1000[/tex]

Compounded quarterly in 4 years, so 4*4 = 16 periods and [tex]n = 16[/tex].

Amount of money that must be invested:

[tex]P = \frac{F}{(1+r)^n}[/tex]

[tex]P = \frac{1000}{(1+0.09)^{16}}[/tex]

[tex]P = 252[/tex]

The amount of money that must be invested is $252.

6 times the sum of 5 and K​

Answers

Answer:

6(5+k)

Step-by-step explanation:

The sum of 5  and k

5+k

6 times the sum

6(5+k)

please help me with this

Answers

4x-4+12=20°+35°4x+8=55°4x=55°-84x=47°x=47÷4x=11.75x=12

or

4x-4=124x=12+44x=16x=16÷4x=4

please mark this answer as brainlist

identify an equation in point slope form for the line perpendicular to y=5x=2 that passes through (-6,-1)

Answers

Answer:

y=-1/5x-11/5

Step-by-step explanation:

perpendicular, product of both gradients = -1

hence, slope = -1/5

y=-1/5x+c

sub y=-1, x=-6

-1=-1/5(-6)+c

c = -1-6/5=-11/5

y=-1/5x-11/5

h is a trigonometric function of the form h(x)=a sin(bx+c)+d. Below is the graph h(x). The function intersects its midline at (-pi,-8) and has a maximum point at (pi/4, "-1.5)." Find a formula for h(x). Give an exact expression.

Answers

Answer:

6.5sin(.04x+.4pi)-8

The function intersects its midline at (-pi,-8) and has a maximum point at (pi/4, "-1.5). The  final equation is h(x) = 4 sin(2x +  π /2) + 3.

What is a function?

A function is defined as a relation between the set of inputs having exactly one output each.

The function intersects its midline at (3π/4, 3) then the midline is d= 3.

The amplitude is just the positive distance between the maximum/minimum and the midline,

so the amplitude a = 7 - 3 = 4

Also, given that period is 2π/b and the fact that the period is π from our given maximum,

we have the equation 2π/b= π where b = 2

we know that the phase shift, -c/b is - π/4 (or  to the left)

since -π /4. Therefore, c = π /2.

our final equation is

h(x) = 4 sin(2x +  π /2) + 3.

Learn more about function;

https://brainly.com/question/23483920

#SPJ2

A real estate agent has 1717 properties that she shows. She feels that there is a 60`% chance of selling any one property during a week. The chance of selling any one property is independent of selling another property. Compute the probability of selling no more than 55 properties in one week. Round your answer to four decimal places.

Answers

Answer:

[tex]P(x \le 5) = 0.0110[/tex]

Step-by-step explanation:

Given

[tex]n = 17[/tex] -- number of properties

[tex]p = 60\%[/tex] --- probability of selling a property

Required

[tex]P(x \le 5)[/tex]

The question is an illustration of binomial probability, and it is calculated using:

[tex]P(x ) = ^nC_x * p^x * (1 - p)^{n-x}[/tex]

So, we have:

[tex]P(x \le 5) = P(x = 0) +P(x = 1) +P(x = 2) +P(x = 3) +P(x = 4) +P(x = 5)[/tex]

[tex]P(x=0 ) = ^{17}C_0 * (60\%)^0 * (1 - 60\%)^{17-0} = 1.71798692*10^{-7}[/tex]

[tex]P(x=1 ) = ^{17}C_1 * (60\%)^1 * (1 - 60\%)^{17-1} = 0.00000438086[/tex]

[tex]P(x=2 ) = ^{17}C_2 * (60\%)^2 * (1 - 60\%)^{17-1} = 0.00005257039[/tex]

[tex]P(x=3 ) = ^{17}C_3 * (60\%)^3 * (1 - 60\%)^{17-3} = 0.00039427799[/tex]

[tex]P(x=4 ) = ^{17}C_4 * (60\%)^4 * (1 - 60\%)^{17-4} = 0.00206995948[/tex]

[tex]P(x=5 ) = ^{17}C_5 * (60\%)^5 * (1 - 60\%)^{17-5} = 0.008072842[/tex]

So, we have:

[tex]P(x \le 5) = 1.71798692*10^{-7}+0.00000438086+0.00005257039+0.00039427799+0.00206995948+0.008072842[/tex]

[tex]P(x \le 5) = 0.01059420251[/tex]

[tex]P(x \le 5) = 0.0110[/tex]

Megan and Suzanne each have a plant. They track the growth of their plants for four weeks.
Whose plant grew at a faster rate, and what was the rate?

Suzanne’s at 2 inches per week
Suzanne’s at 1.5 inches per week
Megan’s at 3 inches per week
Megan’s at 2.5 inches per week

Answers

Answer:

Megan’s at 2.5 inches per week

I want to know how to solve this equation

Answers

9514 1404 393

Answer:

  B

Step-by-step explanation:

To find the inverse of y = f(x), solve the equation x = f(y) for y. For these functions, that's about the easiest way to do it.

  A. x = ∛(3y)   ⇒   x³ = 3y   ⇒   x³/3 = y . . . . . does not match g(x)

  B. x = 11y -4   ⇒   x +4 = 11y   ⇒   (x +4)/11 = y . . . . matches g(x)

  C. x = 3/y -10   ⇒   x +10 = 3/y   ⇒   3/(x+10) = y . . . . does not match g(x)

  D. x = y/12 +15   ⇒   x -15 = y/12   ⇒   12(x -15) = y . . . . does not match g(x)

_____

Additional comment

This is repeated application of the "solve for ..." process. In general, that process "undoes" what is "done" to the variable. The order of operations can tell you the order of the things that are done. The undoing is in the reverse order.

You need to be completely comfortable with the properties of equality (addition, subtraction, multiplication, division), and you need to understand the inverse functions of the functions we usually use: (powers, roots), (exponentials, logarithms), (trig functions, inverse trig functions). Of course, the inverse of addition is subtraction; the inverse of multiplication is division.

__

Above, we used a "shortcut" a couple of times:

  a = b/c   ⇒   c = b/a . . . . . equivalent to multiplying both sides by c/a.

Select the correct answer. Shape 1 and shape 2 are plotted on a coordinate plane. Which statement about the shapes is true? A. Shape 1 and shape 2 are not congruent. B. A translation will prove that shape 2 is congruent to shape 1. C. A rotation and a translation will prove that shape 2 is congruent to shape 1. D. A reflection, a rotation, and a translation will prove that shape 2 is congruent to shape 1.

Answers

Answer:

Since I cant say which answer due to no graph, I'll tell you How to do so.

Step-by-step explanation:

if it is A, then the there is at least one angle or line length that is not the same. To find the area of a grided shape, use the traingle theorm of a^2+b^2=c^2.

if it is B, that meants moving the shape to the other will result in a perfect fit. Be sure to find if all side lengths are the same as that means that the shape IS congrouent, as equal side length means equal angles. However, it will not be this choice if the shape is mirrored to the other

A rotation and tranlastion means it is flipped either upside down or up and moved to the shape.

D, a reflection, which means its the opposite. Like a mirrored shape. Then you move it.

HELP!!!!!!!!!!!!!!!!!!!
Calculate the future value of $2,500.00, earning interest at a rate of 2 1/2% that is compounded quarterly for 4 years.

A) $3,711.26


B) $2,563.09


C) $2,762.07


D) $5,910,086.00

Answers

Answer:

C) $2,762.07

you can use a compound interest calculator to find the answer

Other Questions
A rocket is fired upward with an initial velocity v of 100 meters per second. The quadratic function S(t)=-5t^2+100t can be used to find the height s of the rocket, in meters, at any time t in seconds. Find the height of the rocket 7 seconds after it takes off. During the course of its flight, after how many seconds will the rocket be at a height of 450 meters? find the perimeter of the polygon please give me correct answer To mix weed killer with water correctly, it is necessary to mix 18 teaspoons of weed killer with 3 gallons of water. How many gallons of water are needed to mix with the entire box if it contains 24 teaspoons of weed killer Quentin's faith teaches that God commands everyone to give at least ten percent of their income to the poor. Quentin usually gives fifteen percent. According to divine command theory, Quentin's action is __________. obligatory supererogatory impermissible neutral You view tea and scones as perfect complements, and you prefer to consumer one cup of tea with one scone. Also, your indifference curves are plotted with tea on the vertical axis. If you presently have two cups of tea and one scone, what this the marginal rate of substitution (MRS) at this point A publisher reports that 54% of their readers own a personal computer. A marketing executive wants to test the claim that the percentage is actually different from the reported percentage. A random sample of 200 found that 44% of the readers owned a personal computer. Is there sufficient evidence at the 0.10 level to support the executive's claim An actin-binding protein called cofilin binds preferentially to ADP-containing actin filaments rather than ATP-containing actin filaments. Based on this preference, which is true? Question 7 options: Cofilin binds to the plus ends of treadmilling actin filaments. Cofilin competes with profilin for binding to actin. Cofilin binds to older actin filaments. Cofilin binds to the plus ends of actin filaments. Hello please I really need help with this please help me with this please please The United States policy of containment after World War II was intended to prevent Communism from spreading beyondA) the middle eastB) south americaC) eastern europeD) western europe 1. How do technology use science knowledge? The Gilded Age was characterized byAll of these answers.a rapid increase in real wages, wealth, GDP, and capital formation.destruction of the Plains Indians and hardening discrimination against African Americans.rapid economic, technological, political, and social transformation. Which part of the dictionary entry shows the pronunciation of the word whelp?\ (h)welp \verba young boy or girlnoun Evaluate the expression when x=-6.x^2-9x+4 4. . 2 . . Professor Tromborg would like to purchase new speakers. Unfortunately, he lives with a cat (F. catus) who insists on using his speakers for scratching posts. Interestingly, during its kittenhood, this cat was raised in an environment devoid of all visual stimuli except horizontal stripes. Consequently, if professor Tromborg wishes to purchase speakers which his rotten cat will have difficulty seeing, he should not __________:a. obtain speakers with horizontally striped grillecloths. b. obtain speakers with vertically striped grillecloths.c. obtain speakers with polka-dot grillecloths.d. get a groundsquirrel. The time it takes me to wash the dishes is uniformly distributed between 8 minutes and 17 minutes.What is the probability that washing dishes tonight will take me between 14 and 16 minutes?Give your answer accurate to two decimal places. A cylinder that is 18 cm tall is filled with water. If a hole is made in the side of the cylinder, 5.0 cm below the top level. Assume that the cylinder is large enough so that the level of the water in the cylinder does not drop significantly. How far will the stream land from the base of the cylinder? define cerebral action According to the information-processing theorists, _____ refers to the hardware, whereas _____ refers to the software of the human memory system. Group of answer choices the positive bias of memory; the serial position effect the serial position effect; learned memory strategies the brain structures involved in memory; learned memory strategies