pleaseee help meeee For questions 9 - 10, answer the question about inverses. 9. The function m(d) below relates the miles Bob can drive his rental car and the numbers of dollars it will cost. 10. The function a(h) below relates the area of a triangle with a given base 7 and the height of the triangle. It takes as input the number of dollars spent and returns as output the number of miles. It takes as input the height of the triangle and returns as output the of the triangle. m(d) = 40(d- 35) ain= Write the equation that represents the inverse function, d(m), which takes the number of miles driven, m, as input and returns the number of dollars owed, d. Write the equation that represents inverse function, h(a), which takes triangle's area as input and returns height of the triangle.

Pleaseee Help Meeee For Questions 9 - 10, Answer The Question About Inverses. 9. The Function M(d) Below

Answers

Answer 1

First problem:

Find the inverse of the function

m = 40 (d - 35)

Recall that for the inverse function we need to solve for d in terms of m (reverse the dependence), so we proceed to isolate d on the right hand side of the equation:

divide both sides by 40

m/40 = d - 35

now add 35 to both sides:

m/40 + 35 = d

The inverse function (dollars in terms of miles) is given then by:

d(m) = 1/40 m + 35

Second problem:

a = 7 * h / 2

in order to find the inverse function (as h in terms of a) we solve for h on the right hand side of the equation as shown below:

multiply both sides by 2:

2 * a = 7 * h

now divide both sides by 7 in order to isolate h on the right

2 a / 7 = h

So our inverse function of height in terms of area is given by:

h(a) = (2 a) / 7


Related Questions

4) The half-life of a medication is the amount of time for half of the drug to be eliminated from the body. The half-life of Advil or ibuprofen is represented by the equation 2 ) 5 . 0 ( t M R = , where R is the amount of Advil remaining in the body, M is the initial dosage, and t is time in hours.

Answers

Based on the half-life, 35.36 mg will remain at 6:00P PM in the body

The amount of the medication that will remain at 6:00P PM?

The details that complete the question are added as an attachment


From the question, we have

Initial dosage = 200 mg

This means that

M = 200

Also, we have

Initial time =1 : 00 pm

This means that the number of hours, is

n = 6pm - 1pm

n = 5

Recall that the function is given as

R = M(0.5)ⁿ/²

So, we have the following equation

R = 200 x (0.5)⁵/²

Evaluate the quotient of the exponents

So, we have the following equation

R = 200 x (0.5)².⁵

Evaluate the products

R = 35.36 mg

Using the above computation as a guide, we have the remaining amount to be 35.36 mg

Hence, the amount of the medication that will remain at 6:00P PM is 35.36 mg

Read more about half life at

https://brainly.com/question/14407764

#SPJ1

I need help with my math homework question please. Plus it has a second part of the question

Answers

The given quadratic equation is

y = - x^2 + 25

a) The leading coeffiecient is the coefficient of the term with the highest exponent. Thus, the leading coefficient is the coefficient of x^2.

Leading coefficient = - 1

Since the leading coefficient is negative, the graph would open downwards. Thus, the correct option is

Down

b) The standard form of a quadratic equation is

y = ax^2 + bx + c

By comparing both equations,

a = - 1

b = 0

c = 25

The formula for calculating the x coordinate of the vertex of the graph is

x = - b/2a

By substituting the given values,

x = - 0/2 * - 1 = 0

We would calculate the y coordinate of the vertex by substituting x = 0 into the original equation. We have

y = - 0^2 + 25

y = 25

The coordinate of the vertex is (0, 25)

c) To find the x intercepts, we would equate the original equation to zero and solve for x. We have

- x^2 + 25 = 0

x^2 = 25

Taking the square root of both sides,

x = square root of 25

x = ± 5

Thus, the x intercepts are

(5, - 5)

d) The y intercept is the value of y when x = 0

Substituting x = 0 into the orignal equation,

y = - 0^2 + 25

y = 25

y intercept = (0, 25)

e) We would find another point on the graph. Let us substitute x = 6 into the equation. We have

y = - (6)^2 + 25 = - 36 + 25

y = - 11

We would plot (6, - 11) and (0, 25) on the graph. The graph is shown below

2,000 deposit,compound interest,compounded anually,at 6% for 2 years. What is the total balance(A=Principal+Interest)?

Answers

Given a principal P, compounded anually at r% for t years. Then the

What is the solution to the equation below?A.x = -1B.x = 0C.x = -5D.x = 3

Answers

Explanation

We must solve the following equation for x:

[tex]x+3=\sqrt{3-x}[/tex]

We can square both sides of the equation so we can get rid of the radical:

[tex]\begin{gathered} (x+3)^2=(\sqrt{3-x})^2 \\ (x+3)^2=3-x \end{gathered}[/tex]

We expand the squared binomial on the left:

[tex]\begin{gathered} (x+3)^2=x^2+6x+9=3-x \\ x^2+6x+9=3-x \end{gathered}[/tex]

Then we substract (3-x) from both sides:

[tex]\begin{gathered} x^2+6x+9-(3-x)=x-3-(3-x) \\ x^2+6x+9+x-3=0 \\ x^2+7x+6=0 \end{gathered}[/tex]

Then we have to find the solutions to this last equation. Remember that the solutions to an equation of the form ax²+bx+c have the form:

[tex]x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}[/tex]

In our case a=1, b=7 and c=6 so we get:

[tex]\begin{gathered} x=\frac{-7\pm\sqrt{7^2-4\cdot1\cdot6}}{2\cdot1}=\frac{-7\pm\sqrt{49-24}}{2}=\frac{-7\pm\sqrt{25}}{2}=\frac{-7\pm5}{2} \\ x=\frac{-7+5}{2}=-1\text{ and }x=\frac{-7-5}{2}=-6 \end{gathered}[/tex]

So we have two potential solutions x=-1 and x=-6. However we should note something important, in the original equation we have the term:

[tex]\sqrt{3-x}[/tex]

Remember that the result of the square root is always positive. Then the term in the left of the expression has to be positive or 0. Then we impose a restriction in the value of x:

[tex]x+3\ge0\rightarrow x\ge-3[/tex]

From the two possible solutions only x=-1 is greater than or equal to -3 so this is the correct one.

Answer

Then the answer is option A.

Need answer if you could show work would be nice

Answers

In the  Polynomial  function  f(x)= [tex]2x^{3} -11x^{2} -12x+36 =0 then[/tex]

So all the zeros of f(x) algebraically

[tex]\mathrm{f}(\mathrm{x}) \ are\ \mathrm{x}=-2, \mathrm{x}=\frac{3}{2}, \mathrm{x}=6$[/tex].

Step: 1

Given[tex]$f(x)=2 x^3-11 x^2-12 x+36$and $f(6)=0 \Rightarrow(x-6)$ is factor of $f(x)$now $f(x)=2 x^3-11 x^2-12 x+36$$$[/tex]

[tex]\begin{aligned}&\Rightarrow \mathrm{f}(\mathrm{x})=\left(2 \mathrm{x}^2-12 \mathrm{x}^2\right)+\left(\mathrm{x}^2-\right. \\&\Rightarrow \mathrm{f}(\mathrm{x})=2 \mathrm{x}^2(\mathrm{x}-6)+(\mathrm{x}-6)^2 \\&\Rightarrow \mathrm{f}(\mathrm{x})=(\mathrm{x}-6)\left(2 \mathrm{x}^2+\mathrm{x}-6\right)\end{aligned}$$[/tex]

Step: 2

Now consider [tex]$2 x^2+x-6=2 x^2+4 x-3 x-6$$$\begin{aligned}&\Rightarrow 2 x(x+2)-3(x+2) \\&\Rightarrow 2 x^2+x-6=(2 x-3)(x+2)\end{aligned}$$[/tex]

[tex]$5 \circ f(x)=(x-6)\left(2 x^2+x-6\right)$$$\Rightarrow \mathrm{f}(\mathrm{x})=(x-6)(2 \mathrm{x}-3)(\mathrm{x}+2)$$[/tex]

Step: 3

so for finding zeros of

[tex]$f(x) \rightarrow f(x)=0$$$\Rightarrow(x-6)(2 x-3)(x+2)=0$$$$\Rightarrow(x-6)=0 ;(2 x-3)=0 ;(x+2)=0$$[/tex]

[tex]$$\Rightarrow x=6, x=\frac{3}{2} ; x=-2$$[/tex]

Explanation: Please refer to solution in this step.

Answer:

So required zeros of

[tex]\mathrm{f}(\mathrm{x}) \ are\ \mathrm{x}=-2, \mathrm{x}=\frac{3}{2}, \mathrm{x}=6$[/tex]

What is polynomial function?

A polynomial consists of two words, poly and nominal. "Poly" means many and "nomial" means  term, and so when  combined, polynomials can be said to be "algebraic expressions with many terms." Let's go ahead and start by defining polynomial functions and their types.

The polynomial function in standard form is:

f(x) =  [tex]a_{n}x^{n} +a_{n-1} x^{n-1} +.....a_{2} x^{2} +a_{1} x+a0[/tex]

This algebraic expression is called a polynomial function of the variable x. The name of a polynomial is determined by the number of terms it contains.

The three most common polynomials we usually encounter are

monomial binomial trinomial

To learn more about polynomial function, refer;

https://brainly.com/question/12976257

#SPJ13

Two cyclists, 108 miles apart, start riding toward each other at the same time. One cycles 2 times asfast as the other. If they meet 4 hours later, what is the speed (in mi/h) of the faster cyclist?

Answers

Initial distance: 108 miles

We know that they start riding toward each other, and one of them is 2 times as fast as the other. Then, if the speed of the slowest is v, the speed of the faster cyclist is 2v. The combined speed is:

[tex]v_T=v+2v=3v[/tex]

The speed and the distance are related by the equation:

[tex]V=\frac{D}{t}[/tex]

They meet 4 hours later, thus:

[tex]\begin{gathered} D=108 \\ t=4 \end{gathered}[/tex]

Finally, using the previous equation:

[tex]\begin{gathered} 3v=\frac{108}{4} \\ \Rightarrow v=9\text{ mi/h} \end{gathered}[/tex]

The speed of the faster cyclist (2v) is 18 mi/h.

Given f(x)=3x+2 find f(-4)

Answers

Step-by-step explanation:

i think it will satisfied you

please mark me as brainlist

Describe a situation that can be represented by the expression –15 + 8.

Answers

Answer:

-7

Step-by-step explanation:

Tiger Woods was 15 under par after the third round of a golf tournament, but was 8 over par for the fourth round. So, his score for the entire tournament was -15 + 8 = -7 (That is, 7 under par).

Event A, Event B, and Event Care provided. Event A and Event B aremutually exclusive. Event A and Event C are not mutually exclusive.P(A) = 0.45P(B) = 0.30P(C) = 0.25What is the probability of the union of A and B?

Answers

Given data:

The probability of A is P(A)=0.45.

The probability of B is P(B)=0.30.

The expression for the mutually exclusive events is,

[tex]P(A\cap B)=0[/tex]

The expression for the probability of A union B is,

[tex]\begin{gathered} P(A\cup B)=P(A)+P(B)-P(A\cap B) \\ =0.45+0.30-0 \\ =0.75 \end{gathered}[/tex]

Thus, the probability of (AUB) is 0.75.

discriminant for 2n^2+8n+1=-7

Answers

The given equation is

[tex]\begin{gathered} 2n^2+8n+1=-7 \\ 2n^2+8n+1+7=0 \\ 2n^2+8n+8=0 \end{gathered}[/tex]

Where a = 2, b = 8, and c = 8.

The discriminant formula is

[tex]D=b^2-4ac[/tex]

Let's replace the values

[tex]D=(8)^2-4(2)(8)=64-64=0[/tex]The equation has one real solution.

use the graph to complete the ordered pair solution (0,_) for f.

Answers

we must look the value of the graph when x=0

the graph trought x=0 when y=-1 so, the point is

[tex](0,-1)[/tex]

Determine the shape when the following points are graphed one a coordinate plane. A(-3, 1), B(2, 1), C(2, 4), D(-3, 4)

Answers

The given points are A(-3, 1), B(2, 1), C(2, 4), D(-3, 4).

The image below shows the figure formed by these points.

As you can observe, the shape formed by the given points is a rectangle with dimensions 5 times 3.

Therefore, the answer is "rectangle".

if an above ground graden is the shape of triangular pyramid measuring.the base is a right triangle with adjacent lengths measuring 5feet and 8feet. the height of the pyramid is 1.5feet. the organic soil cost $1.20 per cubic foot. how much will it cost to fill the graden fully

Answers

Solution

The volume for a triangular pyramid is given by:

[tex]V=\frac{1}{3}Bh[/tex]

And the Base is given by:

[tex]B=\frac{1}{2}(5)(8)[/tex]

And since h= 1.5 ft we have this:

[tex]V=\frac{1}{6}(5\cdot8)\cdot1.5ft^3=10ft^3[/tex]

And then we can find the total cost like this:

[tex]C=10ft^3\cdot\frac{1.2\text{ dollars}}{1ft^3}=12dollars[/tex]

Then the final answer would be 12$

ind the value of x. Round to the nearest tenth. The diagram is not drawn to scale.

Answers

ANSWER

x = 10.2

EXPLANATION

In this problem, we are given a right triangle: one of its non-right interior angles measures 22°. We know that the length of the hypotenuse is 11 units long and we have to find the length of the side adjacent to the given angle, x.

With the given information, we can use the cosine of the angle to find the missing value,

[tex]\cos\theta=\frac{adjacent\text{ }leg}{hypotenuse}[/tex]

In this problem,

[tex]\cos22\degree=\frac{x}{11}[/tex]

Solving for x,

[tex]x=11\cdot\cos22\degree\approx10.2[/tex]

Hence, the value of x is 10.2, rounded to the nearest tenth.

A number cube is rolled once, {1,2,3,4,5,6)Determine the likelihood of each situation,Column AColumn B1.rolling an even numbera. unlikely2.rolling a 7b. impossible3.rolling a number greater than 0Ccertain4.rolling a number that is greater than 2d. likely5.rolling a 2 or 3e equally likely

Answers

The likelihood of the following situations:

1. rolling an even number is likely.

2. rolling a 7 is impossible.

3. rolling a number greater than 0 is certain.

4. rolling a number that is greater than 2 is likely.

5. rolling a 2 or 3 is equally likely

can anyone help me?
solve using system of linear equations using elimination

x – y - 3z = 4
2x + 3y – 3z = -2
x + 3y – 2z = -4

Answers

The values of the variables are x = 2, y = -2 and z =0

How to solve the system of equations?

From the question, the system of equations is given as

x – y - 3z = 4

2x + 3y – 3z = -2

x + 3y – 2z = -4

Subtract the second equation from the third

This action will eliminate (y)

So, we have

x + 3y – 2z = -4 - (2x + 3y – 3z = -2)

Evaluate

-x + z = -2

Make x the subject

x = z + 2

Substitute x = z + 2 in x – y - 3z = 4 and x + 3y – 2z = -4

z + 2 – y - 3z = 4

z + 2 + 3y – 2z = -4

Evaluate

-2z - y = 2

-z + 3y = -6

Double -z + 3y = -6

-2z + 6y = -12

Subtract -2z + 6y = -12 from -2z - y = 2 to eliminate z

7y = -14

Divide

y = -2

Substitute y = -2 in -z + 3y = -6

-z + 3(-2) = -6

Evaluate

-z - 6 = -6

Evaluate

z = 0

Recall that x – y - 3z = 4

So, we have

x + 2 - 3(0) = 4

Evaluate

x = 2

Hence, the solution is x = 2, y = -2 and z =0

Read more about system of equations at

https://brainly.com/question/13729904

#SPJ1

If lines L=4x and M=x are perpendicular, what is the value of x?

Answers

Those angles are complementary, therefore, we can conclude:

[tex]\begin{gathered} 4x+x=90 \\ add_{\text{ }}like_{\text{ }}terms: \\ 5x=90 \\ Solve_{\text{ }}for_{\text{ }}x: \\ x=\frac{90}{5} \\ x=18 \end{gathered}[/tex]

Answer:

x = 18

Look at the photograph and if you need anything let me know

Answers

Observe that the triangles have one pair of congruent angles, and two pair of congruent sides. This means we can demonstrate the congruence using SAS postulate, that is, Side-Angle-Side.

Therefore, the answer is the first option.

Tank A contains a mixture of 10 gallons of water and 5 gallons of pure alcohol tank b has 12 gallons of what and 3 gallons of alcohol how many gallons should be taken from each tank and combiend in order to obtain 8 gallons of a solution countaning 25% alcohol

Answers

The volume from tanks A and B are taken as 3 and 5 gallons respectively.

Here,
Let the volume taken from tank A and tank B be x and y.
According to the question,
x + y = 8 - - - - - (1)
And
Composition of the alcohol in Tank A = 1/3
Composition of the alcohol in tank B =  1 /5
x / 3 + y / 5 = 8 / 4
5x + 3y = 30
From equation 1
5(y8 - y) + 3y = 30
-5y + 40  + 3y = 30
-2y = -10
y = 5
Now, put y in equation 1
x = 8 - 5
x = 3

Thus, the Volume from tanks A and B are taken as 3 and 5 gallons respectively.

Learn more about Volume here:

https://brainly.com/question/1578538

#SPJ1

how to find a volume of a cylinder that has a radius of 10 and a base of 4 Khan academy

Answers

Question:

Find a volume of a cylinder:

Solution:

Remember that the volume of the cylinder with radius r and height h is given by the following formula:

[tex]V\text{ = }\pi r^2h[/tex]

then, replacing the data of the problem into the previous equation, we get:

[tex]V\text{ = }\pi(4^2)(10)\text{ = 3.14 (16)(10) = 502.4}[/tex]

thus, we can conclude that the correct answer is:

[tex]V\text{ = 502.4}[/tex]

What is 2 2/3 - 3/5? 7/154 4/152 1/15 1 2/5

Answers

[tex]\begin{gathered} 2\text{ }\frac{2}{3}-\frac{3}{5}=\frac{8}{3}-\frac{3}{5} \\ \frac{8}{3}-\frac{3}{5}=\frac{40-9}{15}=\frac{31}{15}=2\text{ }\frac{1}{15} \end{gathered}[/tex]

Short steps pleaseFind the mean and variance of the binomial experiment in which n 5 and p 0.7. a. Mean b. Variance

Answers

Given

n= 5

p = 0.7

Find:

a. mean

b. variance

sol:

Mean d

[tex]\begin{gathered} mean\text{ =n}\times\text{p} \\ \\ \text{ = 5}\times\text{0.7} \\ \\ \text{ =3.5} \end{gathered}[/tex][tex]\begin{gathered} variance=np(1-p) \\ \\ =\text{ }5\times0.7(1-0.7) \\ \\ =3.5(0.3) \\ \\ =1.05 \\ \\ \end{gathered}[/tex]

I only need help for letter b, the question is on the picture

Answers

Part B

Remember that

z =(x - μ)/(σ/√n)

where

n=21

we have

μ=1,700

σ=200

For X=1,500

Find out the value of Z1

Z1=(1,500-1,700)/(200/√21)

Z1=-4.5826

For X=1,900

Z2=(1,900-1,700)//(200/√21)

Z2=4.5826

Using a z-score table value

P(1,500therefore

The answer is 21 out of 21

Out of 3500 students at a college 1760 are enrolled in a computer class. What is the per cent of students taking the computer class?

Answers

Using percentages we can conclude that 50.2% of students are taking a computer class.

What is the percentage?A value or ratio that may be stated as a fraction of 100 is referred to as a percentage in mathematics. If we need to calculate a percentage of a number, we should divide it by its entirety and then multiply it by 100. By dividing the value by the entire value and multiplying the result by 100, one may determine the percentage. The percentage calculation formula is (value/total value)100%.

So, the percentage of students taking computer classes:

The total number of students is 3500.The number of students enrolled in a computer class is 1760.

Now, calculate as follows:

1760/3500 × 1000.502 × 10050.2

Therefore, using percentages we can conclude that 50.2% of students are taking a computer class.

Know more about percentages here:

https://brainly.com/question/9553743

#SPJ13

(−1/2x+7/10)−(−3/4x−1/5)

Answers

The expression (−1/2x + 7/10) − (−3/4x − 1/5) has a value of  1/4x + 9/10 when simplified

How to evaluate the expression?

From the question, the expression is given as

(−1/2x+7/10)−(−3/4x−1/5)

Rewrite the expression properly to  make it legible

So, we have

(−1/2x + 7/10) − (−3/4x − 1/5)

Expression the above parameter as an equation

This is represented as

(−1/2x + 7/10) − (−3/4x − 1/5) = (−1/2x + 7/10) − (−3/4x − 1/5)

Open the brackets

So, we have the following equation

(−1/2x + 7/10) − (−3/4x − 1/5) = −1/2x + 7/10 + 3/4x + 1/5

Collect the like terms in the equation

(−1/2x + 7/10) − (−3/4x − 1/5) = 3/4x − 1/2x + 7/10  + 1/5

Evaluate

(−1/2x + 7/10) − (−3/4x − 1/5) = 1/4x + 9/10

The expression cannot be further simplified

Hence, the solution to the expression (−1/2x + 7/10) − (−3/4x − 1/5) is 1/4x + 9/10

Read more about expression at

https://brainly.com/question/723406

#SPJ1

In the figure below, ZYZA and _YZX are right angles and _XYZ and ZAYZ arecongruent. Which of the following can be concluded about the distance frompoint A from point Z using Thales's method?O A. The distance between points A and Z is the same as the distancebetween points X and Z.B. The distance between points A and Z is the same as the distancebetween points A and Y.O C. The distance between points A and Z is the same as the distancebetween points Yand Z.D. The distance between points A and Z is the same as the distancebetween points X and Y.

Answers

Let's begin by identifying key information given to us:

[tex]\begin{gathered} \angle YZA=90^{\circ} \\ \angle YZX=90^{\circ} \\ \angle XYZ\cong\angle AYZ \end{gathered}[/tex]

Thale's method shows that angles in a triangle opposite two sides of equal length are equal

[tex]undefined[/tex]

As such, the answer is A (The distance between points A and Z is the same as the distance between X and Z)

8 Madison has two plants. She waters the spider plant every 4 days and the cactus every 6 daysShe water bo November 30. What is the next day that she will water both plants?

Answers

Two plants

Spider plant 4 days

Cactus plant 6 days

Then find when

4X = 6Y

find m.c.m (minimum common multiple) of 4 and 6

m.c.m (4,6) = 12

SO therefore, if both plants were watered November 30, then

add 12 days to Nov 30

12 days after Nov 30 = December 12

What would -5/6 be when turned into a decimal?

Answers

Answer:

answer is -0.8333

round about -0.834

Step-by-step explanation: I hope this helps.

Answer:

can you solve for x and y y=4x-11=x+13

Answers

Answer:

x = 8, y = 21

Explanations:

The given equation is:

y = 4x - 11 = x + 13

This can be splitted into two equations as:

y = 4x - 11..........(1)

y = x + 13..........(2)

Substitute equation (1) into equation (2)

4x - 11 = x + 13

4x - x = 13 + 11

3x = 24

x = 24/3

x = 8

Substitute the value of x into equation (1)

y = 4x - 11

y = 4(8) - 11

y = 32 - 11

y = 21

x = 8, y = 21

Andrea invites 12 cousins 6 aunts 4 brothers 2 sisters what fraction of her party guests are cousins?

Answers

To determine the fraction of cousins, you have to divide the number of cousins she invited by the total number of guests.

She invited 12 cousins, 6 aunts, 4 brothers, and 2 sisters, a total of 24 guests.

Then:

[tex]\frac{nº\text{cousins}}{\text{total guests}}=\frac{12}{24}[/tex]

Both, 12 and 24 are divisible by 12, to simplify the fraction, divide the numerator and denominator by 12

[tex]\frac{12\div12}{24\div12}=\frac{1}{2}[/tex]

The fraction

Other Questions
which statement correctly names the type of hr management software that should be used for the described activity? more than one answer may be correct. Please help me I only have 3 minutes left to do this Consumption and savings if real domestic output is $370 billion and planned investment is $15 billion Solve for the missing side of the triangle. Round to the hundredths place if needed. What is the test for whether a contract is governed by the statute of frauds because of the one-year rule?. Kwame Nkrumah was a founding member of the Organization for African Unity (OAU). Choose all the answer choices that describe the goals of the OAU. Question 39.Find the inverse of the given function. Graph both functions on the some set of axes and show the line y=x as a dotted line in the graph. How does the author develop the idea that the current high-tech toilet design may someday be affordable for consumers?. The length of a new rectangular playing field is 7 yards longer than quadruple the width. If the perimeter of the rectangular playing field is 454 yards, what are its dimensions? Roberts Company has the following sales budget for the first four months and the year:January February March AprilBudgeted units to sell200400800950Total - 2,350Sales price per unit$25$25$25$25Total-$25Total sales$5,000$10,000$20,000$23,750Total - $58,750What is the new amount of budgeted total sales for March if the budgeted number of units is expected to be 1,100 units instead of 800 units?A. $27,500B. $10,000C. $47,500D. $66,250 Which of these uses digital signals to store, send, or receive information? find the measure of each of the other six angles The expansion of the ottoman empire was driven primarily by which of the following?A. The efforts of Sufi missionaries that emphasized a personal relationship with AllahB. an islamic reformation that resolved Sunni-Shia differences C. Military conquest highlighted by the capture of ConstantinopleD. an alliance with the Mughal Empire to defeat and occupy the Safavid dynasty of Persia convert 7 ounces to grams. Round to the nearest whole number Suppose we are buying beans and rice to feed a large gathering of people, and we plan to spend $120 on the two ingredients. Beans cost $2 a pound and rice costs $0.50 a pound.If x represents pounds of beans and y pounds of rice, the equation 22 + 0.50y = 120 can represent the constraints in this situation.The line below shows the graph of this equation (ignore the points not on the line).Please help me I would appreciate it so much Match each ratio to an equal ratio. Drag the items on the left to the correct location on the right. 17) Which atom has a higher electronegativity, Be or O? An aquarium has dimensions 2x feet, (x " 1) feet, and (x 2) feet. The aquarium volume must be no more than 280 cubic feet. What are the possible values of x? (1, 5) (1, 5] [1, 5) [1, 5] the five-e model of basic policy analysis for social welfare policy includes all of the following except: a. ethical considerations. b. evaluation of potential alternatives. c. establishment of recommendations for positive changes. d. exigent situations. dr. watson, dean of students at abc university, has been assigned the task of working with faculty and students when they have disputes about course grades. during these discussions, he attempts to help the parties arrange a solution but he has no formal authority to impose one. he is most likely a(n)